optical_menu.xml

goofee, 12/03/2011 04:50 pm

Download (1.6 kB)

 
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<mythmenu name="OPTICAL_DISK">
3
4
    <button>
5
        <type>BD_PLAY></type>
6
        <text>Play Blu-ray</text>
7
        <description>Play a film on Blu-ray</description>
8
        <action>EXEC /home/mythtv/.mythtv/play-bluray.sh</action>
9
    </button>
10
    <button>
11
        <type>DVD_PLAY</type>
12
        <text>Play DVD</text>
13
        <description>Play a film on DVD</description>
14
        <action>JUMP Play DVD</action>
15
        <depends>mythvideo</depends>
16
    </button>
17
18
    <button>
19
        <type>VCD_PLAY</type>
20
        <text>Play VCD</text>
21
        <description>Play the video on a VCD</description>
22
        <action>JUMP Play VCD</action>
23
        <depends>mythvideo</depends>
24
    </button>
25
26
    <button>
27
        <type>ARCHIVE</type>
28
        <text>Archive Files</text>
29
        <description>Write video to a data DVD</description>
30
        <action>PLUGIN mytharchive</action>
31
        <depends>mytharchive</depends>
32
    </button>
33
34
    <button>
35
        <type>DVD_RIP</type>
36
        <text>Import video files from DVD</text>
37
       <description>Import video files from a data DVD</description>
38
        <action>EXEC /usr/LH/bin/importfiles.sh</action>
39
    </button>
40
41
    <button>
42
        <type>MUSIC_RIP</type>
43
        <text>Import CD</text>
44
        <description>Import music from an audio CD</description>
45
        <action>JUMP Rip CD</action>
46
        <depends>mythmusic</depends>
47
    </button>
48
49
    <button>
50
        <type>EJECT</type>
51
        <text>Eject media</text>
52
        <description>Eject CD or DVD from drive</description>
53
        <action>EJECT</action>
54
    </button>
55
56
</mythmenu>