From a10fc16eb7de5a0549ede1edd219fdc67b79a555 Mon Sep 17 00:00:00 2001 From: chrisbevan Date: Sun, 31 Jul 2016 17:54:14 +0100 Subject: [PATCH] Bug fixes from Jarvis --- 1080i/Includes_homeBackground.xml | 7 +++++-- 1080i/MyPVRChannels.xml | 24 ++++++++++++++++++++++ 1080i/View_MusicPlaylist.xml | 34 +++++++++++++++++++++++++++++-- 1080i/View_Songs.xml | 30 +++++++++++++++++++++++++-- 1080i/custom_musicOverlay.xml | 15 +++++++++++++- addon.xml | 2 +- changelog.txt | 4 ++++ 7 files changed, 108 insertions(+), 8 deletions(-) diff --git a/1080i/Includes_homeBackground.xml b/1080i/Includes_homeBackground.xml index f26b23f..b394e6b 100644 --- a/1080i/Includes_homeBackground.xml +++ b/1080i/Includes_homeBackground.xml @@ -2,12 +2,15 @@ - + + + + @@ -127,7 +130,7 @@ - Container(9000).HasFocus(7) + Container(9000).HasFocus(7) | Container(9000).HasFocus(11) dimensionsFullscreen special://skin/extras/backgrounds/settings.jpg 44ffffff diff --git a/1080i/MyPVRChannels.xml b/1080i/MyPVRChannels.xml index 1c97c70..eaf0968 100644 --- a/1080i/MyPVRChannels.xml +++ b/1080i/MyPVRChannels.xml @@ -76,6 +76,30 @@ dateTime + + + + Player.HasVideo + col-20-begin + row-22-begin + + 0 + 0 + 444 + 255 + stretch + colors/black.png + colors/black.png + 6 + overlay + + + 6 + 6 + 6-col + 243 + + diff --git a/1080i/View_MusicPlaylist.xml b/1080i/View_MusicPlaylist.xml index 87a841c..37db248 100644 --- a/1080i/View_MusicPlaylist.xml +++ b/1080i/View_MusicPlaylist.xml @@ -35,13 +35,26 @@ overlay - ListItem.IsPlaying + !player.paused + ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi 12 0 1-col-gutter 1-col-gutter equaliser.gif + + ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi + 0 + 0 + 1-col-textbox + 2-row + center + center + symbolLarge + textActive + - + + ListItem.IsPlaying + player.paused 0 @@ -120,7 +133,7 @@ highlight - ListItem.IsPlaying + !player.paused + ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi 12 0 1-col-gutter @@ -131,6 +144,23 @@ + + ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi + 0 + 0 + 1-col-textbox + 2-row + center + center + symbolLarge + textActive + - + + + + + + ListItem.IsPlaying + player.paused 0 diff --git a/1080i/View_Songs.xml b/1080i/View_Songs.xml index bf6dea6..865b185 100644 --- a/1080i/View_Songs.xml +++ b/1080i/View_Songs.xml @@ -87,13 +87,26 @@ textboxInactive - ListItem.IsPlaying + !player.paused + ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi 12 0 1-col-gutter 1-col-gutter equaliser.gif + + ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi + 0 + 0 + 1-col-textbox + 2-row + center + center + symbolLarge + textActive + - + + ListItem.IsPlaying + player.paused 0 @@ -189,13 +202,26 @@ spinFocusIcon - ListItem.IsPlaying + !player.paused + ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi 12 0 1-col-gutter 1-col-gutter equaliser.gif + + ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi + 0 + 0 + 1-col-textbox + 2-row + center + center + symbolLarge + textActive + - + + ListItem.IsPlaying + player.paused 0 diff --git a/1080i/custom_musicOverlay.xml b/1080i/custom_musicOverlay.xml index 1d9ab43..1ddc1d6 100644 --- a/1080i/custom_musicOverlay.xml +++ b/1080i/custom_musicOverlay.xml @@ -19,13 +19,26 @@ highlight - !player.paused + !player.paused + !System.Platform.Linux.RaspberryPi 12 0 1-col-gutter 1-col-gutter equaliser.gif + + !player.paused + System.Platform.Linux.RaspberryPi + 3 + 0 + 1-col-textbox + 2-row + center + center + symbolLarge + textActive + - + + player.paused 3 diff --git a/addon.xml b/addon.xml index 317b107..7fc43e0 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index d241711..4bf443f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +[B]1.1.1[/B] + +- [NEW] RPI bugfixes from Jarvis branch + [B]1.1.0[/B] ***Preparing for Krypton***