skin.pellucidPlus/1080i/DialogSeekBar.xml

134 lines
5.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<visible>!window.isactive(videoosd) + !window.isactive(123) + !window.isactive(124) + !Window.IsActive(1104) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
<controls>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>col-4-begin</posx>
<posy>row-24-begin</posy>
<control type="label">
<visible>Player.Playing</visible>
<posx>0</posx>
<posy>-32</posy>
<width>18-col</width>
<height>2-row</height>
<align>center</align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>31120</label>
</control>
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
<posx>0</posx>
<posy>-32</posy>
<width>18-col</width>
<height>2-row</height>
<align>center</align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>112</label>
</control>
<control type="label">
<description>buffering</description>
<posx>0</posx>
<posy>-32</posy>
<width>18-col</width>
<height>2-row</height>
<align>center</align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
</control>
<control type="progress">
<description>Progress Bar</description>
<posx>0</posx>
<posy>80</posy>
<width>18-col</width>
<height>24</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>Player.Progress</info>
</control>
<control type="label">
<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>
<posx>0</posx>
<posy>1-row</posy>
<width>18-col</width>
<align>center</align>
<font>small</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>3-row</posy>
<width>8-col</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Time]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>18-col</posx>
<posy>3-row</posy>
<width>8-col</width>
<font>smallStrong</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Duration]</label>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--ff / rw speed indicators-->
<control type="group">
<visible>Player.seeking</visible>
<posx>12-col</posx>
<posy>row-21-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<align>center</align>
<font>symbolVeryLarge</font>
<textcolor>textActive</textcolor>
<label></label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>24-col</width>
<align>left</align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[player.SeekStepSize]</label>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSeekbar.xml</label>
</control>
</controls>
</window>