diff options
| author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-10 13:33:54 +0100 |
|---|---|---|
| committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-11 17:34:23 +0100 |
| commit | 538d59ca4e83733c6e0b35c21a65d3efe198d176 (patch) | |
| tree | 851d3e8b659677b7f87ad1ac0bd1ea0e4c0bcd5b /skinskeleton | |
| parent | 78d424d2562350d77bbbce00910b2e4a01483bbe (diff) | |
| download | vdr-plugin-skindesigner-538d59ca4e83733c6e0b35c21a65d3efe198d176.tar.gz vdr-plugin-skindesigner-538d59ca4e83733c6e0b35c21a65d3efe198d176.tar.bz2 | |
An error with the remaining time in the channel display has been fixed
The remaining time in the channel display wasn't updated.
A new token "currentremaining" was introduced in the Progressbar section
of displaychannel.xml.
Diffstat (limited to 'skinskeleton')
| -rw-r--r-- | skinskeleton/xmlfiles/displaychannel.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skinskeleton/xmlfiles/displaychannel.xml b/skinskeleton/xmlfiles/displaychannel.xml index 393a30e..ab2872f 100644 --- a/skinskeleton/xmlfiles/displaychannel.xml +++ b/skinskeleton/xmlfiles/displaychannel.xml @@ -25,7 +25,7 @@ {currentdurationhours} Duration, full hours {currentdurationminutes} Duration, rest of minutes {currentelapsed} Elapsed time of current Schedule in min - {currentremaining} Remaining time of current Schedule in min + {currentremaining} Remaining time of current Schedule in min -> DEPRECATED, it doesn't work as expected {currentrecording} true if current Schedule is recorded {hasVPS} true if current Schedule has VPS {nexttitle} Title of next Schedule @@ -48,6 +48,7 @@ {remaining} Remaining time of current Schedule in seconds {permashift} true if permashift plugin is in use {livebuffer} current buffered data in seconds + {currentremaining} Remaining time of current Schedule in min --> <progressbar> </progressbar> |
