XBMC's file manager sees the networked NAS drive fine (set up as an smb share), but when I edit dvd2xbox.xml to rip to the NAS drive, the Xbox locks up.
Here the coding in the xml file I am using:
<smb>
<workgroup>WORKGROUP</workgroup>
<winsserver>-</winsserver>
<shares>
<share>
<name>NAS Drive 1</name>
<url>smb://login:pass@192.168.1.XXX/LKG316394/HDD_1_1_1/</url>
</share>
</shares>
</smb>
I am able to access this drive with my PC too.
Any help?
Brian