Help - Search - Members - Calendar
Full Version: Playing A Saved Playlist
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XboxMediaPlayer
denowt
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>
JayDee
<playlists>F:\apps\xbplayer\playlists</playlists>

Your playlists are save to that location, but i cant see in any of your shares that you can access it.

Make a dir in your e:music folder called playlists and change the tag to this:

<playlists>E:\music\playlists</playlists>

Now ftp the config.xml back to the xbox, move your "old" playlist files to the new location and reboot.

Goto your music share and browse to the new playlist folder and enjoy smile.gif
denowt
Tried that, but instead I used the f drive instead of e, since there was already a music folder there. I can now see my playlists by choosing HDD instead of SMB(of course), but when I click on any playlist, the xbox freezes and nothing plays. I have to reboot the xbox with the power button, the controller reset doesn't even work. Any other ideas anyone?

Thanks,
Dennis
JayDee
How long do you let i stay on befor you turn it of by the power button?

Give it up to 5-10 minutes and see if work.
denowt
Usually just a few minutes, but one time, I left it on for about 5 minutes. I'll try again and leave it on longer. 15 minutes should be more than enough right?
JayDee
yes, more then enough.

Gonna do some tests on it later today and post results.
JayDee
Works flawlessly on latest cvs.

Did tries with alot of playlists over smb.

All played fine without trouble.
denowt
What is the latest CVS release and where can I find it? I am using version 2.3, is there something newer?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.