xboxscene.org forums

Author Topic: Help Getting Xbmp To Work!  (Read 18 times)

powerup

  • Archived User
  • Newbie
  • *
  • Posts: 1
Help Getting Xbmp To Work!
« on: December 13, 2003, 08:50:00 PM »

Help all.  Had 2.3 working with Relax software on my new computer but have upgraded my PC so had to start all over.  Using XBMP 2.4 now.  I think Relax is setup fine and running but I do get an error message when exiting Relax.

My problem is I still can't browse my network drives for music, picts, ect.  Below is my config.xlm file for XBMP, what am I doing wrong?  Please help.

<configuration>

<media>

   <map>C:,Harddisk0Partition2</map>
   <map>E:,Harddisk0Partition1</map>
   <map>F:,Harddisk0Partition6</map>


   

   

   

   

   

   

   

   

   <local>
       
       <address>192.168.0.4</address>
       <subnet>255.255.255.0</subnet>
       <gateway>192.168.0.1</gateway>
       <nameserver>192.168.0.1</nameserver>
       <playlists>$HOMEplaylists</playlists>
       <timeserver*>207.46.248.43</timeserver*>
       
       <cddbserver>194.97.4.18</cddbserver>
       <thumbnails>$HOMEthumbs</thumbnails>
       <bookmarks>$HOMEbookmarks</bookmarks>
       <subtitles>$HOMEsubtitles</subtitles>
       <cddb>$HOMEcddb</cddb>  
       <imdb>$HOMEimdb</imdb>  
   </local>

   
   
   
   
   <music>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.1.2/mymusic</url>
       <cachesize>256</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>g:Music [email protected]</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:music</url>
     </share>
     <share>
       <name>Internet Radio (SHOUTcast)</name>
       <url>$HOMEshoutcast</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Playlists</name>
       <url>$HOMEplaylists</url>
       <cachesize>32</cachesize>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
     </share>
     <share>
       <name>CDDA</name>
       <url>cdda:</url>
     </share>
   </music>

   <pictures>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.1.2/pictures</url>
       <cachesize>256</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>c:Documents and settingsCoreyMy DocumentsMy [email protected]</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:pictures</url>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
     </share>
   </pictures>

   <videos>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.1.2/videos</url>
       <cachesize>8192</cachesize>
     </share>      
     <share>
       <name>Network (XNS)</name>
       <url>c:Program FilesKazaaMy Shared [email protected]</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>Network (SMB)</name>
       <url>smb://username:password@workgroup/computer/share</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>HDD</name>
       <url>e:videos</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>Playlists</name>
       <url>$HOMEplaylists</url>
       <cachesize>1024</cachesize>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
       <cachesize>8192</cachesize>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</url>
       <cachesize>8192</cachesize>
     </share>
   </videos>
Logged