CDROM-Guide forums  

PDA

View Full Version : I can't find mp3s in media player


   
smokafatty
Feb 20, 2003, 02:51 AM
I installed xbmp 2.3 and finally got it working. I'm trying to put stuff on the hd. I did movies ok but when I tried mp3s they wouldn't show up. I edited the config.xml file for the "music" folder so I don't think thats the prob. The thing is that when I go into the "my music" browser I don't see the icons like in the other (video) folders. I should see [network, hdd, d:...] icons but they aren't there.

Thanks in advance for any help.

toofan
Feb 20, 2003, 03:17 AM
well......Im sure its ur config.xml. u probably have a > extra or less. or a mistype somewhere. Also check to see if mp3 is in the filetypes in config.xml

smokafatty
Feb 20, 2003, 04:20 AM
Thats what I thought at first, cause I've had a few programming classes and I know how something small can cause alot of trouble, but I checked everything I could think of, maybe you can see something I missed:

<local>
<!-- remove the asterisks to set local ip address and gateway statically -->
<address*>192.168.0.3</address*>
<subnet*>255.255.255.0</subnet*>
<gateway*>192.168.0.120</gateway*>
<nameserver>192.168.1.175</nameserver>
<playlists>e:\playlists</playlists>
<thumbnails>e:\thumbs</thumbnails>
<bookmarks>f:\bookmarks</bookmarks>
<applications>e:\apps</applications>
<games>e:\games</games>
<pics>e:\pics</pics>
<video>e:\movies</video>
<music>e:\music</music>

</local>

<music>
<share>
<name>Network (XNS)</name>
<url>s:\shared\music@192.168.1.2</url>
<cachesize>256</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://username:password@Solvision/mokkalaptop/music</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>

<extensions>
<music>sc|mpa|wav|wma|ogg|mp3|m3u</music>
<videos>ifo|mov|qt|divx|vob|pva|wmv|asf|asx|ogm|m2v|avi|bi n|dat|mp2|mpg|mpeg</videos>
</extensions>