xboxscene.org forums

Author Topic: Dvd's Playing Through Hd?  (Read 36 times)

james_row

  • Archived User
  • Full Member
  • *
  • Posts: 117
Dvd's Playing Through Hd?
« on: June 01, 2003, 05:12:00 AM »

XBMP has support for VOB files. You just need to properly configure XBMP to look at the right place, which is usually E:\Movies. If you put the files some other place, edit config.xml to reflect the actual location.
Logged

CWebb4

  • Archived User
  • Newbie
  • *
  • Posts: 5
Dvd's Playing Through Hd?
« Reply #1 on: June 01, 2003, 04:36:00 PM »

I actually put the movies under the F:movies folder.  I tried to config this a lot of times but i failed because i'm prob a dumbass.  Am I suppose to change something here on the config file?  If I am change someone please help me change it so i will be able to play the videos off the hard drive? Thanks

   <videos>
     <visible>true</visible>
     <share>
       <name>Network (XBMSP)</name>
       <url>xbmsp://192.168.0.1/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>32</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