Kodi Community Forum
Location of "wide icons" TV view in XML? - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Location of "wide icons" TV view in XML? (/showthread.php?tid=74184)



Location of "wide icons" TV view in XML? - snubz - 2010-05-19

Hey all, I'm trying to mod the "Wide Icons" TV view (available when banners are used for shows instead of posters). I'm trying to add an Unwatched Episode numeric where the checkmark is (or perhaps under each banner).

However, I've spent quite a while hacking away at the XMLs and cannot find where this is controlled (mainly ViewsVideoLibrary.xml). No luck. I've managed to make changes appear in the Media Info, Poster Wrap views, etc, but can't find out where or what control "Wide Icons".

Any help? Thanks!

-snubz


- Jezz_X - 2010-05-19

ViewsFileMode.xml line 267 <include name="WideIconView">

As a rule only the ones with meta data info (plots,ratings,etc) are in ViewsVideoLibrary.xml


- snubz - 2010-05-19

Excellent! Thanks much.