xboxscene.org forums

Author Topic: Xbmp Can't Find Files, What Do I Do?  (Read 65 times)

Barnolde

  • Archived User
  • Full Member
  • *
  • Posts: 157
Xbmp Can't Find Files, What Do I Do?
« on: November 16, 2003, 08:51:00 AM »

sad.gif

Can somebody tell me what to change the config.xml file to or where to put the files? I'm hopelessly lost sad.gif
Logged

Nailbunny

  • Archived User
  • Newbie
  • *
  • Posts: 18
Xbmp Can't Find Files, What Do I Do?
« Reply #1 on: November 16, 2003, 09:20:00 AM »

sad.gif  I have the files in F:videos, and have the HDD section of the config poiting there.
Logged

82ross

  • Archived User
  • Sr. Member
  • *
  • Posts: 463
Xbmp Can't Find Files, What Do I Do?
« Reply #2 on: November 16, 2003, 11:56:00 AM »

You should both paste the parts of your config that include shares, file extensions and partition maps. Here or in a pm so i can see what they look like.
Logged

Barnolde

  • Archived User
  • Full Member
  • *
  • Posts: 157
Xbmp Can't Find Files, What Do I Do?
« Reply #3 on: November 16, 2003, 03:10:00 PM »

<configuration>

<media>

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

   

   

   <map>C:,Harddisk0Partition2</map>
   <map>E:,Harddisk0Partition1</map>
   <map>F:,Harddisk0Partition6</map>
   <map>X:,Harddisk0Partition3</map>
   <map>Y:,Harddisk0Partition4</map>
   <map>Z:,Harddisk0Partition5</map>

   <local>
       
       <address*>192.168.0.101</address*>
       <subnet*>255.255.255.0</subnet*>
       <gateway*>192.168.1.1</gateway*>
       <nameserver>192.168.1.1</nameserver>
       <playlists>e:appsxbmpplaylists</playlists>
       <timeserver*>207.46.248.43</timeserver*>
       <thumbnails>e:appsxbmpthumbs</thumbnails>
       <bookmarks>e:appsxbmpbookmarks</bookmarks>
   <subtitles>e:appsxbmpsubtitles</subtitles>
       <imdb>e:appsxbmpimdb</imdb>  
       <home>e:appsxbmp</home>
   </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>c:[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>e:appsxbmpshoutcast</url>
       <cachesize>256</cachesize>
     </share>
     <share>
       <name>Playlists</name>
       <url>e:appsxbmpplaylists</url>
       <cachesize>32</cachesize>
     </share>
     <share>
       <name>DVDROM (UDF)</name>
       <url>d:</url>
     </share>
     <share>
       <name>DVDROM (ISO9660)</name>
       <url>iso9660:</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:[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:[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>e:appsxbmpplaylists</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>

   <tvguide>
     <visible>false</visible>
     <autoprocess>true</autoprocess>
   </tvguide>

   
   <apps>
     <visible>true</visible>
     <share>
       <name>HDD</name>
       <url>e:appsshortcuts</url>
     </share>
   </apps>
   
   
   <applications>
      <bookmark>
        <name>Games</name>
        <path>e:games</path>
      </bookmark>
      <bookmark>
        <name>Emulators</name>
        <path>e:emulators</path>
      </bookmark>
      <bookmark>
        <name>Utilities</name>
        <path>e:appsutils</path>
      </bookmark>
      <bookmark>
        <name>Shortcuts</name>
        <path>e:appsxbmpshortcuts</path>
      </bookmark>
   </applications>

   <extensions>
       <music>ac3|aac|nfo|pls|rm|sc|mpa|wav|wma|ogg|mp3|mp2|m3u</music>
       <videos>nfo|rm|m3u|ifo|mov|qt|divx|xvid|bivx|vob|pva|wmv|asf|asx|ogm|m2v|avi|bin|dat|mpg|mpeg|mkv|avc|vp3|svq3|nuv|viv|dv|fli</videos>
       <pictures>png|jpg|jpeg|bmp|gif|ico|tif|tiff|tga|pcx</pictures>
   </extensions>

   <dashboard>xboxdash.xbe</dashboard>
   <shutdowntime>0</shutdowntime>
   <sensitivity>0.2</sensitivity>
   <xnsbuffer>8192</xnsbuffer>

   
   
   
   
   
   
   
   
   <resolution>1</resolution>

   
   
   <language*>21</language*>

   <subtitleencoding>UTF-8</subtitleencoding>
   
   
   
   <usettfuifont>false</usettfuifont>

   
   <screensaver>0</screensaver>

   
   <snapstreamserver>192.168.1.1</snapstreamserver>
   <snapstreamuser>common</snapstreamuser>

   
   <precache>10</precache>

   
   <shoutcasttimeout>12</shoutcasttimeout>
   <recordingpath>e:appsxbmprecordings</recordingpath>
   

   <scrollysuffix>|</scrollysuffix>

   
   <autolaunchxbox>false</autolaunchxbox>

   
   
   <autolaunchdvd>false</autolaunchdvd>
   <autolaunchcdda>false</autolaunchcdda>

   <!- Set to false to remove the IP/Disk Space/Build Info on Main Screen -->
   <showdebug>true</showdebug>

</media>

</configuration>
Logged

Barnolde

  • Archived User
  • Full Member
  • *
  • Posts: 157
Xbmp Can't Find Files, What Do I Do?
« Reply #4 on: November 17, 2003, 01:59:00 PM »

BUMP!
Logged

82ross

  • Archived User
  • Sr. Member
  • *
  • Posts: 463
Xbmp Can't Find Files, What Do I Do?
« Reply #5 on: November 18, 2003, 03:43:00 PM »

smile.gif

Just for your own benefit you should remove and shares you dont use. Make sure you delete the contents of the share and the words <share#> and </share> aswell.

And above when he says cpu he means your pc smile.gif not your actual processor lol  jester.gif
Logged