Disable VideoInfo for TV shows but not movies library
#1
Im wondering if there is a way to disable the info panel on TV shows but leave it functioning for Movies? (both in library mode)

I can hijack the key press via remote.xml but that applies to all library Video files. Or maybe just make the buttons not visible by some !isTVshows() or something like that?

Thanks,
Reply
#2
Container.Content(tvshows)

http://wiki.xbmc.org/?title=List_of_Boolean_Conditions
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#3
Add

PHP Code:
<onload condition="!Container.Content(Movies)">Action(close)</onload

to DialogVideoInfo.xml.
Image
Reply
#4
That could not have been easier (or worked better)

thanks Black!

the boolean condition list is a great resource too, thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Disable VideoInfo for TV shows but not movies library0