Kodi Community Forum

Full Version: Set View Availability
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cant figure out how to put an existing 'movie' view into the 'movie set' views. For example I'm trying to mod Aeon MQ5 on Helix, the showart view does not show up as an option for movie sets, I would like it to.

Can anyone point me in the right direction?
there are three places to check
1 make sure the view id is listed in the <views> section of MyVideoNav.xml
2 make sure you <include> the view in MyVideoNav.xml
3 change the visible condition of the view by adding Container.Content(sets)
(the condition must return true when Container.Content(sets) is true)