diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2017-11-30 22:58:24 +0100 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2017-12-01 08:28:11 +0100 |
commit | 5293aa9f829f39ca25601ccd6f0fceb29ca7bf59 (patch) | |
tree | c3ec55d09345967bb12f99a2e960e4dd40b72b87 /addons/skin.estuary/xml | |
parent | 71eb8052709e50aa91547c1d143a0161849a4519 (diff) |
[PVR][guiinfo][builtins][estuary][estouchy] Move recording control and info functionality from player to PVR.
Diffstat (limited to 'addons/skin.estuary/xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogSeekBar.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/VideoOSD.xml | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml index 82bcca2ca2..eb73196051 100644 --- a/addons/skin.estuary/xml/DialogSeekBar.xml +++ b/addons/skin.estuary/xml/DialogSeekBar.xml @@ -50,7 +50,7 @@ <visible>player.chaptercount</visible> </control> <control type="group"> - <visible>Player.Recording + !Player.ChannelPreviewActive</visible> + <visible>PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive</visible> <control type="image"> <top>100</top> <left>20</left> diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index c2a8f67b6e..2847b8fabc 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -213,7 +213,7 @@ <value condition="Control.HasFocus(70041)">$LOCALIZE[19069]</value> <value condition="Control.HasFocus(70043)">$LOCALIZE[5]</value> <value condition="Control.HasFocus(255)">$LOCALIZE[36501]</value> - <value condition="Control.HasFocus(606)+ Player.Recording">$LOCALIZE[19059]</value> + <value condition="Control.HasFocus(606)+ PVR.IsRecordingPlayingChannel">$LOCALIZE[19059]</value> <value condition="Control.HasFocus(606)">$LOCALIZE[264]</value> <value condition="ControlGroup(6000).HasFocus + Player.SeekEnabled">$LOCALIZE[31054]</value> </variable> diff --git a/addons/skin.estuary/xml/VideoOSD.xml b/addons/skin.estuary/xml/VideoOSD.xml index 938070efc5..51d2c4c9b6 100644 --- a/addons/skin.estuary/xml/VideoOSD.xml +++ b/addons/skin.estuary/xml/VideoOSD.xml @@ -105,9 +105,9 @@ <texturenofocus /> <radioposx>1</radioposx> <radioposy>0</radioposy> - <selected>!Player.Recording</selected> - <onclick>PlayerControl(Record)</onclick> - <visible>Player.CanRecord</visible> + <selected>!PVR.IsRecordingPlayingChannel</selected> + <onclick>PVR.ToggleRecordPlayingChannel</onclick> + <visible>PVR.CanRecordPlayingChannel</visible> <visible>VideoPlayer.Content(livetv)</visible> </control> </control> |