Kodi Community Forum

Full Version: Location of "wide icons" TV view in XML?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
ViewsFileMode.xml line 267 <include name="WideIconView">

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