skin.pellucidPlus/1080i/DialogSeekBar.xml

190 lines
7.8 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2019-02-03 22:09:09 +01:00
<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>
2014-09-28 20:47:53 +02:00
<controls>
2018-10-24 23:40:45 +02:00
<control type="image">
2018-10-25 22:21:03 +02:00
<visible>!String.IsEmpty(player.Art(clearart))</visible>
2018-10-24 23:40:45 +02:00
<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>
2018-10-25 22:21:03 +02:00
<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>
2018-10-24 23:40:45 +02:00
</control>
2015-04-19 22:55:23 +02:00
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2019-02-03 22:09:09 +01:00
<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>
2017-04-13 21:15:16 +02:00
<control type="group">
<posx>col-1-begin</posx>
2018-02-25 14:05:53 +01:00
<posy>row-19-begin</posy>
2017-04-13 21:15:16 +02:00
<control type="label">
2017-12-21 15:16:56 +01:00
<visible>!String.IsEmpty(Player.SeekNumeric)</visible>
2017-04-13 21:15:16 +02:00
<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>
2014-09-28 20:47:53 +02:00
<control type="group">
2018-10-10 23:49:39 +02:00
<posx>col-3-begin</posx>
2015-04-19 22:55:23 +02:00
<posy>row-24-begin</posy>
2015-03-27 21:31:13 +01:00
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2015-05-04 21:29:51 +02:00
<posy>-32</posy>
<width>18-col</width>
2015-04-20 21:33:20 +02:00
<height>2-row</height>
2018-10-10 23:49:39 +02:00
<align>left</align>
2015-04-19 22:55:23 +02:00
<font>pageTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>112</label>
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
<description>buffering</description>
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2015-05-04 21:29:51 +02:00
<posy>-32</posy>
<width>18-col</width>
2015-04-20 21:33:20 +02:00
<height>2-row</height>
2018-10-10 23:49:39 +02:00
<align>left</align>
2015-04-19 22:55:23 +02:00
<font>pageTitle</font>
2015-04-20 21:33:20 +02:00
<textcolor>textActive</textcolor>
2015-03-27 21:31:13 +01:00
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
</control>
2014-09-28 20:47:53 +02:00
<control type="progress">
2019-02-03 22:09:09 +01:00
<visible>!VideoPlayer.Content(LiveTV)</visible>
2014-09-28 20:47:53 +02:00
<description>Progress Bar</description>
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2018-10-10 23:49:39 +02:00
<posy>84</posy>
<width>20-col</width>
<height>6</height>
2018-08-30 20:34:50 +02:00
<texturebg colordiffuse="77000000">colors/black.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
2014-09-28 20:47:53 +02:00
<info>Player.Progress</info>
</control>
2019-02-03 22:09:09 +01:00
<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>
2017-03-23 23:14:10 +01:00
<control type="slider" id="401">
<posx>0</posx>
2018-10-10 23:49:39 +02:00
<posy>84</posy>
<width>20-col</width>
<height>6</height>
2017-03-23 23:14:10 +01:00
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib>colors/white.png</textureslidernib>
<orientation>horizontal</orientation>
</control>
2019-02-03 22:09:09 +01:00
<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>
2015-05-04 21:29:51 +02:00
<control type="label">
2015-05-21 00:38:26 +02:00
<posx>0</posx>
<posy>1-row</posy>
2019-02-03 22:09:09 +01:00
<width>13-col</width>
2018-10-10 23:49:39 +02:00
<align>left</align>
<font>menuTitle</font>
2015-05-21 00:38:26 +02:00
<textcolor>textActive</textcolor>
2019-02-03 22:09:09 +01:00
<label>$INFO[VideoPlayer.ChannelName,, - ]$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-05-21 00:38:26 +02:00
</control>
<control type="label">
2019-02-03 22:09:09 +01:00
<visible>!VideoPlayer.Content(LiveTV)</visible>
<posx>20-col</posx>
2015-05-04 21:29:51 +02:00
<posy>1-row</posy>
2019-02-03 22:09:09 +01:00
<width>8-col</width>
<align>right</align>
<font>itemTitle</font>
2015-05-04 21:29:51 +02:00
<textcolor>textActive</textcolor>
2019-02-03 22:09:09 +01:00
<label>[B]$INFO[Player.Time][/B] / [B]$INFO[Player.Duration][/B] [B]$INFO[VideoPlayer.EndTime,$LOCALIZE[31160] ,][/B]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2019-02-03 22:09:09 +01:00
</control>
<control type="label">
<visible>VideoPlayer.Content(LiveTV)</visible>
2018-10-10 23:49:39 +02:00
<posx>20-col</posx>
<posy>1-row</posy>
2015-04-19 22:55:23 +02:00
<width>8-col</width>
2018-10-10 23:49:39 +02:00
<align>right</align>
2018-02-25 14:05:53 +01:00
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2019-02-03 22:09:09 +01:00
<label>[B]$INFO[PVR.EpgEventElapsedTime][/B] / [B]$INFO[PVR.EpgEventDuration][/B]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
2016-01-03 21:01:45 +01:00
<!--ff / rw speed indicators-->
2015-12-21 21:30:26 +01:00
<control type="group">
2016-01-03 21:01:45 +01:00
<visible>Player.seeking</visible>
2018-10-10 23:49:39 +02:00
<posx>col-3-begin</posx>
<posy>row-22-begin</posy>
2015-12-21 21:30:26 +01:00
<control type="label">
2018-02-25 14:05:53 +01:00
<posx>-18</posx>
2018-10-10 23:49:39 +02:00
<posy>-48</posy>
2018-02-25 14:05:53 +01:00
<width>100</width>
<height>100</height>
2016-01-03 21:01:45 +01:00
<align>center</align>
<font>symbolVeryLarge</font>
2015-12-21 21:30:26 +01:00
<textcolor>textActive</textcolor>
2016-01-03 21:01:45 +01:00
<label></label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2015-12-21 21:30:26 +01:00
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2016-01-03 21:01:45 +01:00
<posx>1-col-indent</posx>
2018-10-10 23:49:39 +02:00
<posy>-16</posy>
2014-09-28 20:47:53 +02:00
<width>24-col</width>
2016-01-03 21:01:45 +01:00
<align>left</align>
2015-07-13 21:26:43 +02:00
<font>pageTitle</font>
<textcolor>textActive</textcolor>
2016-01-03 21:01:45 +01:00
<label>$INFO[player.SeekStepSize]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSeekbar.xml</label>
</control>
</controls>
2019-02-03 22:09:09 +01:00
</window>