diff options
Diffstat (limited to 'addons/skin.confluence/720p/VideoOSD.xml')
-rw-r--r-- | addons/skin.confluence/720p/VideoOSD.xml | 73 |
1 files changed, 54 insertions, 19 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml index 5c722de94d..c5df10a076 100644 --- a/addons/skin.confluence/720p/VideoOSD.xml +++ b/addons/skin.confluence/720p/VideoOSD.xml @@ -183,11 +183,28 @@ <ondown>1000</ondown> <onclick>PlayerControl(Next)</onclick> </control> - <control type="togglebutton" id="602"> + <control type="button" id="602"> <posx>110</posx> <posy>0</posy> <width>55</width> <height>55</height> + <label>31354</label> + <font>-</font> + <texturefocus>OSDRewindFO.png</texturefocus> + <texturenofocus>OSDRewindNF.png</texturenofocus> + <onleft>601</onleft> + <onright>603</onright> + <onup>1000</onup> + <ondown>1000</ondown> + <onclick>PlayerControl(Rewind)</onclick> + <enable>Player.SeekEnabled</enable> + <animation effect="fade" start="100" end="50" time="100" condition="!Player.SeekEnabled">Conditional</animation> + </control> + <control type="togglebutton" id="603"> + <posx>165</posx> + <posy>0</posy> + <width>55</width> + <height>55</height> <label>31351</label> <altlabel>208</altlabel> <font>-</font> @@ -196,15 +213,16 @@ <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> <alttexturefocus>OSDPlayFO.png</alttexturefocus> <alttexturenofocus>OSDPlayNF.png</alttexturenofocus> - <onleft>601</onleft> - <onright>603</onright> + <onleft>602</onleft> + <onright>604</onright> <onup>1000</onup> <ondown>1000</ondown> <onclick>PlayerControl(Play)</onclick> - <visible>False</visible> + <enable>Player.PauseEnabled</enable> + <animation effect="fade" start="100" end="50" time="100" condition="!Player.PauseEnabled">Conditional</animation> </control> - <control type="button" id="603"> - <posx>165</posx> + <control type="button" id="604"> + <posx>220</posx> <posy>0</posy> <width>55</width> <height>55</height> @@ -213,14 +231,31 @@ <font>-</font> <texturefocus>OSDStopFO.png</texturefocus> <texturenofocus>OSDStopNF.png</texturenofocus> - <onleft>602</onleft> - <onright>604</onright> + <onleft>603</onleft> + <onright>605</onright> <onup>1000</onup> <ondown>1000</ondown> <onclick>PlayerControl(Stop)</onclick> </control> - <control type="button" id="604"> - <posx>220</posx> + <control type="button" id="605"> + <posx>275</posx> + <posy>0</posy> + <width>55</width> + <height>55</height> + <label>31353</label> + <font>-</font> + <texturefocus>OSDForwardFO.png</texturefocus> + <texturenofocus>OSDForwardNF.png</texturenofocus> + <onleft>604</onleft> + <onright>606</onright> + <onup>1000</onup> + <ondown>1000</ondown> + <onclick>PlayerControl(Forward)</onclick> + <enable>Player.SeekEnabled</enable> + <animation effect="fade" start="100" end="50" time="100" condition="!Player.SeekEnabled">Conditional</animation> + </control> + <control type="button" id="606"> + <posx>330</posx> <posy>0</posy> <width>55</width> <height>55</height> @@ -228,15 +263,15 @@ <font>-</font> <texturefocus>OSDChannelListFO.png</texturefocus> <texturenofocus>OSDChannelListNF.png</texturenofocus> - <onleft>603</onleft> - <onright>605</onright> + <onleft>605</onleft> + <onright>607</onright> <onup>1000</onup> <ondown>1000</ondown> <onclick>ActivateWindow(PVROSDChannels)</onclick> <onclick>Dialog.Close(VideoOSD)</onclick> </control> - <control type="button" id="605"> - <posx>275</posx> + <control type="button" id="607"> + <posx>385</posx> <posy>0</posy> <width>55</width> <height>55</height> @@ -244,17 +279,17 @@ <font>-</font> <texturefocus>OSDepgFO.png</texturefocus> <texturenofocus>OSDepgNF.png</texturenofocus> - <onleft>604</onleft> + <onleft>606</onleft> <onright>701</onright> <onup>1000</onup> <ondown>1000</ondown> <onclick>ActivateWindow(PVROSDGuide)</onclick> <onclick>Dialog.Close(VideoOSD)</onclick> </control> - <control type="label" id="606"> - <posx>330</posx> + <control type="label" id="608"> + <posx>440</posx> <posy>0</posy> - <width>385</width> + <width>275</width> <height>55</height> <label>$INFO[VideoPlayer.NextTitle,$LOCALIZE[209]: ]</label> <align>center</align> @@ -374,7 +409,7 @@ <font>-</font> <texturefocus>OSDTeleTextFO.png</texturefocus> <texturenofocus>OSDTeleTextNF.png</texturenofocus> - <onleft>605</onleft> + <onleft>607</onleft> <onright>702</onright> <onup>1000</onup> <ondown>1000</ondown> |