Disable VideoInfo for TV shows but not movies library

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
apeg Offline
Senior Member
Posts: 157
Joined: Oct 2008
Reputation: 1
Post: #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,
find quote
MassIV Offline
Member+
Posts: 713
Joined: Mar 2012
Reputation: 21
Post: #2
Container.Content(tvshows)

http://wiki.xbmc.org/?title=List_of_Boolean_Conditions
find quote
`Black Offline
Skilled Skinner
Posts: 2,004
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #3
Add

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

to DialogVideoInfo.xml.

[Image: xp1080.png]
find quote
apeg Offline
Senior Member
Posts: 157
Joined: Oct 2008
Reputation: 1
Post: #4
That could not have been easier (or worked better)

thanks Black!

the boolean condition list is a great resource too, thanks
find quote