Difference between revisions of "Config-ui.xml"

From MythTV Official Wiki
Jump to: navigation, search
(Screen Wizard Windows)
m
Line 58: Line 58:
 
| align="center"  | textarea
 
| align="center"  | textarea
 
| Status information on current lookup.
 
| Status information on current lookup.
| align="center"  | No
+
| align="center"  | <b>Yes</b>
 
|}
 
|}
  

Revision as of 15:38, 1 October 2009

The config-ui.xml file governs the layout and behavior of multiple screens in various parts of MythTV. As configuration screens are gradually converted to MythUI, this file will take on more and more importance. It consists of the following windows and named attributes:

Screen Wizard Windows

Window Name Type Description
iconimport Window The Icon Downloader screen in mythtv-setup.
channeloverview Window The Channel Editor screen in mythtv-setup.
osdmenueditor Window The On Screen Display Menu Editor.


The "iconimport" window

Widget Name Widget Type Description Required?
icons buttonlist A button list of potential icon choices for a given channel. Yes
manualsearch textedit A search field to perform a manual station lookup. Yes
name textarea The name of the channel being looked up. Yes
search button Button to activate manual search. Yes
skip button Button to skip current lookup. Yes
status textarea Status information on current lookup. Yes


The "channeloverview" window

Widget Name Widget Type Description Required?
sorting buttonlist A button list of sort options for the channel list. Yes
source buttonlist A button list to limit the channel list to a given source. Yes
channels buttonlist The list of channels, as filtered by source or sort. Yes
delete button Delete the selected channel. Yes
scan button Activate channel scanner. Yes
importicons button Download icons for channels. Yes
edittransport button Edit transport information for selected channel. Yes
nochannum checkbox Toggle hiding/showing of channels without channel numbers. Yes


The "osdmenueditor" window

Widget Name Widget Type Description Required?
states buttonlist A button list of video playback modes. Yes
categories buttonlist A button list to limit menu options in the given playback mode. Yes
done button Save Changes. Yes