Difference between revisions of "Video-ui.xml"

From MythTV Official Wiki
Jump to: navigation, search
(MythVideo Windows)
(The "manager" window)
Line 50: Line 50:
  
  
=== The "manager" window ===
+
=== The "manager", "browser", "gallery" and "tree" windows ===
 +
 
 +
The MythVideo Manager, Browser, Gallery, and List views are unique as they share many/most of the attributes, most of which are entirely optional.  This allows the themer to show whichever information he or she likes across four different views.
  
 
{| cellpadding="4"
 
{| cellpadding="4"
Line 123: Line 125:
 
| style="background:darkturquoise" align="center" | N
 
| style="background:darkturquoise" align="center" | N
 
|}
 
|}
 
  
 
=== The "file_associations" window ===
 
=== The "file_associations" window ===

Revision as of 22:03, 22 February 2009

The video-ui.xml file governs the layout and behavior of the MythVideo Plugin. It consists of the following windows and named attributes:

MythVideo Windows

Window Name Type Description
manager Window The Video Manager view type.
browser Window The Browser view type.
gallery Window The Gallery view type.
tree Window The List View Type.
file_associations Settings Screen The File Extensions screen (found at Utilities/Setup->Setup->Media Settings->Video Settings->File Types).
edit_metadata Settings Screen The Edit Metadata Screen.
itemdetailpopup Popup When an item is selected in Gallery View, this window is popped up showing details before playback.
moviesel Popup Popup for selecting from multiple results from the grabber scripts
castpopup Popup The "View Cast" popup.
plotpopup Popup The "View Plot" popup.


The "manager", "browser", "gallery" and "tree" windows

The MythVideo Manager, Browser, Gallery, and List views are unique as they share many/most of the attributes, most of which are entirely optional. This allows the themer to show whichever information he or she likes across four different views.

Widget Name Widget Type Description Required?
parentallevel statetype The Parental Level statetype. Values are None, Lowest, Low, Medium, and High. N
novideos textarea Text area which appears when no videos are present in the library. N
title textarea The title of the selected item. N
director textarea The director of the selected item. N
year textarea The year of release for the selected item. N
rating textarea The ratings-body assigned rating for the selected item (G, PG, R, etc.). N
browseable textarea Whether or not the item is set to browseable. N
length textarea The length of the selected item in minutes. N
plot textarea The plot/description of the selected item. N
filename textarea The path and filename of the selected item. N
coverfile textarea The path and filename of the coverfile for the selected item. N
inetref textarea The grabber-assigned number for the film (ie IMDB number). N
videos buttonlist The list of all items in the video library. N

The "file_associations" window

Widget Name Widget Type Description Required?
extension_select buttonlist Buttonlist to selected from available, defined file extensions. Yes
command textedit Textedit to assign the player program for the selected extension. Yes
ignore_check checkbox Checkbox to set ignoring of the selected extension. Yes
default_check checkbox Checkbox to set "Use Default Player" on selected extension. Yes
done_button button The "Done" button. Yes
new_button button The "New" button. Yes
delete_button button The "Delete" button. Yes


The "edit_metadata" window

Widget Name Widget Type Description Required?
title_edit textedit Textedit to change title. Yes
player_edit textedit Textedit to change player command. Yes
coverart_text textarea Mythvideo-filled value for path and filename of coverart. Yes
screenshot_text textarea Mythvideo-filled value for path and filename of screenshot. Yes
banner_text textarea Mythvideo-filled value for path and filename of banner art. Yes
fanart_text textarea Mythvideo-filled value for path and filename of fanart. Yes
trailer_text textarea Mythvideo-filled value for path and filename of trailer. Yes
category_select buttonlist Buttonlist to choose selected item's category. Yes
level_select buttonlist Buttonlist to choose selected item's parental level. Yes
child_select buttonlist Buttonlist to choose selected item's "Play After" file. Yes
browse_check checkbox Checkbox to select browseable/non-browseable. Yes
coverart_button button Button to change coverart. Yes
banner_button button Button to change banner. Yes
fanart_button button Button to change fanart. Yes
screenshot_button button Button to change screenshot. Yes
done_button button The "Done" button. Yes


The "moviesel" window

Widget Name Widget Type Description Required?
results buttonlist A list of returned values from a grabber script, for user selection. Yes


The "castpopup" window

Widget Name Widget Type Description Required?
cast buttonlist A popup list of cast/actors from the selected item. Yes


The "plotpopup" window

Widget Name Widget Type Description Required?
plot textarea A popup for the plot of the selected film. Yes