From 2bfcbc860e1f22402eac5ee80ef9eead051ca2d2 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Tue, 12 Nov 2019 13:18:06 -1000 Subject: [PATCH] add dual support for Artist Slideshow 2.x and 3.x backport of PR #16894 --- addons/skin.estuary/xml/MusicVisualisation.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/addons/skin.estuary/xml/MusicVisualisation.xml b/addons/skin.estuary/xml/MusicVisualisation.xml index 3bbab7da638ef..0f34aa7bb2189 100644 --- a/addons/skin.estuary/xml/MusicVisualisation.xml +++ b/addons/skin.estuary/xml/MusicVisualisation.xml @@ -20,6 +20,15 @@ WindowOpen WindowClose $INFO[Player.Art(fanart)] + String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.Image)) + + + scale + 400 + WindowOpen + WindowClose + $INFO[Window(Visualisation).Property(ArtistSlideshow.Image)] + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.Image)) scale @@ -28,7 +37,7 @@ 600 yes $INFO[Window(Visualisation).Property(ArtistSlideshow)] - System.HasAddon(script.artistslideshow) + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.ArtworkReady)