Fixed default 6ch audio option. It wasn't truly the default before.
[rip_dvd/.git] / rip_dvd_menu.xml
index c166d0fb1743ead6d5895f20a3650334f55250e7..2adb1a02a76e5e2b964e3c8831b64c7467228f46 100644 (file)
@@ -9,13 +9,13 @@
    <button>
       <type>DVD_RIP</type>
       <text>Rip Netflix DVD (DIVX)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -b 2000 -x</action>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -b 2000 -z</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>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -b 2000 -z</action>
    </button>
 
    <button>
@@ -27,7 +27,7 @@
    <button>
       <type>DVD_RIP</type>
       <text>Rip Our DVD (DIVX)</text>
-      <action>EXEC /myth/video/bin/rip_dvd.wrap collection -b 2000 -x</action>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap collection -b 2000 -z</action>
    </button>
 
    <button>
       <action>EXEC /myth/video/bin/rip_dvd.wrap collection -v</action>
    </button>
 
+   <button>
+      <type>DVD_RIP</type>
+      <text>Rip Church DVD (DIVX)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap church -b 2000 -z</action>
+   </button>
+
+   <button>
+      <type>DVD_RIP</type>
+      <text>Rip Church DVD  (VOB)</text>
+      <action>EXEC /myth/video/bin/rip_dvd.wrap church -v</action>
+   </button>
+
    <button>
       <type>DVD_RIP</type>
       <text>Rip Our 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>
+   </button>
+
 </mythmenu>