Ihr könnt gerne auf deutsch antworten, habe das Thema in einem anderen Forum gepostet, bekomme aber keine Hilfe...
I have a Windows Server 2012 NUC with mySQL and Network shares. When i copy my [definition='2','1']advancedsettings[/definition] to any other windows device it just work like a charm. I open kodi, i have my videosources and my musicsources, when i go to add videos there is my saved smb://192... entry from mediasources.xml loaded over the network! When i upload the [definition='2','1']advancedsettings[/definition] to any android device it shows me the videos and the music what means that the part of mySQL is working, but when i try to play it says that the source for this file is missing. When i go to videos -> files, my sources from smb://192.168.37.4/kodi/userdata/sources.xml are missing / not loaded and i dont see my saved SMB entries when i will add new sources, but this should be loaded over smb://192.168.37.4/kodi/userdata/mediasources.xml . I wasted much hours now and i stuck on that point. Can someone help me please? I don't see or find any error in the [definition=3,2]kodi.[definition='1','0']log[/definition][/definition], i also activated debugging mode, there is NOTHING!
[definition='2','1']advancedsettings[/definition].xml
<[definition='2','1']advancedsettings[/definition]>
<pathsubstitution>
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://192.168.37.4/kodi/userdata/sources.xml</to>
</substitute>
<substitute>
<from>special://profile/mediasources.xml</from>
<to>smb://192.168.37.4/kodi/userdata/mediasources.xml</to>
</substitute>
</pathsubstitution>
<network>
<buffermode>0</buffermode>
<cachemembuffersize>20971520</cachemembuffersize>
<readbufferfactor>1</readbufferfactor>
</network>
<videodatabase>
<type>mysql</type>
<host>192.168.37.4</host>
<port>3306</port>
<user>username!</user>
<pass>password!</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.37.4</host>
<port>3306</port>
<user>username!</user>
<pass>password!</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<dateadded>0</dateadded>
</videolibrary>
</[definition='2','1']advancedsettings[/definition]>
Alles anzeigen
sources.xml:
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>filme</name>
<path pathversion="1">smb://192.168.37.4/videos/filme/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>serien</name>
<path pathversion="1">smb://192.168.37.4/videos/serien/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>superneu</name>
<path pathversion="1">smb://192.168.37.4/videos/superneu/</path>
<allowsharing>true</allowsharing>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>musik</name>
<path pathversion="1">smb://192.168.37.4/musik/</path>
<allowsharing>true</allowsharing>
</source>
</music>
<pictures>
<default pathversion="1"></default>
</pictures>
<files>
<default pathversion="1"></default>
</files>
</sources>
Alles anzeigen
mediasources: