mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
Version 0.8.0 beta
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<header>
|
||||
</header>
|
||||
|
||||
<!-- Available Variables header:
|
||||
<!-- Available Variables menuitems:
|
||||
{numelements} number of displayed tracks
|
||||
-->
|
||||
<menuitems x="0" y="{areaheight} - {numelements} * {areaheight} / 10" orientation="vertical" width="100%" height="{numelements} * {areaheight} / 10" align="top" numlistelements="{numelements}">
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
<screenresolution>
|
||||
</screenresolution>
|
||||
|
||||
<!-- Available Variables dvbdeviceinfo:
|
||||
<!-- Available Variables channelgroup:
|
||||
{prevAvailable} true if previous Channel Group is avaialble
|
||||
{nextAvailable} true if next Channel Group is avaialble
|
||||
{group} Name of current Channel Group
|
||||
@@ -117,10 +117,6 @@
|
||||
<signalquality>
|
||||
</signalquality>
|
||||
|
||||
<!-- background of signalmeter, will only be drawn if signalquality was deleted -->
|
||||
<signalqualityback>
|
||||
</signalqualityback>
|
||||
|
||||
<!-- Available Variables devices:
|
||||
signalstrength and -quality are only set if not mode="light" is used in <devices>
|
||||
{numdevices} number of available devices
|
||||
|
||||
@@ -96,6 +96,14 @@
|
||||
-->
|
||||
<colorbuttons>
|
||||
</colorbuttons>
|
||||
<!-- Available Variables scrollbar:
|
||||
{height} height of scrollbar in tenth of percent
|
||||
{offset} offset from top in tenth percent
|
||||
{hasprev} true if list elements before currently displayed exist
|
||||
{hasnext} true if list elements after currently displayed exist
|
||||
-->
|
||||
<scrollbar>
|
||||
</scrollbar>
|
||||
&displaymenudefault;
|
||||
&displaymenumain;
|
||||
&displaymenusetup;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</timers>
|
||||
|
||||
<!-- Available Variables lastrecordings: 10 newest recordings
|
||||
{numtimers} number of active timers
|
||||
{numtimers} number of active timers (to align lastrecordings at timers viewelement)
|
||||
{recordings[]} array with 10 newest recordings
|
||||
{recordings[name]} name of recording
|
||||
{recordings[seriesname]} series name if available
|
||||
@@ -109,7 +109,7 @@
|
||||
{stop} End of current Schedule in hh:mm (empty for recordings)
|
||||
{duration} Duration of current Schedule in min
|
||||
{durationhours} Duration, full hours
|
||||
{minutes} Duration, rest of minutes
|
||||
{minutes} Duration, rest in minutes
|
||||
{elapsed} Elapsed time of current Schedule in min (0 for recordings)
|
||||
{remaining} Remaining time of current Schedule in min (0 for recordings)
|
||||
{hasposter} true if poster is available
|
||||
|
||||
@@ -23,11 +23,20 @@
|
||||
<datetime>
|
||||
</datetime>
|
||||
|
||||
<!-- Available Variables time:
|
||||
{sec} current seconds
|
||||
{min} current minutes
|
||||
{hour} current hours
|
||||
{hmins} current "hourminutes" to display an hour hand
|
||||
-->
|
||||
<time>
|
||||
</time>
|
||||
|
||||
<!-- Available Variables scrapercontent:
|
||||
{posterpath} Full Path of Poster to use in image path attribute
|
||||
{posterwidth} width of poster in pixel
|
||||
{posterheight} height of poster in pixel
|
||||
{hasPoster} true if poster is available
|
||||
{hasposter} true if poster is available
|
||||
{bannerpath} Full Path of banner to use in image path attribute
|
||||
{bannerwidth} width of banner in pixel
|
||||
{bannerheight} height of banner in pixel
|
||||
|
||||
Reference in New Issue
Block a user