Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2020-02-12, 23:08)meowmoo Wrote:
(2020-01-04, 22:37)paulsk2 Wrote: artist slideshow has been updated and no longer works with this skin . any chance anyone could be a hero and help fix this . been my favourite skin for years :-) so thanks for all the hard work :-)

Open the musicvisualization.xml

Search for ArtistSlideshow

You find something like this
Code:
<control type="multiimage"> <aspectratio>scale</aspectratio> <timeperimage>10000</timeperimage> <randomize>true</randomize> <fadetime>600</fadetime> <loop>yes</loop> <imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath> <visible>System.HasAddon(script.artistslideshow)</visible> </control>]

Replace it with that
Code:
<control type="image"> <aspectratio>scale</aspectratio> <fadetime>400</fadetime> <animation effect="fade" start="0" end="100" time="400">WindowOpen</animation> <animation effect="fade" start="100" end="0" time="300">WindowClose</animation> <texture background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</texture> <visible>!String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.Image))</visible> </control>]
Hi Can you Be more specific there is nothing matching exactly in the \addons\skin.addon.madnox\1080i\MusicVisualisation.xml file
Thank you!!


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - by fidofido300 - 2020-03-29, 16:58
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39