X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bg-%3Eurl%20arg1=?a=blobdiff_plain;f=rip_dvd.conf.dist;h=a9c865af3f5051304f8ccbd20f5f1790e814694f;hb=HEAD;hp=658eddaf3edf8d2d8ff11475cb38fde3c1dd788d;hpb=8ad9354271459aebadaefbaf81507dfc5a092e4d;p=rip_dvd%2F.git diff --git a/rip_dvd.conf.dist b/rip_dvd.conf.dist index 658edda..a9c865a 100644 --- a/rip_dvd.conf.dist +++ b/rip_dvd.conf.dist @@ -19,12 +19,18 @@ logdir=/var/log/ripdvd # Specify the path to the tmp rip directory tmpdir=/myth/video/DVDs/.ripdvd +# Specify the path to the base destination dir for ripped movies +moviedir=/myth/video/Movies + # Specify the email address to send job notifications to mailto=root # Setup the path to the tools needed by this ripper PATH=/etc/mythtv/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/usr/share/tovid:.:$PATH +# Specify the options to use with the eject command +eject_opts="-T" + # Use mplayer dumpstream to create the main VOB file # If set to 0, cat and other utils will be used to make it instead. # Using mplayer dumpstream is by far the best way to create the main VOB file @@ -78,6 +84,9 @@ mp4box="MP4Box" # Set the disc_id option to be the ID of the DVD drive in your system makemkv="makemkvcon" makemkv_disc_id="0" +makemkv_copy_largest_title_only=1 + +# MKV Tools # http://www.bunkus.org/videotools/mkvtoolnix/ mkvextract="mkvextract" mkvpropedit="mkvpropedit"