nolenfelten / xbmc-addons

Automatically exported from code.google.com/p/xbmc-addons
0 stars 0 forks source link

[cinema.experience] Overlays displayed over trivia slides #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order to give skins the ability to detect when cinema experience is running, 
add a property to the video library window. This behavior will mimic the 
behavior of the TV Tunes plugin.

When starting playback:

xbmcgui.Window( 10025 ).setProperty( "TvTunesIsAlive", "true" )

When ending playback:

xbmcgui.Window( 10025 ).clearProperty('TvTunesIsAlive')

Discussion on the XBMC forums: 
http://forum.xbmc.org/showpost.php?p=716707&postcount=650

Original issue reported on code.google.com by brian.wa...@gmail.com on 7 Feb 2011 at 1:30

GoogleCodeExporter commented 8 years ago
why does <allowoverlays>false</allowoverlays> not work.

are you using the default skin or your own file for your skin? if that's not 
working, then there is a bug in xbmc that should be fixed.

Original comment by nuka1195@gmail.com on 7 Feb 2011 at 3:48

GoogleCodeExporter commented 8 years ago
Having looked at the script more closely I found the code you're referring to 
in the script-CExperience-trivia.xml and the reason it isn't working.

<allowoverlays>false</allowoverlays>

should be -

<allowoverlay>false</allowoverlay>

Once I changed it there was no music overlay.

Hitcher.

Original comment by HitcherUK on 8 Feb 2011 at 2:55

GoogleCodeExporter commented 8 years ago
Thanks for the patch - I've added it to SVN and it will be incorporated in the 
next release.

Original comment by brian.wa...@gmail.com on 8 Feb 2011 at 3:40

GoogleCodeExporter commented 8 years ago
ah, thanks hitcher.

Original comment by nuka1195@gmail.com on 8 Feb 2011 at 3:48

GoogleCodeExporter commented 8 years ago
Seems to be fixed

Original comment by giftie61@gmail.com on 10 Apr 2011 at 1:45