Skip to content

Commit

Permalink
Re-group the settings logically in the Setup Menu.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Robert McNamara committed Jan 28, 2011
1 parent 57adc5d commit 5bf8c24
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions mythtv/themes/defaultmenu/main_settings.xml
Expand Up @@ -8,13 +8,6 @@
<action>SETTINGS MAINGENERAL</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_APPEARANCE</type>
<text>Appearance</text>
Expand All @@ -32,36 +25,29 @@
<button>
<type>SETTINGS_AUDIOGENERAL</type>
<text>Audio</text>
<description>Configure local audio output</description>
<description>Configure audio playback</description>
<action>SETTINGS AUDIOGENERAL</action>
</button>

<button>
<type>SCREENSETUPWIZARD</type>
<text>Screen Setup Wizards</text>
<description>Compensate for TVs with overscan</description>
<action>SCREENSETUPWIZARD</action>
</button>

<button>
<type>SETTINGS_TV</type>
<text>TV Settings</text>
<description>Settings for TV recording and playback</description>
<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>Settings for all non-TV media</description>
<description>Configure music, video, and other media plugins</description>
<action>MENU media_settings.xml</action>
<depends>mythvideo mythmusic mythgallery mythfm mythgame mythburn mytharchive</depends>
</button>

<button>
<type>SETTINGS_INFO_CENTER</type>
<text>Info Center Settings</text>
<description>Configure weather, news, movie info, web, and recipes</description>
<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>
Expand All @@ -73,13 +59,27 @@
<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>

<button>
<type>SETTINGS_SETUPWIZARD</type>
<text>Setup Wizard</text>
Expand Down

0 comments on commit 5bf8c24

Please sign in to comment.