Kodi Community Forum
Set View Availability - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Set View Availability (/showthread.php?tid=232596)



Set View Availability - Canozzie - 2015-07-20

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?


RE: Set View Availability - ronie - 2015-07-20

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)