-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_settings.xml
89 lines (76 loc) · 2.78 KB
/
main_settings.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="SETUP">
<button>
<type>SETTINGS_SETUPWIZARD</type>
<text>Setup Wizard</text>
<description>Perform basic configuration tasks</description>
<action>SETTINGS SETUPWIZARD</action>
</button>
<button>
<type>SETTINGS_GENERAL</type>
<text>General</text>
<description>Core MythTV behavior and system settings</description>
<action>SETTINGS MAINGENERAL</action>
</button>
<button>
<type>SETTINGS_APPEARANCE</type>
<text>Appearance</text>
<description>Pick the menu layout, font, size, and locale</description>
<action>SETTINGS APPEARANCE</action>
</button>
<button>
<type>SETTINGS_THEMECHOOSER</type>
<text>Theme Chooser</text>
<description>Choose a local theme or download new ones</description>
<action>SETTINGS THEMECHOOSER</action>
</button>
<button>
<type>SETTINGS_AUDIOGENERAL</type>
<text>Audio</text>
<description>Configure audio playback</description>
<action>SETTINGS AUDIOGENERAL</action>
</button>
<button>
<type>SETTINGS_TV</type>
<text>Video</text>
<description>Configure video recording and playback</description>
<action>MENU tv_settings.xml</action>
</button>
<button>
<type>SETTINGS_MEDIA</type>
<text>Media Settings</text>
<description>Configure music, video, and other media plugins</description>
<action>MENU media_settings.xml</action>
</button>
<button>
<type>SETTINGS_INFO_CENTER</type>
<text>Info Center Settings</text>
<description>Configure surveillance, weather, news, and the web</description>
<action>MENU info_settings.xml</action>
<depends>mythnews mythweather mythbookmarkmanager mythrecipe mythbrowser mythmovies mythzoneminder</depends>
</button>
<button>
<type>SETTINGS_SYSTEM_EVENTS</type>
<text>System Event Handlers</text>
<description>Configure System Event handler commands</description>
<action>SYSTEM_EVENTS</action>
</button>
<button>
<type>SETUP_KEYS</type>
<text>Edit Keys</text>
<description>Change MythTV key bindings</description>
<action>SETUP_KEYS</action>
</button>
<button>
<type>SETTINGS_GRABBERS</type>
<text>Artwork and Data Sources</text>
<description>Configure sources of artwork and metadata</description>
<action>SETTINGS GRABBERS</action>
</button>
<button>
<type>SCREENSETUPWIZARD</type>
<text>Screen Setup Wizards</text>
<description>Compensate for TVs with overscan</description>
<action>SCREENSETUPWIZARD</action>
</button>
</mythmenu>