From 3c83f9fad7a1d230c9daece1cea0744845309bf6 Mon Sep 17 00:00:00 2001 From: Chris Bevan Date: Sun, 31 Jul 2016 16:47:00 +0100 Subject: [PATCH] RPI minor fixes --- 1080i/View_MusicPlaylist.xml | 34 ++++++++++++++++++++++++++++++++-- 1080i/View_Songs.xml | 30 ++++++++++++++++++++++++++++-- 1080i/custom_musicOverlay.xml | 15 ++++++++++++++- changelog.txt | 7 +++++++ 4 files changed, 81 insertions(+), 5 deletions(-) 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/changelog.txt b/changelog.txt index e034a15..9a90fac 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +[B]1.0.1[/B] + +***RPI Bugfixes*** +- [FIX] equaliser animated gif removed for RPI's only +- fix the minimum animation mode + + [B]1.0.0[/B] - Kodi Jarvis Release