Here is my config.xml for video yet it won't call the videos folder in the root of f:
<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>h:
[email protected]</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>Network (SMB)</name>
<url>smb://user:pass@WORKGROUP/NAME/SharedFolder</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>HDD</name>
<url>f:videos</url>
<cachesize>8192</cachesize>
</share>
<share>
<name>Playlists</name>
<url>f:applicationsxbmpplaylists</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>