skin.pellucid/1080i/DialogSeekBar.xml

116 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">901</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<visible>!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>
<controls>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>col-9-begin</posx>
<posy>row-24-begin</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<visible>Player.Playing | player.seeking</visible>
<posx>0</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<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>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>112</label>
</control>
<control type="label">
<description>buffering</description>
<posx>0</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<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>2-row</posy>
<width>8-col</width>
<height>1-row</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture>colors/white.png</midtexture>
<info>Player.Progress</info>
</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>8-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">
<posx>col-10-begin</posx>
<posy>row-2-begin</posy>
<control type="label">
<visible>Player.Rewinding | Player.Forwarding</visible>
<posx>0</posx>
<posy>0</posy>
<width>24-col</width>
<align>center</align>
<font>veryLarge</font>
<textcolor>overlay</textcolor>
<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>