diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2017-12-15 15:59:29 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2017-12-19 14:31:50 +0100 |
commit | c1da20fed8160eb2801e5d72ce37f121b0e404d1 (patch) | |
tree | 17e933f1e503d9648aabb29649d6dfb53e3a8698 /addons/skin.estuary/xml | |
parent | fdac2af6ebbb058af4078846e141c241c81e271b (diff) |
[PVR][guiinfo][skin] Rename info labels: PVR.Time => PVR.EpgEventElapsedTime, PVR.Duration => PVR.EpgEventDuration, PVR.Progress => PVR.EpgEventProgress
Diffstat (limited to 'addons/skin.estuary/xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogSeekBar.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/MusicOSD.xml | 4 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/VideoOSD.xml | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml index 4d9d7cf93f..c37eb5a4e0 100644 --- a/addons/skin.estuary/xml/DialogSeekBar.xml +++ b/addons/skin.estuary/xml/DialogSeekBar.xml @@ -194,7 +194,7 @@ <top>70</top> <width>100%</width> <height>15</height> - <info>PVR.Progress</info> + <info>PVR.EpgEventProgress</info> <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg> <midtexture colordiffuse="button_focus">colors/white.png</midtexture> <visible>VideoPlayer.HasEpg</visible> diff --git a/addons/skin.estuary/xml/MusicOSD.xml b/addons/skin.estuary/xml/MusicOSD.xml index dc835c4db5..614a9c6914 100644 --- a/addons/skin.estuary/xml/MusicOSD.xml +++ b/addons/skin.estuary/xml/MusicOSD.xml @@ -247,7 +247,7 @@ <texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_leftright.png</texturesliderbar> <textureslidernib>osd/progress/nub_leftright.png</textureslidernib> <textureslidernibfocus colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernibfocus> - <info>PVR.Progress</info> + <info>PVR.EpgEventProgress</info> <visible>Player.SeekEnabled + !Control.HasFocus(87) + VideoPlayer.HasEpg</visible> </control> <control type="slider"> @@ -260,7 +260,7 @@ <texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_leftright.png</texturesliderbar> <textureslidernib colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernib> <textureslidernibfocus colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernibfocus> - <info>PVR.Progress</info> + <info>PVR.EpgEventProgress</info> <visible>Player.SeekEnabled + Control.HasFocus(87) + VideoPlayer.HasEpg</visible> </control> </control> diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index e3824141c4..f59f13f5d5 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -200,7 +200,7 @@ <variable name="SeekTimeLabelVar"> <value condition="!String.IsEmpty(Player.SeekNumeric)">[B]$INFO[Player.SeekNumeric(hh:mm:ss)][/B]</value> <value condition="Player.Seeking">$INFO[Player.SeekTime]$INFO[Player.Duration, / ]</value> - <value condition="VideoPlayer.HasEpg">$INFO[PVR.Time]$INFO[PVR.Duration, / ]</value> + <value condition="VideoPlayer.HasEpg">$INFO[PVR.EpgEventElapsedTime]$INFO[PVR.EpgEventDuration, / ]</value> <value>$INFO[Player.Time]$INFO[Player.Duration, / ]</value> </variable> <variable name="VideoOSDHelpTextVar"> diff --git a/addons/skin.estuary/xml/VideoOSD.xml b/addons/skin.estuary/xml/VideoOSD.xml index 9dacdee956..66e24c6c9a 100644 --- a/addons/skin.estuary/xml/VideoOSD.xml +++ b/addons/skin.estuary/xml/VideoOSD.xml @@ -229,7 +229,7 @@ <texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_leftright.png</texturesliderbar> <textureslidernib>osd/progress/nub_leftright.png</textureslidernib> <textureslidernibfocus colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernibfocus> - <info>PVR.Progress</info> + <info>PVR.EpgEventProgress</info> <visible>!Control.HasFocus(87) + VideoPlayer.HasEpg</visible> </control> <control type="slider"> @@ -240,7 +240,7 @@ <texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_leftright.png</texturesliderbar> <textureslidernib colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernib> <textureslidernibfocus colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernibfocus> - <info>PVR.Progress</info> + <info>PVR.EpgEventProgress</info> <visible>Control.HasFocus(87) + VideoPlayer.HasEpg</visible> </control> </control> |