2024-02-16, 13:14
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:
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?
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?