2017-05-10, 05:28
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.
(2017-05-10, 01:22)Gade Wrote: Which Kodi version do you use?This worked great for my new installation on Shield TV, Fuse Neue skin. Set window id="1199". Super fantastic!!!
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".