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>
|
2024-05-06 14:53:16 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>col-1-begin</posx>
|
|
|
|
<posy>row-1-begin</posy>
|
|
|
|
<width>432</width>
|
|
|
|
<height>167</height>
|
2018-10-25 22:21:03 +02:00
|
|
|
<texture>$INFO[player.Art(clearlogo)]</texture>
|
2024-05-06 14:53:16 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2018-10-25 22:21:03 +02:00
|
|
|
<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>
|
2024-07-29 21:41:42 +02:00
|
|
|
<!--Revised OSD-->
|
2017-04-13 21:15:16 +02:00
|
|
|
<control type="group">
|
|
|
|
<posx>col-1-begin</posx>
|
2024-07-29 21:41:42 +02:00
|
|
|
<posy>row-26-begin</posy>
|
|
|
|
|
2017-04-13 21:15:16 +02:00
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
2024-07-29 21:41:42 +02:00
|
|
|
<posy>-24</posy>
|
|
|
|
<width>20-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<align>left</align>
|
|
|
|
<font>pageTitle</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>
|
2024-05-06 14:53:16 +02:00
|
|
|
<shadowcolor>44000000</shadowcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
2024-05-06 14:53:16 +02:00
|
|
|
|
2024-07-29 21:41:42 +02:00
|
|
|
<control type="progress">
|
|
|
|
<visible>!VideoPlayer.Content(LiveTV)</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>1-row</posy>
|
|
|
|
<width>24-col</width>
|
|
|
|
<height>12</height>
|
|
|
|
<texturebg>colors/white.png</texturebg>
|
|
|
|
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
|
|
|
|
<info>Player.Progress</info>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>!VideoPlayer.Content(LiveTV)</visible>
|
|
|
|
<posx>24-col</posx>
|
|
|
|
<posy>-18</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<align>right</align>
|
|
|
|
<font>dialogTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[Player.Time]/$INFO[Player.Duration]</label>
|
|
|
|
<shadowcolor></shadowcolor>
|
|
|
|
</control>
|
|
|
|
|
|
|
|
|
|
|
|
<control type="progress">
|
|
|
|
<visible>VideoPlayer.Content(LiveTV)</visible>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>1-row</posy>
|
|
|
|
<width>24-col</width>
|
|
|
|
<height>12</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>24-col</posx>
|
|
|
|
<posy>-18</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<align>right</align>
|
|
|
|
<font>dialogTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[PVR.EpgEventElapsedTime] / $INFO[PVR.EpgEventDuration]</label>
|
|
|
|
</control>
|
|
|
|
|
|
|
|
<control type="label">
|
|
|
|
<visible>Player.Paused + !Player.Caching</visible>
|
2024-05-06 14:53:16 +02:00
|
|
|
<posx>0</posx>
|
2024-07-29 21:41:42 +02:00
|
|
|
<posy>40</posy>
|
|
|
|
<width>24-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>left</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>itemSubTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>112</label>
|
|
|
|
</control>
|
|
|
|
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
2024-05-06 14:53:16 +02:00
|
|
|
|
2024-07-29 21:41:42 +02:00
|
|
|
|
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>
|
2024-05-06 14:53:16 +02:00
|
|
|
<posx>852</posx>
|
|
|
|
<posy>row-14-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>
|
2024-05-06 14:53:16 +02:00
|
|
|
<shadowcolor>44000000</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>
|
2024-05-06 14:53:16 +02:00
|
|
|
<shadowcolor>44000000</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>
|