Added additional rip_dvd.conf notes
[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</action>
7    </button>
8
9    <button>
10       <type>DVD_RIP</type>
11       <text>Rip Netflix DVD (DIVX)</text>
12       <action>EXEC /myth/video/bin/rip_dvd.wrap netflix -b 2000 -x</action>
13    </button>
14
15    <button>
16       <type>DVD_RIP</type>
17       <text>Rip Kid's DVD (DIVX)</text>
18       <action>EXEC /myth/video/bin/rip_dvd.wrap childrens -b 2000 -x</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 (DIVX)</text>
30       <action>EXEC /myth/video/bin/rip_dvd.wrap collection -b 2000 -x</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 (DIVX)</text>
42       <action>EXEC /myth/video/bin/rip_dvd.wrap church -b 2000 -x</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>