Added new eject_opts option for greater flexibility.
[rip_dvd/.git] / rip_dvd.conf.dist
index 658eddaf3edf8d2d8ff11475cb38fde3c1dd788d..a9c865af3f5051304f8ccbd20f5f1790e814694f 100644 (file)
@@ -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"