skin.pellucid/1080i/DialogSeekBar.xml

154 lines
6.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<visible>!window.isactive(videoosd) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [!String.IsEmpty(Player.SeekNumeric) | Player.ShowInfo | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
<controls>
<control type="image">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>432</width>
<height>167</height>
<texture>$INFO[player.Art(clearlogo)]</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--OSD-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>21-row</posy>
<width>24-col</width>
<height>4-row</height>
<align>center</align>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.ChannelName,, - ]$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
<shadowcolor>44000000</shadowcolor>
</control>
<control type="group">
<posx>0</posx>
<posy>24-row</posy>
<control type="progress">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<posx>2-col</posx>
<posy>14</posy>
<width>20-col</width>
<height>6</height>
<texturebg>colors/white.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>Player.Progress</info>
</control>
<control type="progress">
<visible>VideoPlayer.Content(LiveTV)</visible>
<posx>2-col</posx>
<posy>14</posy>
<width>20-col</width>
<height>6</height>
<texturebg>colors/white.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>PVR.EpgEventProgress</info>
</control>
<control type="label">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<posx>0</posx>
<posy>0</posy>
<width>2-col-gutter</width>
<align>left</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Time]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>VideoPlayer.Content(LiveTV)</visible>
<posx>0</posx>
<posy>0</posy>
<width>2-col-gutter</width>
<align>left</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[PVR.EpgEventElapsedTime]</label>
</control>
<control type="label">
<visible>VideoPlayer.Content(LiveTV)</visible>
<posx>24-col</posx>
<posy>0</posy>
<width>2-col-gutter</width>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[PVR.EpgEventDuration]</label>
</control>
<control type="label">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<posx>24-col</posx>
<posy>0</posy>
<width>2-col-gutter</width>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Duration]</label>
</control>
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
<posx>0</posx>
<posy>24</posy>
<width>24-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>112</label>
</control>
</control>
</control>
<!--ff / rw speed indicators-->
<control type="group">
<visible>Player.seeking</visible>
<posx>852</posx>
<posy>row-14-begin</posy>
<control type="label">
<posx>-18</posx>
<posy>-48</posy>
<width>100</width>
<height>100</height>
<align>center</align>
<font>symbolVeryLarge</font>
<textcolor>textActive</textcolor>
<label></label>
<shadowcolor>44000000</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-16</posy>
<width>24-col</width>
<align>left</align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[player.SeekStepSize]</label>
<shadowcolor>44000000</shadowcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSeekbar.xml</label>
</control>
</controls>
</window>