how add more content
#1
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!
Reply
#2
https://kodi.wiki/view/Custom_home_items
Reply
#3
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
Reply
#4
(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
Reply

Logout Mark Read Team Forum Stats Members Help
how add more content0