Release Artist Slideshow addon (with skin and addon integration)
(2020-01-11, 00:10)jasn Wrote:
(2020-01-10, 23:54)pkscout Wrote:
(2020-01-10, 23:10)jasn Wrote: I am having trouble with AS and my preferred skin Aeon MQ8. When in Music Fullscreen the artwork displays in front of and blocks the visualization. I see that you have setting in your Estuary Mod to turn this on/off. Any thoughts on how to fix this for Aeon MQ8 @pkscout?

Thx

That's a skin decision and best asked in the Aeon MQ8 support thread (if there is one).  If you have some understanding of XML you could look at the MusicVisualization.xml file in the Aeon MQ8 thread.  Basically Kodi loads and layers skin items in the order they are in the file, so the stuff near the top loads first and further towards the "back."   

That's just what I needed to know. Thanks.
I'll take a look at the xml file.   
In Aura skin, it wasn't musicvisualization.xml that needed changes but another file. when i added the code in musicvisualization.xml i lost visualizations in fullscreen music player.
in musicvisualization.xml there was a "VAR" command (i don't know if i'm explaining this right) in the code that started with "<control type="multiimage">" that's called $VAR[Image_ArtistFanartVis]
so, i had to find where the $VAR was defined, so i needed to find where "Image_ArtistFanartVis" was in all those .xml files and change that. i used notepad++ to search across the .xml files in the aura directory.
The "Image_ArtistFanartVis" was in "Includes_Images.xml" so i opened it and replaced "Property(ArtistSlideshow)" with "Property(ArtistSlideshow.Image)" in that section.
And that was it. Nothing was changed in "musicvisualization.xml" but everything works now.
I hope this can help you find it in your skin.
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
RE: Artist Slideshow addon (with skin and addon integration) - by ray2301 - 2020-01-12, 10:33
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5