From a587daee4ce08cacceda877bf3cec73c047aea7d Mon Sep 17 00:00:00 2001 From: Christian Gade Date: Tue, 16 Feb 2021 23:52:50 +0100 Subject: [PATCH 1/3] Fix MusicOSD.xml record button --- 720p/MusicOSD.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/720p/MusicOSD.xml b/720p/MusicOSD.xml index bbb40c3..810fcfb 100644 --- a/720p/MusicOSD.xml +++ b/720p/MusicOSD.xml @@ -322,13 +322,17 @@ Visualisation.HasPresets Conditional - + 55 55 + 265 OSDRecordOffFO.png OSDRecordOffNF.png + PVR.IsRecordingPlayingChannel | PVR.IsPlayingActiveRecording + OSDRecordOnFO.png + OSDRecordOnNF.png PVR.ToggleRecordPlayingChannel PVR.CanRecordPlayingChannel From 9dd93098d73dd55095e656d6c5b2839ff55e080b Mon Sep 17 00:00:00 2001 From: Christian Gade Date: Wed, 17 Feb 2021 19:34:08 +0100 Subject: [PATCH 2/3] Fix radio recording label --- 720p/MusicVisualisation.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/720p/MusicVisualisation.xml b/720p/MusicVisualisation.xml index 8d0c301..afdcfe1 100644 --- a/720p/MusicVisualisation.xml +++ b/720p/MusicVisualisation.xml @@ -110,8 +110,31 @@ white black + ![MusicPlayer.Content(LiveTV) + [PVR.IsRecordingPlayingChannel | PVR.IsPlayingActiveRecording]] conditional + + 0 + 50 + 25 + keep + PVR-IsRecording.png + MusicPlayer.Content(LiveTV) + [[PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive] | PVR.IsPlayingActiveRecording] + + + Heading label + 50 + 0 + 860 + 25 + left + center + font13 + + white + black + MusicPlayer.Content(LiveTV) + [[PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive] | PVR.IsPlayingActiveRecording] + Artist label 20 From 01293493e63a227a13ee53120c5c2baeabe402e1 Mon Sep 17 00:00:00 2001 From: Christian Gade Date: Fri, 19 Feb 2021 11:41:16 +0100 Subject: [PATCH 3/3] Version bump and changelog update --- addon.xml | 4 ++-- changelog.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index de0f5b3..79c61a2 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -143,6 +143,6 @@ resources/screenshot-08.jpg resources/screenshot-09.jpg - Fix season posters. + - Fix PVR radio record button.[CR]- Fix PVR recording label.[CR]- Fix posters. diff --git a/changelog.txt b/changelog.txt index 1213334..674591e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +[B]4.7.11[/B] + +- Fix PVR radio record button +- Fix PVR recording label +- Fix posters + +[B]4.7.10[/B] + +- Updated language files from Transifex + [B]4.7.9[/B] - Fix season posters