This is the dvd2vdr.sh script for the Video Disk Recorder (VDR)

dvd2vdr.sh is intended to convert any title of a DVD into a VDR recording

Written by:
	Ronny Frankowski (lini@lausitz.net)
Project's homepage:
	http://www.vdr-portal.de/board/thread.php?threadid=19111
Latest version is available at:
	http://home.lausitz.net/lini/vdr/

----------------------------------------------------------------------

See the file COPYING for license information.

# TODO: For the user manual see the MANUAL file.

Installing:
-----------

Download the latest version any directory and extract this to in your path (e.g.
/usr/local/bin) and `chmod +x dvd2dvd.sh dvd2vdr.sh` to ensure that the
script is executable.

Then you have to check for all the required tools:

vobcopy
tccat, tcdemux, tcmplex, tcextract, tcprobe		(transcode)
tcmplex-panteltje					(optional)
a52dec
mp2enc
lame
toolame
java							(optional)
Xvfb							(optional without projectX)
projectX						(optional)
mp3gain							(optional)
genindex
requant	
dvdauthor
mkisofs
dvd+rw-mediainfo
dvdrecord						(cdrecord)
growisofs

For your convinience you should create two entries in the commands.conf
of your VDR an adopt the paths to your local installation:

DVD2DVD START : /usr/local/bin/dvd2dvd.sh >> /var/log/dvd2dvd.log 2>&1 &
DVD2VDR START : /usr/local/bin/dvd2vdr.sh >> /var/log/dvd2vdr.log 2>&1 &