2020-01-12, 10:33
(2020-01-11, 00:10)jasn Wrote: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.(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 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.