mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
85 lines
4.8 KiB
XML
85 lines
4.8 KiB
XML
<menuschedules x="0" y="0" width="100%" height="100%" fadetime="0">
|
|
<!-- Available Variables header:
|
|
{title} title of current menu
|
|
{vdrversion} running VDR Version
|
|
{channelnumber} Number of Channel of current event
|
|
{channelname} Name of current Channel of current event
|
|
{channellogoexists} true if a channel logo exists
|
|
{channelid} ChannelID as path to display channel logo
|
|
{whatson} true if menu "What's on" is displayed
|
|
{whatsonnow} true if menu "What's on now" is displayed
|
|
{whatsonnext} true if menu "What's on next" is displayed
|
|
-->
|
|
<header>
|
|
</header>
|
|
|
|
<menuitems x="0" y="0" orientation="vertical" width="100%" height="100%" align="center" numlistelements="16">
|
|
<!-- Available Variables schedules menu listelement:
|
|
{title} title of event
|
|
{shorttext} shorttext of event
|
|
{start} event start time in hh::mm
|
|
{stop} event stop time
|
|
{day} day of current event
|
|
{date} date of current event in dd.mm.yy
|
|
{daynumeric} day as number
|
|
{month} month as number
|
|
{year} year as number
|
|
{running} true if event is currently running
|
|
{elapsed} elapsed time of event, if not running 0
|
|
{duration} duration of event
|
|
{durationhours} duration, full hours
|
|
{durationminutes} duration, rest of minutes
|
|
{current} true if item is currently selected
|
|
{separator} true if item is a list separator
|
|
{channelname} Channel Name (for what's on now and next)
|
|
{channelid} ChannelID as path to display channel logo (for what's on now and next)
|
|
{whatson} true if menu "What's on" is displayed
|
|
{whatsonnow} true if menu "What's on now" is displayed
|
|
{whatsonnext} true if menu "What's on next" is displayed
|
|
{timerpartitial} true if partitial timer is set for the event
|
|
{timerfull} true if full timer is set for the event
|
|
{hasVPS} true if event has VPS information
|
|
-->
|
|
<listelement>
|
|
</listelement>
|
|
<!-- Available Variables schedules menu currentelement:
|
|
{menuitemx} x position of according menu item
|
|
{menuitemy} y position of according menu item
|
|
{menuitemwidth} width of according menu item
|
|
{menuitemheight} height of according menu item
|
|
{title} title of event
|
|
{shorttext} shorttext of event
|
|
{description} detailed description of event
|
|
{start} event start time in hh::mm
|
|
{stop} event stop time
|
|
{day} day of current event
|
|
{date} date of current event in dd.mm.yy
|
|
{daynumeric} day as number
|
|
{month} month as number
|
|
{year} year as number
|
|
{running} true if event is currently running
|
|
{elapsed} elapsed time of event, if not running 0
|
|
{duration} duration of event
|
|
{durationhours} duration, full hours
|
|
{durationminutes} duration, rest of minutes
|
|
{channelid} ChannelID as path to display channel logo
|
|
{hasposter} true if a scraped poster is available for this element
|
|
{posterwidth} width of scraped poster
|
|
{posterheight} height of scraped poster
|
|
{posterpath} absolute path of scraped poster
|
|
{timerpartitial} true if partitial timer is set for the event
|
|
{timerfull} true if full timer is set for the event
|
|
{whatson} true if menu "What's on" is displayed
|
|
{whatsonnow} true if menu "What's on now" is displayed
|
|
{whatsonnext} true if menu "What's on next" is displayed
|
|
{schedule[]} array with next 10 schedules, only for whatsonnow and whatsonnext
|
|
{schedule[title]} title of event
|
|
{schedule[shorttext]} shorttext of event
|
|
{schedule[start]} start time of event in hh:mm
|
|
{schedule[stop]} stop time of event in hh:mm
|
|
-->
|
|
<currentelement delay="500" fadetime="0">
|
|
</currentelement>
|
|
</menuitems>
|
|
|
|
</menuschedules> |