-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextras_menu.xml
57 lines (47 loc) · 1.78 KB
/
extras_menu.xml
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
55
56
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="EXTRAS_MENU">
<button>
<type>IMAGEDEFONT</type>
<text>Font decran</text>
<text lang="FR">Change images</text>
<description>2011/2011 06 23 Luxembourg/20110624 124923 028.JPG</description>
<action>EXEC ~/.mythtv/themes/PatAbstractWide/autochange.sh</action>
</button>
<button>
<type>RVB</type>
<text>Refresh Video Browser</text>
<text lang="FR">Mise à jour spéciale des vidéos</text>
<description>RVB</description>
<action>EXEC ~/.mythtv/themes/PatAbstractWide/rvb.sh</action>
</button>
<button>
<type>TV_STATUS</type>
<text>System Status</text>
<description>See what your system is doing</description>
<action>TV_STATUS</action>
</button>
<button>
<type>MUSIC_SCAN</type>
<text>Scan for New Music</text>
<text lang="FR">Scan musique</text>
<text lang="DE">Suche neue Musik</text>
<description>Update your collection by looking for new music</description>
<description lang="FR">Mise à jour de la musique</description>
<description lang="DE">Aktualisiere Deine Musiksammlung</description>
<action>JUMP Scan music</action>
<depends>mythmusic</depends>
</button>
<button>
<type>MENU_UTILITIES_SETUP</type>
<text>Setup</text>
<description>Configure MythTV and plugins</description>
<action>MENU main_settings.xml</action>
<password>SetupPinCode</password>
</button>
<button>
<type>MENU_MAIN</type>
<text>main menu initial</text>
<description>main menu initial</description>
<action>MENU mainmenu.ini.xml</action>
</button>
</mythmenu>