Skip to content

Commit

Permalink
Remove More... widget item for Netflix Info "Cast & More" lists
Browse files Browse the repository at this point in the history
  • Loading branch information
inb4after committed Dec 15, 2024
1 parent 20e807f commit 9da3e0a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 2 additions & 0 deletions 1080i/Includes_Object.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8272,6 +8272,7 @@
<param name="top" default="" />
<param name="orientation" default="horizontal" />
<param name="tmdbwidgetonfocus" default="true" />
<param name="browse" default="never" />
<definition>
<control type="group" id="2$PARAM[id]">
<visible>String.IsEmpty(Window().Property(item.info.title))</visible>
Expand Down Expand Up @@ -8353,6 +8354,7 @@
<param name="genrecondition" value="$PARAM[genrecondition]" />
<param name="search" value="$PARAM[search]" />
<param name="tmdbwidgetonfocus" value="$PARAM[tmdbwidgetonfocus]" />
<param name="browse" value="$PARAM[browse]" />
</include>
<content>
<item>
Expand Down
11 changes: 8 additions & 3 deletions 1080i/Includes_Widgets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@
<param name="path" default="" />
<param name="path2" default="" />
<param name="InfoSlide" default="false" />
<param name="browse" default="auto" />
<definition>
<include content="Widget_Common">
<param name="top" value="$PARAM[top]" />
Expand Down Expand Up @@ -1276,6 +1277,7 @@
<param name="limit" value="$VAR[Label_WidgetItemLimit]" />
<param name="id" value="$PARAM[id]" />
<param name="mylist1" value="$PARAM[mylist1]" />
<param name="browse" value="$PARAM[browse]" />
</include>
<include condition="!$PARAM[search] + !$PARAM[mylist1] + !$PARAM[videos]" content="Widget_ContentInclude">
<param name="target" value="$PARAM[target]" />
Expand All @@ -1286,6 +1288,7 @@
<param name="limit" value="$VAR[Label_WidgetItemLimit]" />
<param name="id" value="$PARAM[id]" />
<param name="mylist1" value="$PARAM[mylist1]" />
<param name="browse" value="$PARAM[browse]" />
</include>
<include condition="!$PARAM[search] + $PARAM[mylist1]" content="Widget_ContentInclude_mylist1">
<param name="target" value="$PARAM[target]" />
Expand All @@ -1296,6 +1299,7 @@
<param name="limit" value="$VAR[Label_WidgetItemLimit]" />
<param name="id" value="$PARAM[id]" />
<param name="mylist1" value="$PARAM[mylist1]" />
<param name="browse" value="$PARAM[browse]" />
</include>
<include condition="$PARAM[search]" content="Widget_ContentInclude_Search">
<param name="target" value="$PARAM[target]" />
Expand All @@ -1307,17 +1311,18 @@
<param name="content" value="$PARAM[content]" />
<param name="limit" value="$VAR[Label_WidgetItemLimit]" />
<param name="id" value="$PARAM[id]" />
<param name="browse" value="$PARAM[browse]" />
</include>
</definition>
</include>
<include name="Widget_ContentInclude_Search">
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]">$PARAM[path]$INFO[Skin.String(CustomSearchTerm)]$PARAM[path2]</content>
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]" browse="$PARAM[browse]">$PARAM[path]$INFO[Skin.String(CustomSearchTerm)]$PARAM[path2]</content>
</include>
<include name="Widget_ContentInclude">
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]">$PARAM[widgetContent]</content>
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]" browse="$PARAM[browse]">$PARAM[widgetContent]</content>
</include>
<include name="Widget_ContentInclude_mylist1">
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]">
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]" browse="$PARAM[browse]">
<include>skinshortcuts-group-$PARAM[widgetContent]</include>
</content>
</include>
Expand Down
10 changes: 7 additions & 3 deletions 1080i/Includes_Widgets_Netflix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@
<param name="mylist1" default="false" />
<param name="path" default="" />
<param name="path2" default="" />
<param name="browse" default="auto" />

<definition>
<include content="Widget_Common">
Expand Down Expand Up @@ -983,6 +984,7 @@
<param name="limit" value="$VAR[Label_WidgetItemLimit]" />
<param name="id" value="$PARAM[id]" />
<param name="mylist1" value="$PARAM[mylist1]" />
<param name="browse" value="$PARAM[browse]" />
</include>
<include condition="!$PARAM[search] + $PARAM[mylist1]" content="Widget_ContentInclude_mylist1">
<param name="target" value="$PARAM[target]" />
Expand All @@ -993,6 +995,7 @@
<param name="limit" value="$VAR[Label_WidgetItemLimit]" />
<param name="id" value="$PARAM[id]" />
<param name="mylist1" value="$PARAM[mylist1]" />
<param name="browse" value="$PARAM[browse]" />
</include>


Expand All @@ -1007,24 +1010,25 @@
<param name="id" value="$PARAM[id]" />
<param name="path" value="$PARAM[path]" />
<param name="path2" value="$PARAM[path2]" />
<param name="browse" value="$PARAM[browse]" />
</include>

</definition>
</include>

<include name="Widget_ContentInclude_Search">
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]">$PARAM[path]$INFO[Skin.String(CustomSearchTerm)]$PARAM[path2]</content>
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]" browse="$PARAM[browse]">$PARAM[path]$INFO[Skin.String(CustomSearchTerm)]$PARAM[path2]</content>
</include>


<include name="Widget_ContentInclude">
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]">$PARAM[widgetContent]</content>
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]" browse="$PARAM[browse]">$PARAM[widgetContent]</content>
</include>



<include name="Widget_ContentInclude_mylist1">
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]"><include>skinshortcuts-group-$PARAM[widgetContent]</include></content>
<content target="$PARAM[target]" sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" limit="$PARAM[limit]" browse="$PARAM[browse]"><include>skinshortcuts-group-$PARAM[widgetContent]</include></content>
</include>


Expand Down

0 comments on commit 9da3e0a

Please sign in to comment.