XML
<?xml version="1.0" encoding="utf-8" ?>
<sources>
<video>
<default pathversion="1"></default>
<source>
<name>TV</name>
<path pathversion="1">smb://username:password@DISKSTATION/Video/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Concerts</name>
<path pathversion="1">smb://username:password@DISKSTATION/Video/Concerts/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Movies</name>
<path pathversion="1">smb://username:password@DISKSTATION/Video/My%20Films/</path>
<allowsharing>true</allowsharing>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>Music</name>
<path pathversion="1">smb://username:password@DISKSTATION/music/</path>
<allowsharing>true</allowsharing>
</source>
</music>
</sources>
Display More
^ some nesting issues fixed. Yes you need %20 for space, but better would be to change the share name to remove the space (spaces in paths are always a bad idea). I would also organise things so that TV, Movies, Music, Concerts are in different folders. Different media types normally require different scraper settings so if you mix them up .. expect weird scraper issues and false matches. Put movies in Title Folders (one folder per Movie) is usually the best approach, and similar with TV shows, one folder per show, doesn't matter if seasons are in subfolders or all in the same folder.