Kodi Community Forum

Full Version: Disable VideoInfo for TV shows but not movies library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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,
Add

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

to DialogVideoInfo.xml.
That could not have been easier (or worked better)

thanks Black!

the boolean condition list is a great resource too, thanks