-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmainmenu.xml
More file actions
54 lines (46 loc) · 1.51 KB
/
mainmenu.xml
File metadata and controls
54 lines (46 loc) · 1.51 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="MAINER">
<button>
<type>TV_WATCH_TV</type>
<text>Live TV</text>
<description>Watch live television</description>
<action>TV_WATCH_LIVE</action>
</button>
<button>
<type>TV_WATCH_RECORDINGS</type>
<text>Recorded TV/Movies</text>
<description>Play recordings</description>
<action>TV_WATCH_RECORDING</action>
</button>
<button>
<type>VIDEO</type>
<text>Downloaded TV/Movies</text>
<description>Launches XBMC</description>
<action>EXEC /home/myth/scripts/sudo-appswitch.sh -x</action>
</button>
<button>
<type>INTERNET</type>
<text>Internet</text>
<description>Launches Firefox</description>
<action>EXEC /home/myth/scripts/sudo-appswitch.sh -f http://dance.ten.com.au/video.htm</action>
</button>
<button>
<type>DVD_PLAY</type>
<text>Play DVD</text>
<description>Play the video on a movie DVD</description>
<action>JUMP Play DVD</action>
<depends>mythvideo</depends>
</button>
<button>
<type>EJECT</type>
<text>Eject DVD drive</text>
<description>Eject CD or DVD from drive</description>
<action>EJECT</action>
</button>
<button>
<type>MENU_OTHER</type>
<text>Other stuff (setup etc.)</text>
<description>Other menu items</description>
<action>MENU mainmenu-default.xml</action>
</button>
</mythmenu>