Added new eject_opts option for greater flexibility.
[rip_dvd/.git] / rip_dvd_menu.xml
index 4c82912fba087eba02a471378a7dbda93d37d7bc..725d67d3a9ca9a0e03f183430745276fd084ce83 100644 (file)
@@ -2,68 +2,62 @@
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Netflix DVD (FULL)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -m</action>
+      <text>Rip Netflix DVD (FULL MKV)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -m -R makemkv</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Netflix DVD (DIVX)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -b 2000 -x</action>
+      <text>Rip Netflix DVD (FULL ISO)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -m -R ddrescue</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Kid's DVD (DIVX)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -b 2000 -x</action>
+      <text>Rip Netflix DVD (MKV->MP4)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -b 2000 -z -R makemkv -p mkvhq</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Kid's DVD (VOB)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -v</action>
+      <text>Rip Netflix DVD (ISO->MP4)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -b 2000 -z -R ddrescue -p mkvhq</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Our DVD (DIVX)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap collection -b 2000 -x</action>
+      <text>Rip Kid's DVD (MKV->MP4)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -b 2000 -z -R makemkv -p mkvhq</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Our DVD  (VOB)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap collection -v</action>
+      <text>Rip Kid's DVD (ISO->MP4)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -b 2000 -z -R ddrescue -p mkvhq</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Church DVD (DIVX)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap church -b 2000 -x</action>
+      <text>Rip Our DVD (MKV->MP4)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap collection -b 2000 -z -R makemkv -p mkvhq</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Church DVD  (VOB)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap church -v</action>
+      <text>Rip Our DVD (ISO->MP4)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap collection -b 2000 -z -R ddrescue -p mkvhq</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Our DVD  (FOLDER)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap collection -f</action>
+      <text>Rip Church DVD (MKV->MP4)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap church -b 2000 -z -R makemkv -p mkvhq</action>
    </button>
 
    <button>
       <type>DVD_RIP</type>
-      <text>Rip Kid's DVD (FOLDER)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -f</action>
-   </button>
-
-   <button>
-      <type>DVD_RIP</type>
-      <text>Rip Church DVD (FOLDER)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap church -f</action>
+      <text>Rip Church DVD (ISO->MP4)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap church -b 2000 -z -R ddrescue -p mkvhq</action>
    </button>
 
 </mythmenu>