Ich habe meinen SMB unter Settings/Media/Library/Manage Sources ordungsgemäß hinzugefügt.
Code
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Videos</name>
<path pathversion="1">/storage/videos/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>TV Shows</name>
<path pathversion="1">/storage/tvshows/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>192.168.1.1</name>
<path pathversion="1">smb://192.168.1.1/</path>
<allowsharing>true</allowsharing>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>Music</name>
<path pathversion="1">/storage/music/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>192.168.1.1</name>
<path pathversion="1">smb://192.168.1.1/</path>
<allowsharing>true</allowsharing>
</source>
</music>
<pictures>
<default pathversion="1"></default>
<source>
<name>Pictures</name>
<path pathversion="1">/storage/pictures/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>192.168.1.1</name>
<path pathversion="1">smb://192.168.1.1/</path>
<allowsharing>true</allowsharing>
</source>
</pictures>
<files>
<default pathversion="1"></default>
<source>
<name>192.168.1.1</name>
<path pathversion="1">smb://192.168.1.1/</path>
<allowsharing>true</allowsharing>
</source>
</files>
<games>
<default pathversion="1"></default>
</games>
</sources>
Alles anzeigen
So siehts dann im Webinterface aus:
https://abload.de/img/kodifojhv.jpg
Unter "Video" ist 192.168.1.1 da aber unter "Music" fehlt der Eintrag.