diff options
Diffstat (limited to 'addons/skin.estouchy/xml/DialogSeekBar.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogSeekBar.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogSeekBar.xml b/addons/skin.estouchy/xml/DialogSeekBar.xml index bfe6d61c65..64bd320f01 100644 --- a/addons/skin.estouchy/xml/DialogSeekBar.xml +++ b/addons/skin.estouchy/xml/DialogSeekBar.xml @@ -1,3 +1,69 @@ <?xml version="1.0" encoding="UTF-8"?> <window> + <visible>[Window.IsActive(FullscreenVideo) | Window.IsActive(Visualisation)] + ![Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD)] + [Player.Seeking | Player.DisplayAfterSeek]</visible> + <controls> + <control type="group"> + <posx>364</posx> + <posy>10</posy> + <include>VisibleFadeEffect</include> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>180</width> + <height>32</height> + <font>font20_title</font> + <aligny>center</aligny> + <label>$INFO[Player.Time(hh:mm:ss)]</label> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>552</width> + <height>32</height> + <font>font20_title</font> + <align>center</align> + <aligny>center</aligny> + <label>$VAR[SeekLabel]</label> + </control> + <control type="label"> + <posx>552</posx> + <posy>0</posy> + <width>180</width> + <height>32</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Player.Duration(hh:mm:ss)]</label> + </control> + <control type="progress"> + <description>Progressbar</description> + <posx>0</posx> + <posy>40</posy> + <width>552</width> + <height>12</height> + <info>Player.Cache</info> + <midtexture colordiffuse="grey2">white.png</midtexture> + <texturebg></texturebg> + </control> + <control type="progress"> + <description>Progressbar</description> + <posx>0</posx> + <posy>40</posy> + <width>552</width> + <height>12</height> + <info>Player.Progress</info> + </control> + <control type="slider" id="87"> + <description>Seek Slider</description> + <posx>0</posx> + <posy>30</posy> + <width>552</width> + <height>32</height> + <action>seek</action> + <texturesliderbar></texturesliderbar> + <textureslidernib></textureslidernib> + <textureslidernibfocus></textureslidernibfocus> + </control> + </control> + </controls> </window> |