![]() |
Enable poster view in Executor Plugin - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Alaska (https://forum.kodi.tv/forumdisplay.php?fid=126) +----- Thread: Enable poster view in Executor Plugin (/showthread.php?tid=92512) |
Enable poster view in Executor Plugin - math0ne - 2011-01-29 I'm trying to enable the Poster View for a Launcher addon called executor and I'm a little lost. I've done a couple things: In MyPrograms.xml I added: [HTML]<include>Viewtype_Poster</include>[/HTML] In ViewType_Poster.xml I commented out this line: [HTML]<visible>Window.IsActive(videolibrary) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons)]</visible>[/HTML] This seems to have enabled the view when I'm selecting the addon, but in the addon itself I still am limited to the three main views. Any ideas on how I could enable this view in this addon? - math0ne - 2011-01-29 In MyPrograms.xml I set: [HTML]<defaultcontrol>55</defaultcontrol>[/HTML] Now it's selected by default it seems if I switch themes a bunch, but I still cannot select it. |