[HELP] Video library node names..

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ekim232 Offline
Posting Freak
Posts: 1,204
Joined: Nov 2008
Reputation: 5
Location: Chicago, IL
Post: #1
Within the video library there is two windows that I don't know how to specifically call on. Normally I can use container.content(genres), (movies), (seasons), ect.

The two that I don't know their container name, if any, are the main library view that has movies, tv show, recently added, ect. in it. The next one is the windown once you click on movies that it lists genres, studio, director, ect. I just want to assign a specific background image to these windows, but I don't know the container.content name. Thanks for the help.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,181
Joined: Nov 2003
Reputation: 82
Post: #2
since they don't list any specific content, you can't detect it using content type.

IsEmpty(container.folderpath) -> root
CompareString(container.folderpath,videodb://1/) -> movie stuff

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote