music fullscreen automatically on selecting play
#31
really a visible condition in a dialog will make the dialog appear? that is to cool hahaha I will have to try that ... I had no idea.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#32
(2017-05-10, 01:22)Gade Wrote: Which Kodi version do you use?

For Kodi Krypton, you should use this code:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1100">
<allowoverlay>no</allowoverlay>
<onload condition="!Window.IsActive(visualisation)">FullScreen</onload>
<visible>Player.HasAudio + !Integer.IsEqual(MusicPlayer.Time,0)</visible>
<controls />
</window>


Make sure there are not other custom windows in your skin using window id="1100". 
 This worked great for my new installation on Shield TV, Fuse Neue skin. Set window id="1199". Super fantastic!!!
Reply

Logout Mark Read Team Forum Stats Members Help
music fullscreen automatically on selecting play3