Moin,
ich weiß zwar nicht wie viel Speicher im TV sind aber ich glaube wenn ich noch Musik und Fotos scanne wird der Platz eng.
Also möchte ich auch auf dem Android-TV die Datenbank und Thumbnails auslagern. Der TV hängt am Ethernet - da denke ich es reicht aus.
Hab also die vier Dateien ediert: [definition='2','1']advancedsettings[/definition].xml , sources.xml , passwords.xml , mediasources.xml
Das einzige was klappt ist das anlegen der Netzwerkpfade aus der sources.xml. Die Datenbank (Filme) wird nicht vom Nas gezogen.
Die Thumbnails und DB wird auf dem TV angelegt. Bei den anderen Clienten klappt wenigstens die Filmdatenbank (Thumbnails habe ich noch nicht probiert)
Die Fanarts für die Filme liegen alle in den Filmordner selber.
Was mache ich falsch?
Danke für die Hilfe
<mediasources>
Spoiler anzeigen
<mediasources>
<network>
<location id="0">smb://admin:%23###%23@192.168.115.1/</location>
</network>
</mediasources>
<[definition='2','1']advancedsettings[/definition]>
Spoiler anzeigen
<[definition='2','1']advancedsettings[/definition]>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>nfs://kodi:###@192.168.115.200/volume1/tvh/kodi/thumbnails/</to>
</substitute>
</pathsubstitution
<videodatabase>
<type>mysql</type>
<host>192.168.115.200</host>
<port>3307</port>
<name>MyVideos</name>
<user>kodi</user>
<pass>###</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.115.200</host>
<port>3307</port>
<name>MyMusic</name>
<user>kodi</user>
<pass>###</pass>
</musicdatabase>
</[definition='2','1']advancedsettings[/definition]>
<passwords>
Spoiler anzeigen
<passwords>
<path>
<from pathversion="1">smb://192.168.115.1/FRITZ40</from>
<to pathversion="1">smb://admin:%23###%23@192.168.115.1/FRITZ40/2TB/reolink/</to>
</path>
</passwords>
<sources>
Spoiler anzeigen
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>TV Shows</name>
<path pathversion="1">/storage/tvshows/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Fireplace</name>
<path pathversion="1">nfs://192.168.115.200/volume1/tvh/Videos/Fireplace/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Konzerte</name>
<path pathversion="1">nfs://192.168.115.200/volume1/tvh/Videos/Konzerte/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Reportagen</name>
<path pathversion="1">nfs://192.168.115.200/volume1/tvh/Videos/Reportagen/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Testvideos</name>
<path pathversion="1">nfs://192.168.115.200/volume1/tvh/Videos/Testvideos/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Filme</name>
<path pathversion="1">nfs://192.168.115.200/volume1/tvh/Videos/Filme/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Mediathek</name>
<path pathversion="1">nfs://192.168.115.200/volume1/tvh/Videos/Mediathek/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Reolink-CAM</name>
<path pathversion="1">smb://192.168.115.1/FRITZ40/2TB/reolink/</path>
<allowsharing>true</allowsharing>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>music-nas</name>
<path pathversion="1">nfs://192.168.115.200/volume1/music/</path>
<allowsharing>true</allowsharing>
</source>
</music>
<pictures>
<default pathversion="1"></default>
<source>
<name>photo-nas</name>
<path pathversion="1">nfs://192.168.115.200/volume1/photo/</path>
<allowsharing>true</allowsharing>
</source>
</pictures>
<files>
<default pathversion="1"></default>
<source>
<name>storage</name>
<path pathversion="1">/storage/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>keller</name>
<path pathversion="1">nfs://192.168.115.200/volume1/tvh/kodi/backup/sony/</path>
<allowsharing>true</allowsharing>
</source>
</files>
<games>
<default pathversion="1"></default>
</games>
</sources>