Skip to content

Instantly share code, notes, and snippets.

@jjd-uk
Created April 20, 2021 18:09
Show Gist options
  • Save jjd-uk/d36df60bef4a232dded39a2df30bc56f to your computer and use it in GitHub Desktop.
Save jjd-uk/d36df60bef4a232dded39a2df30bc56f to your computer and use it in GitHub Desktop.
Confluence Tempo Control
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1</defaultcontrol>
<visible>!Player.IsTempo + [Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding | Player.ShowTime]</visible>
<visible>!Player.HasGame</visible>
<visible>!Player.FrameAdvance</visible>
<animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<depth>DepthOSD</depth>
<controls>
<control type="group">
<visible>Window.IsVisible(FullscreenVideo) + ![Player.HasGame | VideoPlayer.HasEpg]</visible>
<left>850r</left>
<top>-6</top>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>150</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="label" id="1">
<description>End time label</description>
<left>20</left>
<top>10</top>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
<scroll>true</scroll>
<label>$LOCALIZE[31049]</label>
</control>
<control type="label" id="1">
<description>End time from infolabel</description>
<left>20</left>
<top>30</top>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<label>$INFO[Player.FinishTime]</label>
</control>
</control>
<control type="group">
<visible>player.chaptercount + Window.IsVisible(FullScreenVideo)</visible>
<left>705r</left>
<top>-6</top>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>150</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="label" id="1">
<description>Chapter Pos No</description>
<left>20</left>
<top>10</top>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[21396]</label>
<visible>player.chaptercount</visible>
</control>
<control type="label" id="1">
<description>Chapter Pos No</description>
<left>20</left>
<top>30</top>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<label>$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
<visible>player.chaptercount</visible>
</control>
</control>
<control type="group">
<left>560r</left>
<top>-6</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="group">
<left>260</left>
<top>10</top>
<control type="image">
<left>10</left>
<top>0</top>
<width>80</width>
<height>50</height>
<texture>OSDSeekFrame.png</texture>
</control>
<control type="image">
<left>31</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSDPause.png</texture>
<visible>Player.Paused</visible>
</control>
<control type="image">
<left>31</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSDPlay.png</texture>
<visible>Player.Playing</visible>
</control>
<control type="image">
<left>28</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD2x.png</texture>
<visible>Player.Rewinding2x</visible>
</control>
<control type="image">
<left>25</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD4x.png</texture>
<visible>Player.Rewinding4x</visible>
</control>
<control type="image">
<left>22</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD8x.png</texture>
<visible>Player.Rewinding8x</visible>
</control>
<control type="image">
<left>19</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD16x.png</texture>
<visible>Player.Rewinding16x</visible>
</control>
<control type="image">
<left>17</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD32x.png</texture>
<visible>Player.Rewinding32x</visible>
</control>
<control type="image">
<left>34</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD2x.png</texture>
<visible>Player.Forwarding2x</visible>
</control>
<control type="image">
<left>37</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD4x.png</texture>
<visible>Player.Forwarding4x</visible>
</control>
<control type="image">
<left>40</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD8x.png</texture>
<visible>Player.Forwarding8x</visible>
</control>
<control type="image">
<left>43</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD16x.png</texture>
<visible>Player.Forwarding16x</visible>
</control>
<control type="image">
<left>45</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD32x.png</texture>
<visible>Player.Forwarding32x</visible>
</control>
</control>
<control type="label">
<description>Seekbar Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>$VAR[SeekLabel]</label>
</control>
<control type="group">
<visible>[VideoPlayer.Content(LiveTV) + VideoPlayer.HasEpg]</visible>
<control type="label">
<description>Elapsed Time Label</description>
<left>20</left>
<top>23</top>
<width>240</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[PVR.EpgEventElapsedTime] - $INFO[PVR.EpgEventDuration]</label>
<visible>!Player.Seeking</visible>
</control>
<control type="label">
<description>Seek Time Label</description>
<left>20</left>
<top>23</top>
<width>240</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[PVR.EpgEventSeekTime] - $INFO[PVR.EpgEventDuration]</label>
<visible>Player.Seeking</visible>
</control>
<control type="progress">
<description>ProgressbarTimeshift</description>
<left>20</left>
<top>45</top>
<width>240</width>
<height>15</height>
<info>PVR.TimeshiftProgressBufferEnd </info>
<midtexture border="6,0,6,0">OSDProgressMidLight.png</midtexture>
<visible>PVR.IsTimeShift</visible>
</control>
<control type="progress" id="23">
<description>Progressbar</description>
<left>20</left>
<top>45</top>
<width>240</width>
<height>15</height>
<info>PVR.EpgEventProgress</info>
<visible>true</visible>
</control>
<control type="slider" id="403">
<description>Seek Slider</description>
<left>20</left>
<top>42</top>
<width>240</width>
<height>12</height>
<texturesliderbar>seekslider.png</texturesliderbar>
<textureslidernib>osd_slider_nib.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<visible>Player.Seeking</visible>
</control>
</control>
<control type="group">
<visible>![VideoPlayer.Content(LiveTV) + VideoPlayer.HasEpg]</visible>
<control type="label">
<description>Elapsed Time Label</description>
<left>20</left>
<top>23</top>
<width>240</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Time] - $INFO[Player.Duration]</label>
<visible>!Player.Seeking</visible>
</control>
<control type="label">
<description>Seek Time Label</description>
<left>20</left>
<top>23</top>
<width>240</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.SeekTime] - $INFO[Player.Duration]</label>
<visible>Player.Seeking</visible>
</control>
<control type="progress">
<description>ProgressbarCache</description>
<left>20</left>
<top>45</top>
<width>240</width>
<height>15</height>
<info>Player.ProgressCache</info>
<midtexture border="6,0,6,0">OSDProgressMidLight.png</midtexture>
<visible>true</visible>
</control>
<control type="progress" id="23">
<description>Progressbar</description>
<left>20</left>
<top>45</top>
<width>240</width>
<height>15</height>
<info>Player.Progress</info>
<visible>true</visible>
</control>
<control type="slider" id="401">
<description>Seek Slider</description>
<left>20</left>
<top>42</top>
<width>240</width>
<height>12</height>
<texturesliderbar>seekslider.png</texturesliderbar>
<textureslidernib>osd_slider_nib.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<visible>Player.Seeking</visible>
</control>
</control>
</control>
</controls>
</window>
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">100</defaultcontrol>
<onload condition="!VideoPlayer.Content(LiveTV)">SetFocus(202)</onload>
<include>dialogeffect</include>
<depth>DepthOSD</depth>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="button">
<description>Close Window button</description>
<left>84r</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label/>
<font/>
<onclick>Dialog.Close(VideoOSD,true)</onclick>
<onclick>FullScreen</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>system.getbool(input.enablemouse) + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
</control>
<control type="slider" id="87">
<depth>DepthOSD+</depth>
<description>Seek Slider</description>
<left>430</left>
<top>82r</top>
<width>720</width>
<height>16</height>
<onup>702</onup>
<ondown>26</ondown>
<action>seek</action>
<texturesliderbar>seekslider2.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | VideoPlayer.Content(LiveTV)]</visible>
</control>
<control type="grouplist" id="100">
<left>325</left>
<top>60r</top>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide)]</visible>
<control type="button" id="300">
<width>55</width>
<height>55</height>
<label>210</label>
<font/>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="301">
<width>55</width>
<height>55</height>
<label>209</label>
<font/>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="200">
<width>55</width>
<height>55</height>
<label>210</label>
<font/>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="201">
<width>55</width>
<height>55</height>
<label>31354</label>
<font/>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<enable>Player.SeekEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.SeekEnabled">Conditional</animation>
<onclick>PlayerControl(Rewind)</onclick>
</control>
<control type="togglebutton" id="202">
<width>55</width>
<height>55</height>
<label>31351</label>
<altlabel>208</altlabel>
<font/>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<onup condition="Player.TempoEnabled">400</onup>
<onclick>PlayerControl(Play)</onclick>
<enable>Player.PauseEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.PauseEnabled">Conditional</animation>
</control>
<control type="button" id="203">
<width>55</width>
<height>55</height>
<label>31352</label>
<font/>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="button" id="204">
<width>55</width>
<height>55</height>
<label>31353</label>
<font/>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<enable>Player.SeekEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.SeekEnabled">Conditional</animation>
<onclick>PlayerControl(Forward)</onclick>
</control>
<control type="button" id="205">
<width>55</width>
<height>55</height>
<label>209</label>
<font/>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="306">
<width>55</width>
<height>55</height>
<label>19019</label>
<font/>
<texturefocus>OSDChannelListFO.png</texturefocus>
<texturenofocus>OSDChannelListNF.png</texturenofocus>
<onclick>ActivateWindow(PVROSDChannels)</onclick>
<onclick>Dialog.Close(VideoOSD)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="307">
<width>55</width>
<height>55</height>
<label>$LOCALIZE[19029]$INFO[VideoPlayer.ChannelName, - ]</label>
<font/>
<texturefocus>OSDepgFO.png</texturefocus>
<texturenofocus>OSDepgNF.png</texturenofocus>
<onclick>ActivateWindow(PVRChannelGuide)</onclick>
<onclick>Dialog.Close(VideoOSD)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="350">
<width>55</width>
<height>55</height>
<label>31356</label>
<font/>
<texturefocus>OSDTeleTextFO.png</texturefocus>
<texturenofocus>OSDTeleTextNF.png</texturenofocus>
<onclick>ActivateWindow(Teletext)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2200">
<width>270</width>
<texture/>
<visible>VideoPlayer.HasMenu + !VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2300">
<width>160</width>
<texture/>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2600">
<width>325</width>
<texture/>
<visible>!VideoPlayer.Content(LiveTV) + !VideoPlayer.HasMenu</visible>
</control>
<control type="button" id="255">
<enable>VideoPlayer.IsStereoscopic</enable>
<animation effect="fade" start="100" end="0" time="75" condition="!VideoPlayer.IsStereoscopic">Conditional</animation>
<width>55</width>
<height>55</height>
<label>36501</label>
<font/>
<texturefocus>OSDStereoscopicFO.png</texturefocus>
<texturenofocus>OSDStereoscopicNF.png</texturenofocus>
<onup>501</onup>
</control>
<control type="button" id="250">
<width>55</width>
<height>55</height>
<label>31356</label>
<font/>
<texturefocus>OSDSubtitlesFO.png</texturefocus>
<texturenofocus>OSDSubtitlesNF.png</texturenofocus>
<onclick>ActivateWindow(OSDSubtitleSettings)</onclick>
</control>
<control type="button" id="251">
<width>55</width>
<height>55</height>
<label>13395</label>
<font/>
<texturefocus>OSDVideoFO.png</texturefocus>
<texturenofocus>OSDVideoNF.png</texturenofocus>
<onclick>ActivateWindow(OSDVideoSettings)</onclick>
</control>
<control type="button" id="252">
<width>55</width>
<height>55</height>
<label>13396</label>
<font/>
<texturefocus>OSDAudioFO.png</texturefocus>
<texturenofocus>OSDAudioNF.png</texturenofocus>
<onclick>ActivateWindow(OSDAudioSettings)</onclick>
</control>
<control type="button" id="253">
<width>55</width>
<height>55</height>
<label>298</label>
<font/>
<texturefocus>OSDBookmarksFO.png</texturefocus>
<texturenofocus>OSDBookmarksNF.png</texturenofocus>
<onclick>ActivateWindow(VideoBookmarks)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="254">
<width>55</width>
<height>55</height>
<label>31355</label>
<font/>
<texturefocus>OSDDvdFO.png</texturefocus>
<texturenofocus>OSDDvdNF.png</texturenofocus>
<onclick>PlayerControl(ShowVideoMenu)</onclick>
<visible>!VideoPlayer.Content(LiveTV) + VideoPlayer.HasMenu</visible>
</control>
<control type="togglebutton" id="353">
<width>55</width>
<height>55</height>
<label>264</label>
<altlabel>265</altlabel>
<font/>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<usealttexture>PVR.IsRecordingPlayingChannel | PVR.IsPlayingActiveRecording</usealttexture>
<alttexturefocus>OSDRecordOnFO.png</alttexturefocus>
<alttexturenofocus>OSDRecordOnNF.png</alttexturenofocus>
<onclick>PVR.ToggleRecordPlayingChannel</onclick>
<enable>PVR.CanRecordPlayingChannel</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!PVR.CanRecordPlayingChannel">Conditional</animation>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
</control>
<control type="button" id="410">
<description>Fake button for mouse control</description>
<left>334</left>
<bottom>60</bottom>
<width>256</width>
<height>250</height>
<label/>
<font/>
<texturenofocus/>
<texturefocus/>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<visible>Control.HasFocus(410) | Control.HasFocus(202) | ControlGroup(400).HasFocus</visible>
</control>
<control type="button" id="520">
<description>Fake button for mouse control</description>
<right>200</right>
<bottom>60</bottom>
<width>256</width>
<height>210</height>
<label/>
<font/>
<texturenofocus/>
<texturefocus/>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<visible>Control.HasFocus(520) | Control.HasFocus(255) | ControlGroup(500).HasFocus</visible>
</control>
<control type="grouplist" id="400">
<depth>DepthOSD+</depth>
<visible>Player.TempoEnabled + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide)] + [Control.HasFocus(202) | ControlGroup(400).HasFocus | Control.HasFocus(410)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<left>334</left>
<bottom>165</bottom>
<width>256</width>
<height>140</height>
<itemgap>0</itemgap>
<orientation>vertical</orientation>
<include>VisibleFadeEffect</include>
<control type="group">
<description>Header</description>
<width>256</width>
<height>40</height>
<control type="image">
<description>Header</description>
<left>0</left>
<top>0</top>
<width>256</width>
<height>40</height>
<texture border="20,18,20,0">SubMenuBack-Header.png</texture>
</control>
<control type="label">
<left>0</left>
<top>20</top>
<width>256</width>
<height>15</height>
<font>font12</font>
<label>31022</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
</control>
<control type="group">
<width>256</width>
<height>40</height>
<control type="image">
<width>256</width>
<height>40</height>
<texture border="25,5,25,5">SubMenuBack-MiddleNF.png</texture>
</control>
<control type="label">
<left>30</left>
<width>130</width>
<height>40</height>
<aligny>center</aligny>
<font>font13</font>
<label>$INFO[Player.playspeed]</label>
</control>
<control type="button" id="504">
<top>9</top>
<left>165</left>
<width>33</width>
<height>22</height>
<texturefocus>scroll-down-focus-2.png</texturefocus>
<texturenofocus>scroll-down-2.png</texturenofocus>
<onleft>505</onleft>
<onright>505</onright>
<onup>202</onup>
<ondown>202</ondown>
<onclick>PlayerControl(TempoDown)</onclick>
</control>
<control type="button" id="505">
<top>9</top>
<left>198</left>
<width>33</width>
<height>22</height>
<texturefocus>scroll-up-focus-2.png</texturefocus>
<texturenofocus>scroll-up-2.png</texturenofocus>
<onleft>504</onleft>
<onright>504</onright>
<onup>202</onup>
<ondown>202</ondown>
<onclick>PlayerControl(TempoUp)</onclick>
</control>
</control>
<control type="image" id="549">
<description>Footer</description>
<width>256</width>
<height>52</height>
<texture border="20,0,20,50">SubMenuBack-Footer.png</texture>
</control>
</control>
<control type="grouplist" id="500">
<depth>DepthOSD+</depth>
<visible>videoplayer.isstereoscopic + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide)] + [Control.HasFocus(255) | ControlGroup(500).HasFocus | Control.HasFocus(520)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="![VideoPlayer.HasMenu | VideoPlayer.Content(LiveTV)]">Conditional</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<right>200</right>
<bottom>45</bottom>
<width>256</width>
<height>220</height>
<itemgap>0</itemgap>
<onleft>100</onleft>
<onright>100</onright>
<onup>255</onup>
<ondown>255</ondown>
<orientation>vertical</orientation>
<include>VisibleFadeEffect</include>
<control type="group">
<description>Header</description>
<width>256</width>
<height>40</height>
<control type="image">
<description>Header</description>
<left>0</left>
<top>0</top>
<width>256</width>
<height>40</height>
<texture border="20,18,20,0">SubMenuBack-Header.png</texture>
</control>
<control type="label">
<left>0</left>
<top>20</top>
<width>256</width>
<height>15</height>
<font>font12</font>
<label>36501</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
</control>
<control type="radiobutton" id="503">
<height>40</height>
<width>256</width>
<textoffsetx>30</textoffsetx>
<aligny>center</aligny>
<font>font13</font>
<label>31362</label>
<radioposx>200</radioposx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<onclick>ToggleStereoMode</onclick>
<selected>Integer.IsGreater(System.StereoscopicMode,0)</selected>
<pulseonselect>false</pulseonselect>
</control>
<control type="button" id="502">
<height>40</height>
<width>256</width>
<aligny>center</aligny>
<font>font13</font>
<textoffsetx>30</textoffsetx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>31361</label>
<onclick>StereoMode</onclick>
</control>
<control type="radiobutton" id="501">
<height>40</height>
<width>256</width>
<textoffsetx>30</textoffsetx>
<aligny>center</aligny>
<font>font13</font>
<label>31360</label>
<radioposx>200</radioposx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<onclick>StereoModeToMono</onclick>
<selected>String.IsEqual(System.StereoscopicMode,9)</selected>
<pulseonselect>false</pulseonselect>
</control>
<control type="image" id="549">
<description>Footer</description>
<width>256</width>
<height>52</height>
<texture border="20,0,20,50">SubMenuBack-Footer.png</texture>
</control>
</control>
</controls>
</window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment