mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
implemented epg2vdr support
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
{timers[channelnumber]} number of channel
|
||||
{timers[channelid]} ChannelID of channel
|
||||
{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 or epg2vdr plugin
|
||||
{timers[remotehost]} name of host on which timer is set. only for epg2vdr timers available
|
||||
-->
|
||||
<timers>
|
||||
</timers>
|
||||
|
@@ -23,6 +23,12 @@
|
||||
{flagvps} true if timer uses VPS
|
||||
{flagrecording} true if is recording currently
|
||||
{flagpending} true if timer is pending
|
||||
{isremote} true if timer is a epg2vdr remote timer
|
||||
{vdrname} name of vdr on which epg2vdr timer is located
|
||||
{isvdrrunning} true if vdr on which epg2vdr timer is located is running
|
||||
{action} action of epg2vdr timer
|
||||
{state} state of epg2vdr timer
|
||||
{stateinfo} stateinfo of epg2vdr timer
|
||||
-->
|
||||
<listelement>
|
||||
</listelement>
|
||||
|
Reference in New Issue
Block a user