diff --git a/720p/Home.xml b/720p/Home.xml
index a0e3516..81b4e29 100644
--- a/720p/Home.xml
+++ b/720p/Home.xml
@@ -739,7 +739,7 @@
607
9003
9000
- PlayerControl(record)
+ PVR.ToggleRecordPlayingChannel
diff --git a/720p/Includes.xml b/720p/Includes.xml
index ce8e6d6..c8f26cd 100644
--- a/720p/Includes.xml
+++ b/720p/Includes.xml
@@ -1273,9 +1273,9 @@
OSDRecordOffFO.png
OSDRecordOffNF.png
- PlayerControl(record)
- Player.CanRecord
- Conditional
+ PVR.ToggleRecordPlayingChannel
+ PVR.CanRecordPlayingChannel
+ Conditional
39
diff --git a/720p/MusicOSD.xml b/720p/MusicOSD.xml
index 7cac5e9..8a39836 100644
--- a/720p/MusicOSD.xml
+++ b/720p/MusicOSD.xml
@@ -267,7 +267,7 @@
55
- !Player.CanRecord
+ !PVR.CanRecordPlayingChannel
55
@@ -340,8 +340,8 @@
OSDRecordOffFO.png
OSDRecordOffNF.png
- PlayerControl(record)
- Player.CanRecord
+ PVR.ToggleRecordPlayingChannel
+ PVR.CanRecordPlayingChannel
diff --git a/720p/PlayerControls.xml b/720p/PlayerControls.xml
index c8d2d25..9066553 100644
--- a/720p/PlayerControls.xml
+++ b/720p/PlayerControls.xml
@@ -126,9 +126,9 @@
607
300
200
- PlayerControl(record)
- Player.CanRecord
- Conditional
+ PVR.ToggleRecordPlayingChannel
+ PVR.CanRecordPlayingChannel
+ Conditional
!VideoPlayer.Content(LiveTV)
@@ -371,9 +371,9 @@
707
300
200
- PlayerControl(record)
- Player.CanRecord
- Conditional
+ PVR.ToggleRecordPlayingChannel
+ PVR.CanRecordPlayingChannel
+ Conditional
VideoPlayer.Content(LiveTV)
diff --git a/720p/VideoFullScreen.xml b/720p/VideoFullScreen.xml
index ec2e5d3..0d84a4d 100644
--- a/720p/VideoFullScreen.xml
+++ b/720p/VideoFullScreen.xml
@@ -164,7 +164,7 @@
white
black
- ![VideoPlayer.Content(LiveTV) + Player.Recording]
+ ![VideoPlayer.Content(LiveTV) + PVR.IsRecordingPlayingChannel]
conditional
@@ -173,7 +173,7 @@
25
keep
PVR-IsRecording.png
- VideoPlayer.Content(LiveTV) + Player.Recording + !Player.ChannelPreviewActive
+ VideoPlayer.Content(LiveTV) + PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive
Heading label
@@ -187,7 +187,7 @@
white
black
- VideoPlayer.Content(LiveTV) + Player.Recording + !Player.ChannelPreviewActive
+ VideoPlayer.Content(LiveTV) + PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive
Studio label
diff --git a/720p/VideoOSD.xml b/720p/VideoOSD.xml
index 8f5404c..7a70425 100644
--- a/720p/VideoOSD.xml
+++ b/720p/VideoOSD.xml
@@ -256,12 +256,12 @@
OSDRecordOffFO.png
OSDRecordOffNF.png
- Player.Recording
+ PVR.IsRecordingPlayingChannel
OSDRecordOnFO.png
OSDRecordOnNF.png
- PlayerControl(Record)
- Player.CanRecord
- Conditional
+ PVR.ToggleRecordPlayingChannel
+ PVR.CanRecordPlayingChannel
+ Conditional
VideoPlayer.Content(LiveTV)
diff --git a/addon.xml b/addon.xml
index e55009a..6c7dc11 100644
--- a/addon.xml
+++ b/addon.xml
@@ -1,5 +1,5 @@
-
+
@@ -145,6 +145,6 @@
resources/screenshot-08.jpg
resources/screenshot-09.jpg
- Updated Game dialogs
+ Updated PVR code