summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-30/mythtv/menu-xml/dvd_backup.xml
blob: 2647d81a9373a134eb74f56b910d1be832858927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="OPTICAL_DISK">

    <button>
        <type>DVD_RIP</type>
        <text>Mirror DVD</text>
        <description>Creates a mirror of your DVD</description>
	<action>EXEC /usr/LH/bin/ripD_eject.sh m &amp;</action>
    </button>

    <button>
        <type>DVD_RIP</type>
        <text>ISO of DVD</text>
        <description>Creates an ISO of your DVD</description>
	<action>EXEC /usr/LH/bin/ripD_eject.sh i &amp;</action>
    </button>

    <button>
        <type>DVD_RIP</type>
        <text>High Quality</text>
        <description>Creates a high quality MPEG4 of your DVD</description>
	<action>EXEC /usr/LH/bin/ripD_eject.sh h &amp;</action>
    </button>

    <button>
        <type>DVD_RIP</type>
        <text>Normal Quality</text>
        <description>Creates a normal quality MPEG4 of your DVD</description>
	<action>EXEC /usr/LH/bin/ripD_eject.sh n &amp;</action>
    </button>

    <button>
        <type>DVD_RIP</type>
        <text>Low Quality</text>
        <description>Creates a low quality MPEG4 of your DVD</description>
	<action>EXEC /usr/LH/bin/ripD_eject.sh l &amp;</action>
    </button>

</mythmenu>