255bd05606097070a6e5c74b00ffb3a04569f7a1
[rip_dvd/.git] / rip_dvd_menu.xml
1 <mythmenu name="RIP_DVD">
2
3    <button>
4       <type>DVD_RIP</type>
5       <text>Rip Netflix DVD (FULL)</text>
6       <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -m -r makemkv</action>
7    </button>
8
9    <button>
10       <type>DVD_RIP</type>
11       <text>Rip Netflix DVD (MP4)</text>
12       <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -b 2000 -z -r makemkv -p mp4hq</action>
13    </button>
14
15    <button>
16       <type>DVD_RIP</type>
17       <text>Rip Kid's DVD (MP4)</text>
18       <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -b 2000 -z -r makemkv -p mp4hq</action>
19    </button>
20
21    <button>
22       <type>DVD_RIP</type>
23       <text>Rip Kid's DVD (VOB)</text>
24       <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -v</action>
25    </button>
26
27    <button>
28       <type>DVD_RIP</type>
29       <text>Rip Our DVD (MP4)</text>
30       <action>EXEC /myth/video/bin/rip_dvd.wrap collection -b 2000 -z -r makemkv -p mp4hq</action>
31    </button>
32
33    <button>
34       <type>DVD_RIP</type>
35       <text>Rip Our DVD  (VOB)</text>
36       <action>EXEC /myth/video/bin/rip_dvd.wrap collection -v</action>
37    </button>
38
39    <button>
40       <type>DVD_RIP</type>
41       <text>Rip Church DVD (MP4)</text>
42       <action>EXEC /myth/video/bin/rip_dvd.wrap church -b 2000 -z -r makemkv -p mp4hq</action>
43    </button>
44
45    <button>
46       <type>DVD_RIP</type>
47       <text>Rip Church DVD  (VOB)</text>
48       <action>EXEC /myth/video/bin/rip_dvd.wrap church -v</action>
49    </button>
50
51    <button>
52       <type>DVD_RIP</type>
53       <text>Rip Our DVD  (FOLDER)</text>
54       <action>EXEC /myth/video/bin/rip_dvd.wrap collection -f</action>
55    </button>
56
57    <button>
58       <type>DVD_RIP</type>
59       <text>Rip Kid's DVD (FOLDER)</text>
60       <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -f</action>
61    </button>
62
63    <button>
64       <type>DVD_RIP</type>
65       <text>Rip Church DVD (FOLDER)</text>
66       <action>EXEC /myth/video/bin/rip_dvd.wrap church -f</action>
67    </button>
68
69 </mythmenu>