aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorronie <ronie@kodi.tv>2020-10-16 01:02:00 +0200
committerronie <ronie@kodi.tv>2020-10-19 23:07:51 +0200
commitf6b6bd80491e61680f7263aa401cd9de1a8fa11c (patch)
tree5e9bc2a90cb03e0665e2674a39b95818dec01711 /addons
parentf68475a8d5ffcf20095d01e5cb768966ae198a3d (diff)
[Estuary] add ranges to minimal seekbar
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml32
-rw-r--r--addons/skin.estuary/xml/Font.xml1
-rw-r--r--addons/skin.estuary/xml/Includes_PVR.xml2
3 files changed, 33 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
index 31b78946f1..4b9bcfc3be 100644
--- a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
+++ b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
@@ -61,6 +61,16 @@
<top>55</top>
<width>100%</width>
<height>16</height>
+ <info>Player.ProgressCache</info>
+ <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
+ <midtexture>colors/white50.png</midtexture>
+ <visible>!VideoPlayer.Content(LiveTV)</visible>
+ </control>
+ <control type="progress">
+ <left>0</left>
+ <top>55</top>
+ <width>100%</width>
+ <height>16</height>
<info>Player.Progress</info>
<texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
<midtexture colordiffuse="button_focus">colors/white.png</midtexture>
@@ -112,7 +122,27 @@
<textureslidernib colordiffuse="button_focus">osd/progress/nub_bar.png</textureslidernib>
<textureslidernibfocus colordiffuse="button_focus">colors/white.png</textureslidernibfocus>
<info>PVR.TimeShiftSeekbar</info>
- <visible>[Player.Seeking | Player.DisplayAfterSeek] + !Player.ChannelPreviewActive</visible>
+ <visible>VideoPlayer.Content(LiveTV) + [Player.Seeking | Player.DisplayAfterSeek] + !Player.ChannelPreviewActive</visible>
+ </control>
+ <control type="ranges">
+ <left>0</left>
+ <top>55</top>
+ <width>100%</width>
+ <height>8</height>
+ <texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg>
+ <lefttexture>colors/white.png</lefttexture>
+ <midtexture colordiffuse="FFFF0000">colors/white.png</midtexture>
+ <righttexture>colors/white.png</righttexture>
+ <info>Player.Cutlist</info>
+ </control>
+ <control type="ranges">
+ <left>0</left>
+ <top>67</top>
+ <width>100%</width>
+ <height>4</height>
+ <texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg>
+ <righttexture>colors/white.png</righttexture>
+ <info>Player.Chapters</info>
</control>
</control>
<control type="group">
diff --git a/addons/skin.estuary/xml/Font.xml b/addons/skin.estuary/xml/Font.xml
index 347807d5d8..8ff2aacc63 100644
--- a/addons/skin.estuary/xml/Font.xml
+++ b/addons/skin.estuary/xml/Font.xml
@@ -268,6 +268,7 @@
</font>
<font>
<name>WeatherTemp</name>
+ <aspect>0.75</aspect>
<filename>arial.ttf</filename>
<size>120</size>
<style>bold</style>
diff --git a/addons/skin.estuary/xml/Includes_PVR.xml b/addons/skin.estuary/xml/Includes_PVR.xml
index 788d2ec877..ca54c8c280 100644
--- a/addons/skin.estuary/xml/Includes_PVR.xml
+++ b/addons/skin.estuary/xml/Includes_PVR.xml
@@ -107,7 +107,7 @@
<visible>!Player.ChannelPreviewActive</visible>
<control type="group">
<visible>Player.SeekEnabled | VideoPlayer.HasEPG</visible>
- <visible>Player.ShowInfo | Window.IsActive(fullscreeninfo) | Player.ShowTime | Window.IsActive(videoosd) | Window.IsActive(musicosd) | Window.IsActive(playerprocessinfo) | !String.IsEmpty(Player.SeekNumeric) | !String.IsEmpty(PVR.ChannelNumberInput) | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrchannelguide)] + [Player.Seeking | Player.DisplayAfterSeek | Player.Forwarding | Player.Rewinding | Player.Paused + !Window.IsActive(visualisation)</visible>
+ <visible>Player.ShowInfo | Window.IsActive(fullscreeninfo) | Player.ShowTime | Window.IsActive(videoosd) | Window.IsActive(musicosd) | Window.IsActive(playerprocessinfo) | !String.IsEmpty(Player.SeekNumeric) | !String.IsEmpty(PVR.ChannelNumberInput) | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrchannelguide)</visible>
<control type="label">
<top>22</top>
<right>20</right>