NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT MVPMCX2 and other NMT stuff v
« Previous 1 … 6 7 8 9 10 … 37 Next »
Help with mounting DVD share in NPVR script

 
  • 0 Vote(s) - 0 Average
Help with mounting DVD share in NPVR script
Paul_B
Offline

Member

Posts: 79
Threads: 22
Joined: May 2008
#1
2011-01-01, 08:02 PM
I know my base script worked but adding the mounting of DVD share seems to have broken my setup can anyone suggest where I have gone wrong?

The server share is \\w2k8r2\dvd
It uses username and password for access rather than guest.

I have created a native media share on the PCH and can play the DVDs without a problem. The DVDs are backed up as vob structure i.e:

D:\Video_Iso\DVDTitle\Video_TS\multiple-files.vob

Script is:

Code:
#!/bin/sh

echo "Content-Length: 29";
echo "Content-type: text/html";
echo "";

cd ~
if [ -f /etc/mvpmc/mvpmcx2 ]
then
    echo "mvmcx2 is loaded";
else
    mkdir /mnt/D:\\videos
    mount -t cifs //192.168.10.15/dvd /mnt/D:\\videos -o username=pch,password=Password123,rw
    mkdir /etc/mvpmc
    mount -t cifs //192.168.10.15/mvpmc /etc/mvpmc -o username=pch,password=Password123,rw
    cp /etc/mvpmc/utelnetd /usr/bin
    ln -s /lib/librmjpeg.so /lib/libjpeg.so.62
    ln -s /lib/librmzlib.so /lib/libz.so
    ln -s /lib/librmzlib.so /lib/libz.so.1
    ln -s /lib/librmzlib.so /lib/libz.so.123
    utelnetd -l /bin/sh -p 23 &
    echo "Telnetd started on port 23............";
fi
killall gaya
sh -c /etc/mvpmc/startmeup 2>/dev/null >/dev/null &
exit 0;
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#2
2011-01-01, 08:14 PM
NPVR doesn't support this format at the moment, but I offered sub a potential solution to try earlier today.

http://forums.nextpvr.com/showthread.php...post398612

Martin
Paul_B
Offline

Member

Posts: 79
Threads: 22
Joined: May 2008
#3
2011-01-01, 09:23 PM
Thanks for the quick response Martin. Am I right in assuming that if Sub included this functionallity I wouldn't need to mount the share on the PCH but NPVR would stream the *.vob files under VIDEO_TS?

Paul
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#4
2011-01-01, 09:51 PM
I suppose if the current design or user need is to stream *.vob (with the 15 second pauses between files) sub could also implement it this way, and then a share would not be needed. However .vob would have to be added to the web server similar to this request from a couple of days ago http://forums.nextpvr.com/showthread.php...rough-NPVR

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  can't play m4v files on NMT through NPVR steveum 5 14,622 2014-09-19, 11:38 PM
Last Post: mvallevand
  rolled out NPVR and PCH in the house, One issue ricksuper67 2 4,851 2013-12-09, 12:58 PM
Last Post: ricksuper67
  Cannot get HDHomerun Prime Live Tv to nmt through npvr txinga 4 3,232 2013-04-15, 10:48 PM
Last Post: mvallevand
  Martin/All Is it technically possible for NPVR/MVP to ever play Copy Once Recordings jt25741 4 4,355 2012-12-19, 06:46 PM
Last Post: jt25741
  PCH A100 - "Could not Play" AVI via nPVR psycik 14 7,223 2012-04-14, 01:42 AM
Last Post: psycik
  NMT/NPVR Weirdness baj1 8 4,401 2012-02-10, 12:54 PM
Last Post: mvallevand
  Operate NPVR with keyboard on NMT eurojojo 16 12,131 2012-02-03, 11:15 PM
Last Post: eurojojo
  Another DVD ISO problem in NPVR arkennedy75 20 7,907 2012-01-30, 02:12 AM
Last Post: mvallevand
  DVD ISO playback with NPVR? drbenjamin 18 6,851 2012-01-24, 12:48 PM
Last Post: mvallevand
  Where to place the mount for dvd share with WOL Sheik Yerbouti 2 1,852 2012-01-24, 10:10 AM
Last Post: Sheik Yerbouti

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode