Kodi Community Forum
[Android] Auto Switch to Music Visualisation - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: [Android] Auto Switch to Music Visualisation (/showthread.php?tid=236382)



[Android] Auto Switch to Music Visualisation - sviet2k - 2015-08-23

Hi,

To auto switch to Music Visualization with Eminence skin, I modified the MusicOverlay as follows:

<onload condition="!Window.IsActive(visualisation)">Action(FullScreen)</onload>
<defaultcontrol>-</defaultcontrol>
<controls></controls>

It's working in the Eminence skin but this code does not work (may be incompatible) with the Arctic skin.

Can you please help me to troubleshoot this issue ?

Thanks in advance for your help.


RE: [Android] Auto Switch to Music Visualisation - sviet2k - 2015-08-28

+1
Please ... Any help is much appreciated.


RE: [Android] Auto Switch to Music Visualisation - jurialmunkey - 2015-08-29

http://forum.kodi.tv/showthread.php?tid=114822&pid=1473763#pid1473763


RE: [Android] Auto Switch to Music Visualisation - sviet2k - 2015-08-29

Hi jurialmunkey,

Thanks a lot for your hint.
I already read it and based on this info, I modified the MusicOverlay.xml as described in my above post.
It's working for Eminence skin but does not work for Artic.
Then I need help for troubleshoot this issue.

Thank you


RE: [Android] Auto Switch to Music Visualisation - jurialmunkey - 2015-08-30

Read the post again. Make a a custom window file named something like Custom_AutoVis.xml


RE: [Android] Auto Switch to Music Visualisation - sviet2k - 2015-08-30

I am really appreciated that you are very patient with me to continue to show me my error.
It's working now. Again thanks a lot for your help.