PDA

View Full Version : where to save movies on the hd


sammy_510
03-17-2004, 01:34 AM
Ok i have a nonzero softmod exploited xbox, i need to know where you save the movies to, so as thay can be seen by xbmp. i have a folder in the E drive called movies and am easily able to navigate to it using xbmc but when i use xbmp i have options that are network drives and also hardrive but if i go into the hd there are no files that i can see. so is there a certain place or folder that they should be in. i have no problems using boxplorer to cut the movies and pasting wherever they should be/

sammy

pepsik
03-17-2004, 02:11 AM
<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:\shared\videos@192.168.1.2</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>F:\Videos</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>Playlists</name>
<url>F:\Music</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>

Here's the video section of my config.xml the bold is what field I place them in, it should give you an idea of how to setup yours.HTH