I am sharing my mp3 via smb share. I can play all files, queue them to a playlist, and save the playlist. However, I cannot load the playlist. Is there something else that needs to be changed/set in the config file?
Here is my config file without username, password or ip address:
<configuration>
<media>
<map>C:,Harddisk0Partition2</map>
<map>E:,Harddisk0Partition1</map>
<map>F:,Harddisk0Partition6</map>
<local>
<!-- remove the asterisks to set local ip address and gateway statically -->
<address>ip address</address>
<subnet>255.255.255.0</subnet>
<gateway>ip address</gateway>
<nameserver>ip address</nameserver>
<playlists>f:appsxbplayerplaylists</playlists>
<thumbnails>e:thumbs</thumbnails>
<bookmarks>f:bookmarks</bookmarks>
</local>
<!-- specify as many shares as you like, note the format for each type of share -->
<!-- Note: XNS shares are created using RelaX, SMB shares are Windows shared folders -->
<!-- for each share you can specify the cache buffer size, note that this is optional -->
<music>
<share>
<name>Network (XNS)</name>
<url>s:sharedmp3 files@ip address</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://username:password@home/desktop101/mp3 files</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>e:music</url>
</share>
<share>
<name>DVDROM (UDF)</name>
<url>d:</url>
</share>
<share>
<name>DVDROM (ISO9660)</name>
<url>iso9660:</url>
</share>
</music>
<pictures>
<share>
<name>Network (XNS)</name>
<url>smb://username:password@home/desktop101/digital pics</url>
<cachesize>256</cachesize>
</share>
<share>
<name>HDD</name>
<url>e:pictures</url>
</share>
</pictures>
<videos>
<share>
<name>Network (XNS)</name>
<url>s:sharedmovies@192.168.1.2:1400</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>HDD</name>
<url>e:movies</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>DVDROM (UDF)</name>
<url>d:</url>
</share>
<share>
<name>DVDROM (ISO9660)</name>
<url>iso9660:</url>
</share>
</videos>
<!-- only HDD app shares are supported -->
<apps>
<share>
<name>HDD</name>
<url>f:appsshortcuts</url>
</share>
</apps>
<!-- application bookmarks are optional -->
<applications>
<bookmark>
<name>Emulators</name>
<path>f:appsemulators</path>
</bookmark>
<bookmark>
<name>Utilities</name>
<path>f:appsutils</path>
</bookmark>
</applications>
<extensions>
<music>sc|mpa|wav|wma|ogg|mp3|m3u</music>
<videos>ifo|mov|qt|divx|vob|pva|wmv|asf|asx|ogm|m2v|avi|bin|dat|mp2|mpg|mpeg</videos>
</extensions>
<dashboard>xboxdash.xbe</dashboard>
<shutdowntime>0</shutdowntime>
<sensitivity>0.2</sensitivity>
<xnsbuffer>8192</xnsbuffer>
<!-- remove the asterisks from the language element to specify language otherwise -->
<!-- XBMP will try to autodetect it based on your dashboard settings -->
<language*>21</language*>
<subtitleencoding>UTF-8</subtitleencoding>
<!-- Set this to true to use Mediacommon-font.ttf as UI font -->
<!-- don't forget to copy the truetype font to your xbox!!! -->
<usettfuifont>false</usettfuifont>
<!-- Screen saver setting in seconds (0=disable it) -->
<screensaver>0</screensaver>
<!-- snapstream server -->
<snapstreamserver>192.168.0.1</snapstreamserver>
<snapstreamuser>common</snapstreamuser>
</media>
</configuration>