Movie Home Screen, How To Display All Movie Sets, Not Only 15?
#1
Hi there

At bottom of movie home screen, there's the line with movie sets.
I figured it out that following code at Home.xml displays these movie sets:
Code:
<include content="WidgetListPoster" condition="Library.HasContent(movies)">
    <param name="content_path" value="videodb://movies/sets/"/>
    <param name="widget_header" value="$LOCALIZE[31075]"/>
    <param name="widget_target" value="videos"/>
    <param name="sortby" value="random"/>
    <param name="list_id" value="5600"/>
    <param name="onclick_condition" value="true"/>
    <param name="onclick_action" value="$VAR[MovieSetOnClickActionVar]"/>
</include>

Unfortunately only 15 movie sets are displayed there.
Is there any way to disable this limitation, so that all movie sets of my library were shown?
Reply
#2
Includes_Home.xml line 75:

<content sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" target="$PARAM[widget_target]" limit="15" browse="$PARAM[browse_mode]">$PARAM[content_path]</content>

Change the limit there.
Reply
#3
Thanks a lot.
Now I can see all my movie sets there.
Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Movie Home Screen, How To Display All Movie Sets, Not Only 15?0