Ticket #9013: mainmenu.xml

File mainmenu.xml, 2.5 KB (added by jms@…, 14 years ago)

mediacentermenu's mainmenu.xml

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<mythmenu name="MAIN">
3
4    <button>
5        <type>TV_WATCH_RECORDINGS</type>
6        <text>Watch Recordings</text>
7        <description>Play recordings</description>
8        <action>TV_WATCH_RECORDING</action>
9    </button>
10
11    <button>
12        <type>VIDEO_BROWSER</type>
13        <text>Watch Videos</text>
14        <description>Play videos</description>
15        <action>JUMP MythVideo</action>
16        <depends>mythvideo</depends>
17    </button>
18
19    <button>
20        <type>DVD_PLAY</type>
21        <text>Watch A DVD</text>
22        <description>Play the video on a movie DVD</description>
23        <action>JUMP Play DVD</action>
24        <depends>mythvideo</depends>
25    </button>
26
27    <button>
28        <type>TV_WATCH_TV</type>
29        <text>Watch Live TV</text>
30        <description>Watch live television</description>
31        <action>TV_WATCH_LIVE</action>
32    </button>
33
34    <button>
35        <type>NET_VIDEO_SEARCH</type>
36        <text>Search Internet Video</text>
37        <description>Search popular video sites</description>
38        <action>JUMP MythNetSearch</action>
39        <depends>mythnetvision</depends>
40    </button>
41
42    <button>
43        <type>NET_VIDEO_TREE</type>
44        <text>Browse Internet Video</text>
45        <description>Browse highlights and entire sites</description>
46        <action>JUMP MythNetTree</action>
47        <depends>mythnetvision</depends>
48    </button>
49
50    <button>
51        <type>STREAM</type>
52        <text>Watch Online Streams</text>
53        <description></description>
54        <action>PLUGIN mythstream</action>
55        <depends>mythstream</depends>
56    </button>
57
58    <button>
59        <type>MUSIC_PLAY</type>
60        <text>Listen to Music</text>
61        <description></description>
62        <action>JUMP Play music</action>
63        <depends>mythmusic</depends>
64    </button>
65
66    <button>
67        <type>MENU_PLUGINS</type>
68        <text>Plugins</text>
69        <description>Other Plugins</description>
70        <action>MENU plugin_menu.xml</action>
71    </button>
72
73    <button>
74        <type>MENU_ADVANCED</type>
75        <text>Advanced</text>
76        <description>Advanced Options</description>
77        <action>MENU advanced.xml</action>
78    </button>
79
80    <button>
81        <type>SLEEP</type>
82        <text>Sleep</text>
83        <action>EXEC /usr/bin/free >/tmp/loki</action>
84    </button>
85
86    <button>
87        <type>REFRESH_SOFTCAM</type>
88        <text>Refresh Softcam</text>
89        <action>EXEC /usr/bin/sudo /usr/local/bin/softcam-refresh.sh</action>
90    </button>
91
92</mythmenu>