2021-02-27, 13:42
(2021-02-27, 05:32)RobinTW Wrote:(2021-02-27, 02:51)se2k Wrote:(2021-02-22, 15:42)latts9923 Wrote: @RobinTW@latts9923
Not yet...I still haven't figured out how this 10 second timeout works.
(I replied to another post but forgot to tag you for visibility)
I was the one who initially asked for the 10 second OSD/furniture fadeout in the music visualizations. I recently upgraded and saw this stopped working (i'm not sure when). Please see my post 765 for the code changes needed to implement the 10 second Music Visualization OSD fadeout:
https://forum.kodi.tv/showthread.php?tid...pid2914514
@se2k I have tried your code changes, but Furniture stays on. I guess @latts9923 has made some changes in MusicVisualisation.xml which make your code changes ineffective.
@RobinTW
1) You will need to make the code changes for all 7 layout sections since there are now more layouts compared to when I originally wrote those code changes
2) Look at the bottom of my post 765 as each of the 7 layouts sections need to start like that, which means you need to delete some lines in each section now.
3) The first time you use a layout, the section won't fade after 10 seconds. You need to press "I" to make it fade out manually. But after you do that once, the furniture will fade out after 10 seconds from now on. I'm not sure why you need to press "I" one time but it works properly after you do that (as you can see my code changes also make "I" working again)
This may break some settings in the visualization layouts but it seems to fix the "I" and fade out.