2008-12-01, 08:08 PM
I'm very new to GBPVR and PCH. As an experiment I have ripped a DVD as ISO as well as MKV (AAC & x264). I've configured the GBPVR to look at the directory where the MKV file exists but I can't play it from the DVD library in GBPVR.
A search of the forums gives me the following:
Is this inforformation still correct as the post date is some time ago? Does this mean DVDs appear outside of GBPVR or can I still view them via the GBPVR DVD library?
Many thanks
Paul
A search of the forums gives me the following:
Quote:...Because DVD can't be streamed via the normal GBPVRRecording Service you need to map a network drive from your PCH to a shared folder that contains the source "DVD". It can be tricky because special characters need to to be marked with a back slash (\). I will explain by way of example.
Let's say you have a folder called "D:\My DVD Collection" that you want to play DVDs from using GB-PVR. First you make this a Windows share which I will name dvds because I'm lazy. To set it up add the following lines into script.cgi
mkdir /mnt/D:\\My\ DVD\ Collection
mount -t cifs //mydvd_IP/dvds /mnt/D:\\My\ DVD\ Collection -o username=guest,ro
That looks ugly but you only have to set it up once for each location. Notice that each \ is doubled and each space is also preceded by a \ Other characters that need special attention include [ ] { } ( ) " ' and & If you do use these characters it is probably best to test using telnet avoiding some of these characters is best.
Once you restart telnet.html, you can confirm that it worked via telnet using this command
ls mnt/D\:\\My\ DVD\ Collection/
If it worked you you should see the files root of your collection. You can specify any username and password too the files do not have to be in a guest account.
Martin
Is this inforformation still correct as the post date is some time ago? Does this mean DVDs appear outside of GBPVR or can I still view them via the GBPVR DVD library?
Many thanks
Paul