Release Amber now updated to support Kodi 14.0\Helix
(2015-02-25, 19:09)pecinko Wrote:
(2015-02-25, 18:27)VMCosco Wrote: I have the setting enabled to "Go Fullscreen on Music Playback". I also use TVTunes. Because I have both enabled, when I go to an episode and TVTunes starts, so does the music visualization.

Based on the TVTunes add on wiki it appears that the following code can be added o prevent this from happening

Quote:you can also use this visible condition to prevent activating visualisation or music baground fanart:
<visible>!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>

Could someone point me to the correct XML file where I need to add this code?

Thanks[/code]

Custom_FullscreenMusic.xml, I suppose.

Try adding it to

<visible>Player.HasAudio + Skin.HasSetting(FullscreenMusic) + !SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>

Worked like a charm. Thanks
Reply


Messages In This Thread
RE: Amber now updated to support Kodi 14.0\Helix - by VMCosco - 2015-02-25, 20:16
Logout Mark Read Team Forum Stats Members Help
Amber now updated to support Kodi 14.0\Helix4