2008-04-22, 01:14 PM
I followed Martins guide and added the mount point and mount command, but PCH just hangs when trying to play an ISO or DVD folder...
The folder is H:\DVD
The name in Video library directory in GB-PVR is DVD and mapped to H:\DVD
The script.cgi file has these extra lines (just below cd ~):
mkdir /mnt/H:\\DVD
mount -t cifs //192.168.1.10/DVD /mnt/H:\\DVD -o username=guest,ro;
If I telnet to PCH and list the files in /mnt/H:\\DVD all isos list fine.
But no playback?
Besides Martins guide includes an extra (erroneous) mkdir in the mount line. Gives a syntax error.
/Barsk
The folder is H:\DVD
The name in Video library directory in GB-PVR is DVD and mapped to H:\DVD
The script.cgi file has these extra lines (just below cd ~):
mkdir /mnt/H:\\DVD
mount -t cifs //192.168.1.10/DVD /mnt/H:\\DVD -o username=guest,ro;
If I telnet to PCH and list the files in /mnt/H:\\DVD all isos list fine.
But no playback?
Besides Martins guide includes an extra (erroneous) mkdir in the mount line. Gives a syntax error.
/Barsk