diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2018-03-10 23:08:03 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2018-03-12 19:48:24 +0100 |
commit | dbcd2cd05ddfdf3074f5f5269da5e4aa9f758c64 (patch) | |
tree | 718d86cdfa61fb152d751615101463a8c669bd45 /addons | |
parent | cc750cb9d13036ee920280241d2f23aed047e742 (diff) |
[PVR][guiinfo] New GUI label: PVR.EpgEventSeekTime.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index dd62e8c1c4..7960bed892 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -199,6 +199,7 @@ </variable> <variable name="SeekTimeLabelVar"> <value condition="!String.IsEmpty(Player.SeekNumeric)">[B]$INFO[Player.SeekNumeric(hh:mm:ss)][/B]</value> + <value condition="Player.Seeking + VideoPlayer.HasEPG">$INFO[PVR.EpgEventSeekTime]$INFO[PVR.EpgEventDuration, / ]</value> <value condition="Player.Seeking">$INFO[Player.SeekTime]$INFO[Player.Duration, / ]</value> <value condition="VideoPlayer.HasEpg">$INFO[PVR.EpgEventElapsedTime]$INFO[PVR.EpgEventDuration, / ]</value> <value>$INFO[Player.Time]$INFO[Player.Duration, / ]</value> |