aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/DialogSeekBar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/xml/DialogSeekBar.xml')
-rw-r--r--addons/skin.estuary/xml/DialogSeekBar.xml114
1 files changed, 114 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml
new file mode 100644
index 0000000000..d1b4bef3af
--- /dev/null
+++ b/addons/skin.estuary/xml/DialogSeekBar.xml
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <visible>[[Player.Seeking | Player.DisplayAfterSeek | [Player.Paused + !Player.Caching] | Player.Forwarding | Player.Rewinding | Window.IsActive(fullscreeninfo) | Window.IsActive(videoosd) | Window.IsActive(playerprocessinfo)] + Window.IsActive(fullscreenvideo)] | Window.IsActive(visualisation) | !IsEmpty(Player.SeekNumeric)</visible>
+ <visible>![Player.ShowInfo + VideoPlayer.Content(LiveTV) + Window.IsActive(fullscreenvideo)]</visible>
+ <include>Animation_BottomSlide</include>
+ <depth>DepthOSD</depth>
+ <zorder>0</zorder>
+ <controls>
+ <control type="group">
+ <bottom>0</bottom>
+ <height>190</height>
+ <control type="image">
+ <left>-40</left>
+ <width>120%</width>
+ <height>200</height>
+ <texture flipy="true">frame/osdfade.png</texture>
+ </control>
+ <control type="group">
+ <visible>!Window.IsVisible(videoosd) + !Window.IsVisible(musicosd)</visible>
+ <animation effect="fade" time="200">VisibleChange</animation>
+ <control type="image">
+ <left>30</left>
+ <top>90</top>
+ <width>120</width>
+ <height>99</height>
+ <texture>$INFO[MusicPlayer.Codec,flags/audiocodec/,.png]</texture>
+ <aspectratio>keep</aspectratio>
+ <visible>!Player.ChannelPreviewActive</visible>
+ </control>
+ <control type="image">
+ <left>200</left>
+ <top>120</top>
+ <width>264</width>
+ <height>40</height>
+ <texture>$INFO[MusicPlayer.UserRating,flags/starrating/,.png]</texture>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <top>110</top>
+ <left>20</left>
+ <width>400</width>
+ <height>50</height>
+ <aligny>center</aligny>
+ <font>font30</font>
+ <wrapmultiline>true</wrapmultiline>
+ <label>[COLOR button_focus]$LOCALIZE[21396]:[CR][/COLOR]$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
+ <visible>player.chaptercount</visible>
+ </control>
+ <control type="label">
+ <top>110</top>
+ <right>20</right>
+ <width>400</width>
+ <height>50</height>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font30</font>
+ <wrapmultiline>true</wrapmultiline>
+ <visible>!Window.IsActive(fullscreeninfo)</visible>
+ <animation effect="fade" time="200">VisibleChange</animation>
+ <label>$INFO[Player.TimeRemaining,[COLOR button_focus]$LOCALIZE[31134]:[CR][/COLOR]]</label>
+ </control>
+ </control>
+ <control type="label">
+ <centerleft>50%</centerleft>
+ <top>110</top>
+ <width>50%</width>
+ <height>75</height>
+ <align>center</align>
+ <aligny>bottom</aligny>
+ <animation delay="0" effect="slide" time="120" start="0,0" end="0,-20" tween="sine" easing="inout" condition="!String.IsEmpty(Control.GetLabel(40000))">Conditional</animation>
+ <label>$VAR[SeekTimeLabelVar]</label>
+ <font>font45</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label" id="40000">
+ <centerleft>50%</centerleft>
+ <top>134</top>
+ <width>50%</width>
+ <height>60</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$VAR[SeekLabel]</label>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="progress">
+ <left>0</left>
+ <top>70</top>
+ <width>100%</width>
+ <height>15</height>
+ <info>Player.ProgressCache</info>
+ <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
+ <midtexture>colors/white50.png</midtexture>
+ </control>
+ <control type="progress">
+ <left>0</left>
+ <top>70</top>
+ <width>100%</width>
+ <height>15</height>
+ <info>Player.Progress</info>
+ <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
+ <midtexture colordiffuse="button_focus">colors/white.png</midtexture>
+ </control>
+ <control type="slider" id="401">
+ <left>5</left>
+ <top>65</top>
+ <width>100%</width>
+ <height>25</height>
+ <texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_bar.png</texturesliderbar>
+ <textureslidernib colordiffuse="button_focus">osd/progress/nub_bar.png</textureslidernib>
+ <textureslidernibfocus colordiffuse="button_focus">colors/white.png</textureslidernibfocus>
+ </control>
+ </control>
+ </controls>
+</window>