implemented epg2vdr support

This commit is contained in:
louis
2016-05-04 16:21:42 +02:00
parent 24cf03d3f8
commit 7994fc200a
20 changed files with 688 additions and 218 deletions

View File

@@ -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>

View File

@@ -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>