skin.pellucidPlus/1080i/DialogSeekBar.xml

126 lines
5.2 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">901</defaultcontrol>
2015-05-05 21:53:00 +02:00
<visible>!window.isactive(videoosd) + !window.isactive(123) + !window.isactive(124) + !Window.IsActive(5901) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [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>
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">
2015-03-27 21:31:13 +01:00
<visible>Player.Playing | player.seeking</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>
2015-05-04 21:29:51 +02:00
<posy>row-2-begin</posy>
<width>18-col</width>
<height>12</height>
2015-04-19 22:55:23 +02:00
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
2015-05-04 21:29:51 +02:00
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
2014-09-28 20:47:53 +02:00
<info>Player.Progress</info>
</control>
2015-05-04 21:29:51 +02:00
<control type="label">
2015-05-21 00:38:26 +02:00
<visible>stringcompare(VideoPlayer.TVShowTitle,Player.title)</visible>
<posx>0</posx>
<posy>1-row</posy>
<width>18-col</width>
<align>center</align>
<font>small</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.title]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<visible>!stringcompare(VideoPlayer.TVShowTitle,Player.title)</visible>
2015-05-04 21:29:51 +02:00
<posx>0</posx>
<posy>1-row</posy>
<width>18-col</width>
<align>center</align>
<font>small</font>
<textcolor>textActive</textcolor>
2015-05-10 21:59:54 +02:00
<label>$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
2015-05-04 21:29:51 +02:00
<shadowcolor>-</shadowcolor>
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
<posy>3-row</posy>
<width>8-col</width>
2014-09-28 20:47:53 +02:00
<font>smallStrong</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>
<shadowcolor>-</shadowcolor>
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
2015-05-04 21:29:51 +02:00
<posx>18-col</posx>
2015-04-19 22:55:23 +02:00
<posy>3-row</posy>
<width>8-col</width>
2014-09-28 20:47:53 +02:00
<font>smallStrong</font>
<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>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--ff / rw speed indicators-->
<control type="group">
2015-07-13 21:26:43 +02:00
<posx>col-1-begin</posx>
<posy>row-24-begin</posy>
2014-09-28 20:47:53 +02:00
<control type="label">
<visible>Player.Rewinding | Player.Forwarding</visible>
<posx>0</posx>
2015-07-13 21:26:43 +02:00
<posy>-12</posy>
2014-09-28 20:47:53 +02:00
<width>24-col</width>
<align>center</align>
2015-07-13 21:26:43 +02:00
<font>pageTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$VAR[seekSpeed]</label>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSeekbar.xml</label>
</control>
</controls>
</window>