Genre Widget - 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: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260) +---- Thread: Genre Widget (/showthread.php?tid=367449) |
Genre Widget - ngbruno - 2022-03-13 Hey there, I´m doing some customization to my Estuary default skin. On the movies menu there´s a "Genre" item that show all your movies genres, I want to show them all, but one. I think that I have to edit this place in home.xml <include content="WidgetListCategories" condition="Library.HasContent(movies)"> <param name="content_path" value="videodb://movies/genres/"/> <param name="widget_header" value="$LOCALIZE[135]"/> <param name="widget_target" value="videos"/> <param name="list_id" value="5500"/> <param name="icon" value="$VAR[WidgetGenreIconVar]"/> <param name="icon_height" value="70"/> </include> I´m kind amateur editing, but I´m learning a lot reading the forum here Thanks in advance |