Kodi Community Forum
how add more content - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Context Menus (https://forum.kodi.tv/forumdisplay.php?fid=309)
+---- Thread: how add more content (/showthread.php?tid=354826)



how add more content - savagedragon76 - 2020-05-29

hi, I would like to know how to add more content on the home page. I explain, in addition to TV series, I would like to add cartoon TV series but which do not combine with live action TV series. sorry use google translator. Thank you so much!


RE: how add more content - LongMan - 2020-05-29

https://kodi.wiki/view/Custom_home_items


RE: how add more content - the_other_guy - 2020-05-30

what skin ? estuary

edit home.xnl

xml:
<include content="WidgetListPoster" condition="Library.HasContent(tvshows)">
                            <param name="content_path" value="special://skin/playlists/unwatched_tvshows.xsp"/>
                            <param name="widget_header" value="$LOCALIZE[31122]"/>
                            <param name="widget_target" value="videos"/>
                            <param name="list_id" value="6300"/>
                        </include>
copy widget
value="6300"/> new value number + 10 eg 6310

unwatched_tvshows.xsp make new playlist on skin folder  playlist folder


RE: how add more content - savagedragon76 - 2020-05-30

(2020-05-30, 05:56)the_other_guy Wrote: what skin ? estuary

edit home.xnl

xml:
<include content="WidgetListPoster" condition="Library.HasContent(tvshows)">
                            <param name="content_path" value="special://skin/playlists/unwatched_tvshows.xsp"/>
                            <param name="widget_header" value="$LOCALIZE[31122]"/>
                            <param name="widget_target" value="videos"/>
                            <param name="list_id" value="6300"/>
                        </include>
copy widget
value="6300"/> new value number + 10 eg 6310

unwatched_tvshows.xsp make new playlist on skin folder  playlist folder

ok thanks, I try and let you know if it works