mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added skin blackhole
This commit is contained in:
@@ -160,6 +160,15 @@
|
||||
<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 message:
|
||||
{text} message text
|
||||
{status} true if message is a status message
|
||||
|
@@ -47,6 +47,14 @@
|
||||
-->
|
||||
<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 message:
|
||||
{text} message text
|
||||
{status} true if message is an status message
|
||||
|
@@ -172,6 +172,9 @@
|
||||
</tab>
|
||||
|
||||
<!-- Available Variables tablabels:
|
||||
{currenttab} name of currently active tab
|
||||
{prevtab} name of prev tab
|
||||
{nexttab} name of next tab
|
||||
{tabs[]} array with available tab labels
|
||||
{tabs[title]} title of tab
|
||||
{tabs[current]} true if tab is displayed currently
|
||||
|
@@ -158,6 +158,9 @@
|
||||
</tab>
|
||||
|
||||
<!-- Available Variables tablabels:
|
||||
{currenttab} name of currently active tab
|
||||
{prevtab} name of prev tab
|
||||
{nexttab} name of next tab
|
||||
{tabs[]} array with available tab labels
|
||||
{tabs[title]} title of tab
|
||||
{tabs[current]} true if tab is displayed currently
|
||||
|
@@ -57,6 +57,13 @@
|
||||
<systemload>
|
||||
</systemload>
|
||||
|
||||
<!-- Available Variables tempreatures:
|
||||
{cputemp} current cpu temperature in °C
|
||||
{gputemp} current gpu temperature in °C
|
||||
-->
|
||||
<temperatures>
|
||||
</temperatures>
|
||||
|
||||
<!-- Available Variables currentschedule:
|
||||
{title} Title of the current Schedule
|
||||
{subtitle} Subtitle of the current Schedule
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<!-- Available Variables volume:
|
||||
{volume} current volume, range from 0 to 255
|
||||
{volumepercent} current volume in %
|
||||
{volpercent} current volume in %
|
||||
{maxvolume} maximal volume
|
||||
{mute} true if volume is muted
|
||||
-->
|
||||
|
Reference in New Issue
Block a user