[skin.confluence] Increase Movie and TV sub menu items

Increased to 6 items inline with Music
This commit is contained in:
Kevin Goffe 2017-01-25 11:27:15 +00:00
parent 6acf992b71
commit 99e7de0e3e
2 changed files with 14 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</itemlayout>
<focusedlayout height="1" width="1">
</focusedlayout>
<content target="video" limit="6">library://video/movies/</content>
<content target="video" limit="7">library://video/movies/</content>
<visible>Library.HasContent(Movies)</visible>
</control>
<control type="list" id="90170">
@ -29,7 +29,7 @@
</itemlayout>
<focusedlayout height="1" width="1">
</focusedlayout>
<content target="video" limit="6">library://video/tvshows/</content>
<content target="video" limit="7">library://video/tvshows/</content>
<visible>Library.HasContent(TVShows)</visible>
</control>
<control type="list" id="90110">

View File

@ -87,6 +87,12 @@
<onclick>ActivateWindow(Videos,$INFO[Container(90160).ListItemNoWrap(5).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90160).ListItemNoWrap(5).Label)</visible>
</control>
<control type="button" id="90168">
<include>ButtonHomeSubCommonValues</include>
<label>$INFO[Container(90160).ListItemNoWrap(6).Label]</label>
<onclick>ActivateWindow(Videos,$INFO[Container(90160).ListItemNoWrap(6).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90160).ListItemNoWrap(6).Label)</visible>
</control>
<control type="image" id="90168">
<width>35</width>
<height>35</height>
@ -134,6 +140,12 @@
<onclick>ActivateWindow(Videos,$INFO[Container(90170).ListItemNoWrap(5).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90170).ListItemNoWrap(5).Label)</visible>
</control>
<control type="button" id="90178">
<include>ButtonHomeSubCommonValues</include>
<label>$INFO[Container(90170).ListItemNoWrap(6).Label]</label>
<onclick>ActivateWindow(Videos,$INFO[Container(90170).ListItemNoWrap(6).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90170).ListItemNoWrap(6).Label)</visible>
</control>
<control type="image" id="90178">
<width>35</width>
<height>35</height>