skin.pellucidPlus/1080i/DialogSeekBar.xml

150 lines
6.0 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>col-1-begin</posx>
<posy>row-9-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"/>
<effect type="slide" start="0,0" end="0,50" tween="cubic" easing="out" time="300"/>
</animation>
<!--background-->
<control type="image">
<posx>-200</posx>
<posy>-12</posy>
<width>2500</width>
<height>175</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="label">
<visible>Player.Playing | player.seeking</visible>
<posx>3-col</posx>
<posy>-13</posy>
<width>16-col-gutter</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>31120</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
<posx>3-col</posx>
<posy>-13</posy>
<width>16-col-gutter</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>112</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<description>buffering</description>
<posx>3-col</posx>
<posy>-13</posy>
<width>16-col-gutter</width>
<font>smallStrong</font>
<textcolor>textActive</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>-13</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>-13</posy>
<width>12-col</width>
<font>smallMedium</font>
<textcolor>textActive</textcolor>
<label>[UPPERCASE]$INFO[VideoPlayer.TVShowTitle][/UPPERCASE]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>3-col</posx>
<posy>31</posy>
<width>18-col</width>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Title]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="progress">
<description>Progress Bar</description>
<posx>3-col</posx>
<posy>94</posy>
<width>18-col</width>
<info>Player.Progress</info>
</control>
<control type="label">
<posx>3-col</posx>
<posy>110</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>110</posy>
<width>24-col</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.finishtime,| $LOCALIZE[19127]: ,]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1512</posx>
<posy>110</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>