2023-02-01, 10:51
this mod is to add another menu with content
content is where you add the posters
1. pick number eg. 35000
2. pick name eg. demo
this bit can go after
<control type="group" id="21000">
you will see 2 </control> you put it between them
</control>
</control>
now menu this can be placed between </item> <item>
content is where you add the posters
1. pick number eg. 35000
2. pick name eg. demo
this bit can go after
<control type="group" id="21000">
you will see 2 </control> you put it between them
</control>
</control>
xml:
<control type="group" id="35000">
<visible>String.IsEqual(Container(9000).ListItem.Property(id),demo)</visible>
<include content="Visible_Right_Delayed">
<param name="id" value="demo"/>
</include>
<control type="grouplist" id="35001">
<include>WidgetGroupListCommon</include>
<pagecontrol>35010</pagecontrol>
<!-- your content will go here -->
</control>
<include content="WidgetScrollbar" condition="Skin.HasSetting(touchmode)">
<param name="scrollbar_id" value="35010"/>
</include>
</control>
now menu this can be placed between </item> <item>
xml:
<item>
<label>demo</label>
<property name="menu_id">$NUMBER[35000]</property>
<onclick>ActivateWindow(Videos,sources://video/,return)</onclick>
<thumb>icons/sidemenu/movies.png</thumb>
<property name="id">demo</property>
</item>
xml:
<control type="group" id="35000">
<visible>String.IsEqual(Container(9000).ListItem.Property(id),demo)</visible>
<include content="Visible_Right_Delayed">
<param name="id" value="demo"/>
</include>
<control type="grouplist" id="35001">
<include>WidgetGroupListCommon</include>
<pagecontrol>35010</pagecontrol>
<!-- your content will go here -->
<include content="WidgetListPoster" condition="Library.HasContent(movies)">
<param name="content_path" value="special://skin/playlists/inprogress_movies.xsp"/>
<param name="widget_header" value="$LOCALIZE[31010]"/>
<param name="widget_target" value="videos"/>
<param name="list_id" value="35100"/> <!-- this is the number you picked-->
</include>
</control>
<include content="WidgetScrollbar" condition="Skin.HasSetting(touchmode)">
<param name="scrollbar_id" value="35010"/>
</include>
</control>