mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
81 lines
3.6 KiB
XML
81 lines
3.6 KiB
XML
<menumain x="0" y="0" width="100%" height="100%" fadetime="0">
|
|
|
|
<!-- Available Variables timers:
|
|
{numtimers} number of active timers (max. 15 timers will be displayed)
|
|
{numtimerconflicts} number of current timer conflicts
|
|
{timer1exists} true if timer 1 available
|
|
{timer2exists} true if timer 2 available
|
|
...
|
|
{timer15exists} true if timer 15 available
|
|
{timers[]} array with active timers (local and remote if remotetimers plugin is in use)
|
|
{timers[title]} title of timer
|
|
{timers[datetime]} date and time of timer
|
|
{timers[recording]} true if timer is recording currently
|
|
{timers[channelname]} name of channel for which timer is created
|
|
{timers[channelnumber]} number of channel
|
|
{timers[channelid]} ChannelID of channel
|
|
{timers[channellogoexists]} true if channel logo exists
|
|
-->
|
|
<timers>
|
|
</timers>
|
|
|
|
<!-- Available Variables discusage:
|
|
{freetime} available disc capacity in hh:mm
|
|
{freepercent} available disc capacity in percent
|
|
{usedpercent} used disc capacity in percent
|
|
{freegb} available disc capacity in gigabytes
|
|
{discalert} true if disc usage is > 95%
|
|
{vdrusagestring} localized VDR internal usage string
|
|
-->
|
|
<discusage>
|
|
</discusage>
|
|
|
|
<!-- Available Variables devices:
|
|
{numdevices} number of available devices
|
|
{devices[]} array with available devices
|
|
{devices[num]} number of current device
|
|
{devices[type]} type of device (DVB-S, DVB-C, ...)
|
|
{devices[istuned]} true if device is currently tuned to a transponder
|
|
{devices[livetv]} true if device is currently playing livetv
|
|
{devices[recording]} true if device is currently recording
|
|
{devices[hascam]} true if device has a CAM
|
|
{devices[cam]} number of CAM
|
|
{devices[signalstrength]} signalstrength of devcie
|
|
{devices[signalquality]} signalstrength of devcie
|
|
{devices[channelnumber]} number of the currently tuned channel
|
|
{devices[channelname]} name of the currently tuned channel
|
|
{devices[channelid]} ID of the currently tuned channel
|
|
{devices[source]} source of the currently tuned channel
|
|
-->
|
|
<devices>
|
|
</devices>
|
|
|
|
<!-- Available Variables systemload:
|
|
{load} current system load
|
|
-->
|
|
<systemload>
|
|
</systemload>
|
|
|
|
<menuitems x="0" y="0" orientation="vertical" width="100%" height="100%" align="center" numlistelements="8">
|
|
<!-- Available Variables main menu listelement:
|
|
{nummenuitem} number of item in list, starts with 1
|
|
{label} label of menu item
|
|
{number} number of menu item (or empty string if not set)
|
|
{icon} path of appropriate icon
|
|
{current} true if item is currently selected
|
|
{separator} true if item is a list separator
|
|
-->
|
|
<listelement>
|
|
</listelement>
|
|
<!-- additional element which is drawn for current element -->
|
|
<!-- Available Variables main menu currentelement:
|
|
{label} label of menu item
|
|
{number} number of menu item (or empty string if not set)
|
|
{icon} path of appropriate icon
|
|
-->
|
|
<currentelement delay="50" fadetime="0">
|
|
</currentelement>
|
|
</menuitems>
|
|
|
|
</menumain>
|