skin.pellucid/1080i/DialogSeekBar.xml

160 lines
6.5 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2017-12-21 15:16:56 +01:00
<visible>!window.isactive(videoosd) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [!String.IsEmpty(Player.SeekNumeric) | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
2014-09-28 20:47:53 +02:00
<controls>
2015-04-19 22:55:23 +02:00
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2017-04-13 21:15:16 +02:00
<control type="group">
<posx>col-1-begin</posx>
2018-02-25 14:05:53 +01:00
<posy>row-19-begin</posy>
2017-04-13 21:15:16 +02:00
<control type="label">
2017-12-21 15:16:56 +01:00
<visible>!String.IsEmpty(Player.SeekNumeric)</visible>
2017-04-13 21:15:16 +02:00
<posx>0</posx>
<posy>12</posy>
<width>24-col</width>
<height>2-row</height>
<align>center</align>
<font>veryLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.SeekNumeric(hh:mm:ss)]</label>
</control>
</control>
2014-09-28 20:47:53 +02:00
<control type="group">
2015-05-04 21:29:51 +02:00
<posx>col-4-begin</posx>
2015-04-19 22:55:23 +02:00
<posy>row-24-begin</posy>
2014-09-28 20:47:53 +02:00
<control type="label">
2016-01-03 21:01:45 +01:00
<visible>Player.Playing</visible>
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2015-05-04 21:29:51 +02:00
<posy>-32</posy>
<width>18-col</width>
2015-04-20 21:33:20 +02:00
<height>2-row</height>
<align>center</align>
2015-04-19 22:55:23 +02:00
<font>pageTitle</font>
2015-04-20 21:33:20 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>31120</label>
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2015-05-04 21:29:51 +02:00
<posy>-32</posy>
<width>18-col</width>
2015-04-20 21:33:20 +02:00
<height>2-row</height>
<align>center</align>
2015-04-19 22:55:23 +02:00
<font>pageTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>112</label>
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
<description>buffering</description>
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2015-05-04 21:29:51 +02:00
<posy>-32</posy>
<width>18-col</width>
2015-04-20 21:33:20 +02:00
<height>2-row</height>
<align>center</align>
2015-04-19 22:55:23 +02:00
<font>pageTitle</font>
2015-04-20 21:33:20 +02:00
<textcolor>textActive</textcolor>
2015-03-27 21:31:13 +01:00
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
</control>
2014-09-28 20:47:53 +02:00
<control type="progress">
<description>Progress Bar</description>
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2016-01-25 21:09:11 +01:00
<posy>80</posy>
2015-05-04 21:29:51 +02:00
<width>18-col</width>
2016-01-25 21:09:11 +01:00
<height>24</height>
2018-02-25 14:05:53 +01:00
<texturebg colordiffuse="77000000" border="19">colors/black.png</texturebg>
<midtexture colordiffuse="highlight" border="19">colors/white.png</midtexture>
2014-09-28 20:47:53 +02:00
<info>Player.Progress</info>
</control>
2017-03-23 23:14:10 +01:00
<control type="slider" id="401">
<posx>0</posx>
<posy>80</posy>
<width>18-col</width>
2018-02-25 14:05:53 +01:00
<height>36</height>
2017-03-23 23:14:10 +01:00
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib>colors/white.png</textureslidernib>
<orientation>horizontal</orientation>
</control>
2015-05-04 21:29:51 +02:00
<control type="label">
2017-12-21 15:16:56 +01:00
<visible>String.IsEqual(VideoPlayer.TVShowTitle,Player.title)</visible>
2015-05-21 00:38:26 +02:00
<posx>0</posx>
<posy>1-row</posy>
<width>18-col</width>
<align>center</align>
2018-02-25 14:05:53 +01:00
<font>itemTitle</font>
2015-05-21 00:38:26 +02:00
<textcolor>textActive</textcolor>
<label>$INFO[Player.title]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-05-21 00:38:26 +02:00
</control>
<control type="label">
2017-12-21 15:16:56 +01:00
<visible>!String.IsEqual(VideoPlayer.TVShowTitle,Player.title)</visible>
2015-05-04 21:29:51 +02:00
<posx>0</posx>
<posy>1-row</posy>
<width>18-col</width>
2018-02-25 14:05:53 +01:00
<height>1-row</height>
2015-05-04 21:29:51 +02:00
<align>center</align>
2018-02-25 14:05:53 +01:00
<font>itemTitle</font>
2015-05-04 21:29:51 +02:00
<textcolor>textActive</textcolor>
2015-05-10 21:59:54 +02:00
<label>$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-05-04 21:29:51 +02:00
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2018-02-25 14:05:53 +01:00
<posy>120</posy>
2015-04-19 22:55:23 +02:00
<width>8-col</width>
2018-02-25 14:05:53 +01:00
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[Player.Time]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
2015-05-04 21:29:51 +02:00
<posx>18-col</posx>
2018-02-25 14:05:53 +01:00
<posy>120</posy>
2015-04-19 22:55:23 +02:00
<width>8-col</width>
2018-02-25 14:05:53 +01:00
<font>itemTitle</font>
2014-09-28 20:47:53 +02:00
<align>right</align>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[Player.Duration]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
2016-01-03 21:01:45 +01:00
<!--ff / rw speed indicators-->
2015-12-21 21:30:26 +01:00
<control type="group">
2016-01-03 21:01:45 +01:00
<visible>Player.seeking</visible>
<posx>12-col</posx>
<posy>row-21-begin</posy>
2015-12-21 21:30:26 +01:00
<control type="label">
2018-02-25 14:05:53 +01:00
<posx>-18</posx>
<posy>-32</posy>
<width>100</width>
<height>100</height>
2016-01-03 21:01:45 +01:00
<align>center</align>
<font>symbolVeryLarge</font>
2015-12-21 21:30:26 +01:00
<textcolor>textActive</textcolor>
2016-01-03 21:01:45 +01:00
<label></label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-12-21 21:30:26 +01:00
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2016-01-03 21:01:45 +01:00
<posx>1-col-indent</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>24-col</width>
2016-01-03 21:01:45 +01:00
<align>left</align>
2015-07-13 21:26:43 +02:00
<font>pageTitle</font>
<textcolor>textActive</textcolor>
2016-01-03 21:01:45 +01:00
<label>$INFO[player.SeekStepSize]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSeekbar.xml</label>
</control>
</controls>
</window>