Skip to content

Commit 5bf8c24

Browse files
author
Robert McNamara
committed
Re-group the settings logically in the Setup Menu.
Grouped as: * General * Appearance (Appearance Menu, Theme Chooser) * Audio * Video ("TV Settings" renamed) * Plugins (Media Settings, Info Center Settings) * "Advanced" (System Event Handlers, Edit Keys) * Metadata (Grabber Settings) * Wizards (Screen Setup, Initial Setup Wizard) This is just a reordering and some slight renaming. I would go so far as to say that we might consider breaking out submenus as logically defined above, but that should follow some discussion.
1 parent 57adc5d commit 5bf8c24

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

mythtv/themes/defaultmenu/main_settings.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
<action>SETTINGS MAINGENERAL</action>
99
</button>
1010

11-
<button>
12-
<type>SETUP_KEYS</type>
13-
<text>Edit Keys</text>
14-
<description>Change MythTV key bindings.</description>
15-
<action>SETUP_KEYS</action>
16-
</button>
17-
1811
<button>
1912
<type>SETTINGS_APPEARANCE</type>
2013
<text>Appearance</text>
@@ -32,36 +25,29 @@
3225
<button>
3326
<type>SETTINGS_AUDIOGENERAL</type>
3427
<text>Audio</text>
35-
<description>Configure local audio output</description>
28+
<description>Configure audio playback</description>
3629
<action>SETTINGS AUDIOGENERAL</action>
3730
</button>
3831

39-
<button>
40-
<type>SCREENSETUPWIZARD</type>
41-
<text>Screen Setup Wizards</text>
42-
<description>Compensate for TVs with overscan</description>
43-
<action>SCREENSETUPWIZARD</action>
44-
</button>
45-
4632
<button>
4733
<type>SETTINGS_TV</type>
48-
<text>TV Settings</text>
49-
<description>Settings for TV recording and playback</description>
34+
<text>Video</text>
35+
<description>Configure video recording and playback</description>
5036
<action>MENU tv_settings.xml</action>
5137
</button>
5238

5339
<button>
5440
<type>SETTINGS_MEDIA</type>
5541
<text>Media Settings</text>
56-
<description>Settings for all non-TV media</description>
42+
<description>Configure music, video, and other media plugins</description>
5743
<action>MENU media_settings.xml</action>
5844
<depends>mythvideo mythmusic mythgallery mythfm mythgame mythburn mytharchive</depends>
5945
</button>
6046

6147
<button>
6248
<type>SETTINGS_INFO_CENTER</type>
6349
<text>Info Center Settings</text>
64-
<description>Configure weather, news, movie info, web, and recipes</description>
50+
<description>Configure surveillance, weather, news, and the web</description>
6551
<action>MENU info_settings.xml</action>
6652
<depends>mythnews mythweather mythbookmarkmanager mythrecipe mythbrowser mythmovies mythzoneminder</depends>
6753
</button>
@@ -73,13 +59,27 @@
7359
<action>SYSTEM_EVENTS</action>
7460
</button>
7561

62+
<button>
63+
<type>SETUP_KEYS</type>
64+
<text>Edit Keys</text>
65+
<description>Change MythTV key bindings.</description>
66+
<action>SETUP_KEYS</action>
67+
</button>
68+
7669
<button>
7770
<type>SETTINGS_GRABBERS</type>
7871
<text>Artwork and Data Sources</text>
7972
<description>Configure sources of artwork and metadata</description>
8073
<action>SETTINGS GRABBERS</action>
8174
</button>
8275

76+
<button>
77+
<type>SCREENSETUPWIZARD</type>
78+
<text>Screen Setup Wizards</text>
79+
<description>Compensate for TVs with overscan</description>
80+
<action>SCREENSETUPWIZARD</action>
81+
</button>
82+
8383
<button>
8484
<type>SETTINGS_SETUPWIZARD</type>
8585
<text>Setup Wizard</text>

0 commit comments

Comments
 (0)