skin.pellucidPlus/1080i/DialogSeekBar.xml

146 lines
5.9 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="group">
<posx>0</posx>
<posy>row-13-begin</posy>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="0" time="200"/>
</animation>
<animation type="Windowclose">
<effect type="fade" start="100" end="0" delay="0" time="200"/>
</animation>
<!--background-->
<control type="image">
<posx>0</posx>
<posy>-16</posy>
<width>fullscreenWidth</width>
<height>6-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="label">
<visible>Player.Playing | player.seeking</visible>
<posx>col-3-begin</posx>
<posy>0</posy>
<width>16-col-gutter</width>
<font>smallStrong</font>
<textcolor>highlight</textcolor>
<label>31120</label>
</control>
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
<posx>col-3-begin</posx>
<posy>0</posy>
<width>16-col-gutter</width>
<font>smallStrong</font>
<textcolor>highlight</textcolor>
<label>112</label>
</control>
<control type="label">
<description>buffering</description>
<posx>col-3-begin</posx>
<posy>0</posy>
<width>16-col-gutter</width>
<font>smallStrong</font>
<textcolor>highlight</textcolor>
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
</control>
<control type="label">
<visible>System.HasMediaDVD</visible>
<posx>21-col</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<font>smallStrong</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Chapter,$LOCALIZE[31141] ,/]$INFO[Player.ChapterCount]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<visible>!Player.Caching</visible>
<posx>5-col</posx>
<posy>0</posy>
<width>12-col</width>
<font>smallMedium</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.TVShowTitle]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>col-3-begin</posx>
<posy>1-row</posy>
<width>18-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Title]</label>
</control>
<control type="progress">
<description>Progress Bar</description>
<posx>col-3-begin</posx>
<posy>114</posy>
<width>18-col</width>
<info>Player.Progress</info>
</control>
<control type="label">
<posx>col-3-begin</posx>
<posy>4-row</posy>
<width>24-col</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Time]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>350</posx>
<posy>4-row</posy>
<width>24-col</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.finishtime,| $LOCALIZE[19127]: ,]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<right>col-3-begin</right>
<posy>4-row</posy>
<width>24-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>