Master-Chief
Apr 7 2004, 09:55 PM
How would I go about sharing my CD-ROM Drive on my Computer so I can play the contents of it on XBMC? I can get it to work on XBMP, but XBMC is way better and I think it will run better on it.
kaylapuppy
Apr 7 2004, 10:11 PM
Obviously you need to share the drive first. Let's assume that you have shared it with the share name of "CDROM". You could use a section like this in your xml file
<bookmark>
<name>PC CDROM</name>
<!-- smb://domain;user:password@server/share !-->
<path>smb://username:password@computername/CDROM</path>
</bookmark>
This is what I have and it works fine.
Regards,
KP