diff options
author | lordjaxom <lordjaxom> | 2004-06-05 18:06:22 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-06-05 18:06:22 +0000 |
commit | 6094765d94e4caaf0813039dff826b731f277753 (patch) | |
tree | fed79334167f26d5a81a6cae9be3f1341375a36f /SKINS | |
parent | e0c2ee1d37c0f213f22a04df71710bebe3526f85 (diff) | |
download | vdr-plugin-text2skin-6094765d94e4caaf0813039dff826b731f277753.tar.gz vdr-plugin-text2skin-6094765d94e4caaf0813039dff826b731f277753.tar.bz2 |
- added scrollable texts and "SymbolScrollUp" and "SymbolScrollDown"v0.0.1
- added "MenuText", "MenuEventTitle", "MenuEventShortText",
"MenuEventDescription", "MenuEventTime", "MenuRecording",
"SymbolEventRunning", "SymbolEventTimer" and "SymbolEventVPS"
- implemented image caching
- added english and german README
- removed some workarounds, and added a patch to vdr to the tree (will be
included in 1.3.10)
- fixed two bugs when displaying replay symbols
- implemented tabbed texts in menu
Diffstat (limited to 'SKINS')
-rw-r--r-- | SKINS | 133 |
1 files changed, 133 insertions, 0 deletions
@@ -261,6 +261,84 @@ Description: Draws the specified image into the specified location if the image handling, see Item=Background. Parameters: x, y, width, height, path, altpath, fg, bg +Item: Item=SymbolPlay +Description: Draws the specified image into the specified location if the + current replay is playing normally. If that is not the case, the + alternative image (if given) will be displayed. For details on the + image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolPause +Description: Draws the specified image into the specified location if the + current replay is paused. If that is not the case, the + alternative image (if given) will be displayed. For details on the + image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolFastFwd +Description: Draws the specified image into the specified location if the + current replay is fast forwarding. If that is not the case, the + alternative image (if given) will be displayed. For details on the + image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolFastRew +Description: Draws the specified image into the specified location if the + current replay is fast rewinding. If that is not the case, the + alternative image (if given) will be displayed. For details on the + image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolSlowFwd +Description: Draws the specified image into the specified location if the + current replay is slow forwarding. If that is not the case, the + alternative image (if given) will be displayed. For details on the + image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolSlowRew +Description: Draws the specified image into the specified location if the + current replay is slow rewinding. If that is not the case, the + alternative image (if given) will be displayed. For details on the + image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolEventRunning +Description: Draws the specified image into the specified location if the + displayed event (in menu display) is currently running. If that + is not the case, the alternative image (if given) will be + displayed. For details on the image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolEventTimer +Description: Draws the specified image into the specified location if the + displayed event (in menu display) will be recorded. If that is + not the case, the alternative image (if given) will be displayed. + For details on the image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolEventVPS +Description: Draws the specified image into the specified location if the + displayed event (in menu display) is VPS. If that is not the + case, the alternative image (if given) will be displayed. For + details on the image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolScrollUp +Description: Draws the specified image into the specified location if the + current display is scrollable and not at the top of its contents. + If that is not the case, the alternative image (if given) will be + displayed. For details on the image handling, see Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + +Item: Item=SymbolScrollDown +Description: Draws the specified image into the specified location if the + current display is scrollable and not at the bottom of its + contents. If that is not the case, the alternative image (if + given) will be displayed. For details on the image handling, see + Item=Background. +Parameters: x, y, width, height, path, altpath, fg, bg + Item: Item=Language Description: Draws a logo for the current language (currently the only languages VDR knows are "Audio 1" and possibly "Audio 2", @@ -317,6 +395,61 @@ Item: Item=MessageError Description: Draws the current error message (if present). Parameters: x, y, width, height, fg, font, align, text +Item: Item=MenuArea +Description: Specifies the area in which the menu items will be shown as a + list. +Parameters: x, y, width, height + +Item: Item=MenuItem +Description: Specifies how one item is drawn in the list of menu items. + list. +Parameters: [x,] [y,] width, height, fg, bg, font, align + +Item: Item=MenuCurrent +Description: Specifies how the currently selected item is drawn in the list of + menu items. + list. +Parameters: [x,] [y,] width, height, fg, bg, font, align + +Item: Item=MenuTitle +Description: Draws the title line of the displayed menu. +Parameters: x, y, width, height, fg, font, align, text + +Item: Item=MenuRed, Item=MenuGreen, Item=MenuYellow, Item=MenuBlue +Description: Draws the red, green, yellow or blue (respectively) button. +Parameters: x, y, width, height, fg, font, align, text + +Item: Item=MenuText +Description: Draws the current menu text in a scrollable text-area. If this + item is present, SymbolScrollUp and SymbolScrollDown apply, too. +Parameters: x, y, width, height, fg, [bg,] font, [align,] text + +Item: Item=MenuEventTitle +Description: Draws the title of the currently selected event when viewing EPG + entries. +Parameters: x, y, width, height, fg, font, align, text + +Item: Item=MenuEventShortText +Description: Draws the short text or episode name of the currently selected + event when viewing EPG entries. +Parameters: x, y, width, height, fg, font, align, text + +Item: Item=MenuEventDescription +Description: Draws the long text of the currently selected event when viewing + EPG entries in a scrollable text-area. If this item is present, + SymbolScrollUp and SymbolScrollDown apply, too. +Parameters: x, y, width, height, fg, [bg,] font, [align,] text + +Item: Item=MenuEventTime +Description: Draws the start time of the currently selected event when viewing + EPG entries. +Parameters: x, y, width, height, fg, font, align, text + +Item: Item=MenuRecording +Description: Draws the summary of the currently selected recording when + browsing recordings in a scrollable text-area. If this item is + present, SymbolScrollUp and SymbolScrollDown apply, too. +Parameters: x, y, width, height, fg, [bg,] font, [align,] text Known Parameters ---------------- |