mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed skinskeleton for compatibility with version 0.8
This commit is contained in:
parent
2abeee2337
commit
f2c492d81c
@ -61,15 +61,6 @@
|
|||||||
{sorttime} true if menu is sorted by time
|
{sorttime} true if menu is sorted by time
|
||||||
{sortprovider} true if menu is sorted by provider
|
{sortprovider} true if menu is sorted by provider
|
||||||
-->
|
-->
|
||||||
<sortmode>
|
|
||||||
</sortmode>
|
|
||||||
<!-- Available Variables message:
|
|
||||||
{text} message text
|
|
||||||
{status} true if message is an status message
|
|
||||||
{info} true if message is an info message
|
|
||||||
{warning} true if message is an warn message
|
|
||||||
{error} true if message is an error message
|
|
||||||
-->
|
|
||||||
<message>
|
<message>
|
||||||
</message>
|
</message>
|
||||||
<!-- Available Variables colorbuttons:
|
<!-- Available Variables colorbuttons:
|
||||||
@ -94,6 +85,15 @@
|
|||||||
{yellow} label of yellow button
|
{yellow} label of yellow button
|
||||||
{blue} label of blue button
|
{blue} label of blue button
|
||||||
-->
|
-->
|
||||||
|
<sortmode>
|
||||||
|
</sortmode>
|
||||||
|
<!-- Available Variables message:
|
||||||
|
{text} message text
|
||||||
|
{status} true if message is an status message
|
||||||
|
{info} true if message is an info message
|
||||||
|
{warning} true if message is an warn message
|
||||||
|
{error} true if message is an error message
|
||||||
|
-->
|
||||||
<colorbuttons>
|
<colorbuttons>
|
||||||
</colorbuttons>
|
</colorbuttons>
|
||||||
<!-- Available Variables scrollbar:
|
<!-- Available Variables scrollbar:
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
{timers[channellogoexists]} true if channel logo exists
|
{timers[channellogoexists]} true if channel logo exists
|
||||||
{timers[isremotetimer]} true if timer is a remote timer from remotetimers plugin
|
{timers[isremotetimer]} true if timer is a remote timer from remotetimers plugin
|
||||||
-->
|
-->
|
||||||
<timers detached="false">
|
<timers>
|
||||||
</timers>
|
</timers>
|
||||||
|
|
||||||
<!-- Available Variables lastrecordings: 10 newest recordings
|
<!-- Available Variables lastrecordings: 10 newest recordings
|
||||||
@ -33,7 +33,7 @@
|
|||||||
{recordings[posterwidth]} width of poster
|
{recordings[posterwidth]} width of poster
|
||||||
{recordings[posterheight]} height of poster
|
{recordings[posterheight]} height of poster
|
||||||
-->
|
-->
|
||||||
<lastrecordings detached="false">
|
<lastrecordings>
|
||||||
</lastrecordings>
|
</lastrecordings>
|
||||||
|
|
||||||
<!-- Available Variables discusage:
|
<!-- Available Variables discusage:
|
||||||
@ -44,12 +44,11 @@
|
|||||||
{discalert} true if disc usage is > 95%
|
{discalert} true if disc usage is > 95%
|
||||||
{vdrusagestring} localized VDR internal usage string
|
{vdrusagestring} localized VDR internal usage string
|
||||||
-->
|
-->
|
||||||
<discusage detached="false">
|
<discusage>
|
||||||
</discusage>
|
</discusage>
|
||||||
|
|
||||||
<!-- Available Variables devices:
|
<!-- Available Variables devices:
|
||||||
signalstrength and -quality are only set if not mode="light" is used in <devices>
|
signalstrength and -quality are only set if not mode="light" is used in <devices>
|
||||||
execution slow, should be detached
|
|
||||||
{numdevices} number of available devices
|
{numdevices} number of available devices
|
||||||
{devices[]} array with available devices
|
{devices[]} array with available devices
|
||||||
{devices[num]} number of current device
|
{devices[num]} number of current device
|
||||||
@ -67,13 +66,13 @@
|
|||||||
{devices[channelid]} ID of the currently tuned channel
|
{devices[channelid]} ID of the currently tuned channel
|
||||||
{devices[source]} source of the currently tuned channel
|
{devices[source]} source of the currently tuned channel
|
||||||
-->
|
-->
|
||||||
<devices mode="full|light" detached="false">
|
<devices>
|
||||||
</devices>
|
</devices>
|
||||||
|
|
||||||
<!-- Available Variables systemload:
|
<!-- Available Variables systemload:
|
||||||
{load} current system load
|
{load} current system load
|
||||||
-->
|
-->
|
||||||
<systemload detached="false">
|
<systemload>
|
||||||
</systemload>
|
</systemload>
|
||||||
|
|
||||||
<!-- Available Variables systemmemory:
|
<!-- Available Variables systemmemory:
|
||||||
@ -81,23 +80,21 @@
|
|||||||
{usedmem} currently used system memory in MB
|
{usedmem} currently used system memory in MB
|
||||||
{usedmempercent} currently used system memory in Percent
|
{usedmempercent} currently used system memory in Percent
|
||||||
-->
|
-->
|
||||||
<systemmemory detached="false">
|
<systemmemory>
|
||||||
</systemmemory>
|
</systemmemory>
|
||||||
|
|
||||||
<!-- Available Variables vdrstatistics:
|
<!-- Available Variables vdrstatistics:
|
||||||
execution slow, should be detached
|
|
||||||
{vdrcpu} current cpu usage of vdr process in percent
|
{vdrcpu} current cpu usage of vdr process in percent
|
||||||
{vdrmem} current mem usage of vdr process in percent
|
{vdrmem} current mem usage of vdr process in percent
|
||||||
-->
|
-->
|
||||||
<vdrstatistics detached="false">
|
<vdrstatistics>
|
||||||
</vdrstatistics>
|
</vdrstatistics>
|
||||||
|
|
||||||
<!-- Available Variables tempreatures:
|
<!-- Available Variables tempreatures:
|
||||||
execution slow, should be detached
|
|
||||||
{cputemp} current cpu temperature in °C
|
{cputemp} current cpu temperature in °C
|
||||||
{gputemp} current gpu temperature in °C
|
{gputemp} current gpu temperature in °C
|
||||||
-->
|
-->
|
||||||
<temperatures detached="false">
|
<temperatures>
|
||||||
</temperatures>
|
</temperatures>
|
||||||
|
|
||||||
<!-- Available Variables currentschedule:
|
<!-- Available Variables currentschedule:
|
||||||
@ -121,7 +118,7 @@
|
|||||||
{bannerwidth} width of banner in pixel
|
{bannerwidth} width of banner in pixel
|
||||||
{bannerheight} height of banner in pixel
|
{bannerheight} height of banner in pixel
|
||||||
-->
|
-->
|
||||||
<currentschedule detached="false">
|
<currentschedule>
|
||||||
</currentschedule>
|
</currentschedule>
|
||||||
|
|
||||||
<!-- Available Variables currentweather:
|
<!-- Available Variables currentweather:
|
||||||
@ -144,7 +141,7 @@
|
|||||||
{pressure} pressure in HPo
|
{pressure} pressure in HPo
|
||||||
{ozone} ozone value in DU
|
{ozone} ozone value in DU
|
||||||
-->
|
-->
|
||||||
<currentweather detached="false">
|
<currentweather>
|
||||||
</currentweather>
|
</currentweather>
|
||||||
|
|
||||||
<!-- Available Variables customtokens:
|
<!-- Available Variables customtokens:
|
||||||
@ -152,7 +149,7 @@
|
|||||||
For instance, use an appropriate script which runs periodically as cronjob and
|
For instance, use an appropriate script which runs periodically as cronjob and
|
||||||
sets these custom tokens with svdrpsend or dbus2vdr
|
sets these custom tokens with svdrpsend or dbus2vdr
|
||||||
-->
|
-->
|
||||||
<customtokens detached="false">
|
<customtokens>
|
||||||
</customtokens>
|
</customtokens>
|
||||||
|
|
||||||
<menuitems x="0" y="0" orientation="vertical" width="100%" height="100%" align="center" numlistelements="8">
|
<menuitems x="0" y="0" orientation="vertical" width="100%" height="100%" align="center" numlistelements="8">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user