Uh, hello all. When using XBMP i can't get my movies off the hard drive. When ever I select the HDD icon it just goes into the Network (XBMSP) section or doesn't do anything at all. Like it won't open any folder. Usually it will just go to the network folder but sometimes it will just make none of the folders work at all except dvdrom. Anyway i was just wondering if anyone could help me.
this is the video section in config.xml if that helps
<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:sharedvideos@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>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>
thanks