aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2022-01-05 11:47:12 +0000
committerenen92 <92enen@gmail.com>2022-01-05 11:54:29 +0000
commitd444510c971ae66e5a1b24c42e117208904a04f0 (patch)
treeeb948e80f16c3e99f88e7fa7a73815ef2e644e30 /addons/skin.estuary/xml
parentc49961f4f38c28926090fc2a2083088ebb036b06 (diff)
[GUI][EDL][Skins] Add Player.SceneMarkers and Player.HasSceneMarkers
Diffstat (limited to 'addons/skin.estuary/xml')
-rw-r--r--addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml9
-rw-r--r--addons/skin.estuary/xml/DialogSeekBar.xml9
-rw-r--r--addons/skin.estuary/xml/VideoOSD.xml4
3 files changed, 20 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
index e0c56801a5..20f13843f8 100644
--- a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
+++ b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
@@ -151,6 +151,15 @@
<height>4</height>
<texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg>
<righttexture>colors/white.png</righttexture>
+ <info>Player.SceneMarkers</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>
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml
index 7f2f6c5689..82be30e3bd 100644
--- a/addons/skin.estuary/xml/DialogSeekBar.xml
+++ b/addons/skin.estuary/xml/DialogSeekBar.xml
@@ -265,6 +265,15 @@
<height>4</height>
<texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg>
<righttexture>colors/white.png</righttexture>
+ <info>Player.SceneMarkers</info>
+ </control>
+ <control type="ranges">
+ <left>0</left>
+ <top>82</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>
diff --git a/addons/skin.estuary/xml/VideoOSD.xml b/addons/skin.estuary/xml/VideoOSD.xml
index dbbf46baa9..ddf0161672 100644
--- a/addons/skin.estuary/xml/VideoOSD.xml
+++ b/addons/skin.estuary/xml/VideoOSD.xml
@@ -51,7 +51,7 @@
<param name="texture" value="osd/fullscreen/buttons/previous.png"/>
</include>
<onclick>PlayerControl(Previous)</onclick>
- <visible>Player.ChapterCount | Integer.IsGreater(Playlist.Length(video),1) | [Player.SeekEnabled + VideoPlayer.Content(livetv)]</visible>
+ <visible>Player.HasSceneMarkers | Player.ChapterCount | Integer.IsGreater(Playlist.Length(video),1) | [Player.SeekEnabled + VideoPlayer.Content(livetv)]</visible>
</control>
<control type="radiobutton" id="601">
<include content="OSDButton">
@@ -106,7 +106,7 @@
<param name="texture" value="osd/fullscreen/buttons/next.png"/>
</include>
<onclick>PlayerControl(Next)</onclick>
- <visible>Player.ChapterCount | Integer.IsGreater(Playlist.Length(video),1) | PVR.IsTimeShift</visible>
+ <visible>Player.HasSceneMarkers | Player.ChapterCount | Integer.IsGreater(Playlist.Length(video),1) | PVR.IsTimeShift</visible>
</control>
<control type="radiobutton" id="608">
<textureradioonfocus colordiffuse="white">osd/fullscreen/buttons/record-white.png</textureradioonfocus>