skin.pellucidPlus/1080i/DialogSeekBar.xml

190 lines
7.8 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">
<visible>!String.IsEmpty(player.Art(clearart))</visible>
<posx>col-15-begin</posx>
<posy>row-18-begin</posy>
<width>12-col</width>
<height>6-col</height>
<texture>$INFO[player.Art(clearart)]</texture>
<aspectratio align="right">scale</aspectratio>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="image">
<visible>!String.IsEmpty(player.Art(clearlogo)) + String.IsEmpty(player.Art(clearart))</visible>
<posx>col-14-begin</posx>
<posy>row-18-begin</posy>
<width>12-col</width>
<height>6-col</height>
<texture>$INFO[player.Art(clearlogo)]</texture>
<aspectratio align="right">keep</aspectratio>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<description>Numeric Input OSD</description>
<posx>col-1-begin</posx>
<posy>row-11-begin</posy>
<width>24-col</width>
<font>veryLarge</font>
<align>center</align>
<label>$INFO[PVR.ChannelNumberInput]</label>
<textcolor>textActive</textcolor>
</control>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-19-begin</posy>
<control type="label">
<visible>!String.IsEmpty(Player.SeekNumeric)</visible>
<posx>0</posx>
<posy>12</posy>
<width>24-col</width>
<height>2-row</height>
<align>center</align>
<font>veryLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.SeekNumeric(hh:mm:ss)]</label>
</control>
</control>
<control type="group">
<posx>col-3-begin</posx>
<posy>row-24-begin</posy>
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
<posx>0</posx>
<posy>-32</posy>
<width>18-col</width>
<height>2-row</height>
<align>left</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>left</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">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<description>Progress Bar</description>
<posx>0</posx>
<posy>84</posy>
<width>20-col</width>
<height>6</height>
<texturebg colordiffuse="77000000">colors/black.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>Player.Progress</info>
</control>
<control type="progress">
<visible>VideoPlayer.Content(LiveTV)</visible>
<posx>0</posx>
<posy>84</posy>
<width>20-col</width>
<height>6</height>
<texturebg colordiffuse="77000000">colors/black.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>PVR.EpgEventProgress</info>
</control>
<control type="slider" id="401">
<posx>0</posx>
<posy>84</posy>
<width>20-col</width>
<height>6</height>
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib>colors/white.png</textureslidernib>
<orientation>horizontal</orientation>
</control>
<control type="slider" id="403">
<posx>0</posx>
<posy>84</posy>
<width>20-col</width>
<height>6</height>
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib>colors/white.png</textureslidernib>
<textureslidernibfocus>colors/white.png</textureslidernibfocus>
<orientation>horizontal</orientation>
<visible>Player.SeekEnabled + !Player.ChannelPreviewActive</visible>
</control>
<control type="label">
<posx>0</posx>
<posy>1-row</posy>
<width>13-col</width>
<align>left</align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.ChannelName,, - ]$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<posx>20-col</posx>
<posy>1-row</posy>
<width>8-col</width>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[Player.Time][/B] / [B]$INFO[Player.Duration][/B] [B]$INFO[VideoPlayer.EndTime,$LOCALIZE[31160] ,][/B]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>VideoPlayer.Content(LiveTV)</visible>
<posx>20-col</posx>
<posy>1-row</posy>
<width>8-col</width>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[PVR.EpgEventElapsedTime][/B] / [B]$INFO[PVR.EpgEventDuration][/B]</label>
<shadowcolor></shadowcolor>
</control>
</control>
<!--ff / rw speed indicators-->
<control type="group">
<visible>Player.seeking</visible>
<posx>col-3-begin</posx>
<posy>row-22-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></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></shadowcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSeekbar.xml</label>
</control>
</controls>
</window>