Difference between revisions of "OSD development guide"
From MythTV Official Wiki
(Basic info for the status container - needs work) |
m (Typos) |
||
Line 9: | Line 9: | ||
* statusslider - Displays a fill type position bar or slider | * statusslider - Displays a fill type position bar or slider | ||
* statusposition - Another slider? Maybe allows you to overlay a position marker on statusslider? | * statusposition - Another slider? Maybe allows you to overlay a position marker on statusslider? | ||
− | * progbefore - In livetv allows you to display an image indicating a programme | + | * progbefore - In livetv allows you to display an image indicating a programme exists before in the livetv chain |
− | * progbefore - In livetv allows you to display an image indicating a programme | + | * progbefore - In livetv allows you to display an image indicating a programme exists after in the livetv chain |
[[Category:Developer Documentation]] | [[Category:Developer Documentation]] | ||
[[Category:Themes]] | [[Category:Themes]] |
Revision as of 17:28, 17 January 2007
Here follows a list of the containers and elements available to OSD theme developers:
Status Container
The status container shows the current position information for the recording.
It allows the following elements:
- slidertext - Position info in text form e.g. 1:24 of 2:01
- extendedslidertext - Extends the position info with time remaining e.g. (0:37 minutes remaining)
- statusslider - Displays a fill type position bar or slider
- statusposition - Another slider? Maybe allows you to overlay a position marker on statusslider?
- progbefore - In livetv allows you to display an image indicating a programme exists before in the livetv chain
- progbefore - In livetv allows you to display an image indicating a programme exists after in the livetv chain