aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2012-10-28 13:22:30 +1100
committerJezz_X <jezzx2@gmail.com>2012-10-28 13:23:54 +1100
commitba72c7707d5837def36fe917bb515a89f9af89e3 (patch)
treeb9066ae44433cbe0810992b6a0d23d7de8bfdbf2
parent9f3def2fa05eeb704f7674792f5630a50010d457 (diff)
Fixed: [Confluence] give the movie "Sets" node more Movie type views (not the meta data ones)
-rw-r--r--addons/skin.confluence/720p/ViewsFileMode.xml10
-rw-r--r--addons/skin.confluence/720p/ViewsVideoLibrary.xml4
2 files changed, 7 insertions, 7 deletions
diff --git a/addons/skin.confluence/720p/ViewsFileMode.xml b/addons/skin.confluence/720p/ViewsFileMode.xml
index 903bb79cf2..49bd9c121c 100644
--- a/addons/skin.confluence/720p/ViewsFileMode.xml
+++ b/addons/skin.confluence/720p/ViewsFileMode.xml
@@ -239,7 +239,7 @@
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<preloaditems>2</preloaditems>
- <itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows)" height="186" width="216">
+ <itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows) + !Container.Content(Sets)" height="186" width="216">
<control type="image">
<posx>1</posx>
<posy>0</posy>
@@ -282,7 +282,7 @@
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</itemlayout>
- <focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows)" height="186" width="216">
+ <focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows) + !Container.Content(Sets)" height="186" width="216">
<control type="image">
<posx>1</posx>
<posy>0</posy>
@@ -325,7 +325,7 @@
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</focusedlayout>
- <itemlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows)" height="279" width="216">
+ <itemlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Sets)" height="279" width="216">
<control type="image">
<posx>1</posx>
<posy>0</posy>
@@ -356,7 +356,7 @@
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</itemlayout>
- <focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows)" height="276" width="216">
+ <focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Sets)" height="276" width="216">
<control type="image">
<posx>1</posx>
<posy>0</posy>
@@ -411,7 +411,7 @@
<visible>Control.IsVisible(505)</visible>
<include>VisibleFadeEffect</include>
<control type="panel" id="505">
- <visible>!Container.Content(LiveTV) + !Container.Content(Movies) + !Container.Content(Episodes) + !Container.Content(Seasons) + !Container.Content(MusicVideos) + !Container.Content(Addons)</visible>
+ <visible>Container.Content(TVShows) | Container.Content(Files)</visible>
<posx>95</posx>
<posy>80</posy>
<width>1080</width>
diff --git a/addons/skin.confluence/720p/ViewsVideoLibrary.xml b/addons/skin.confluence/720p/ViewsVideoLibrary.xml
index 899000ea60..8c94a8cff6 100644
--- a/addons/skin.confluence/720p/ViewsVideoLibrary.xml
+++ b/addons/skin.confluence/720p/ViewsVideoLibrary.xml
@@ -11,7 +11,7 @@
<usecontrolcoords>true</usecontrolcoords>
<include>VisibleFadeEffect</include>
<control type="fixedlist" id="501">
- <visible>Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows)</visible>
+ <visible>Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Sets)</visible>
<visible>!Container.Content(LiveTV)</visible>
<posx>-183</posx>
<posy>0</posy>
@@ -115,7 +115,7 @@
</control>
</control>
<control type="group">
- <visible>Control.IsVisible(501) + Container.Content(Movies)</visible>
+ <visible>Control.IsVisible(501) + [Container.Content(Movies) | Container.Content(Sets)]</visible>
<control type="label">
<posx>30</posx>
<posy>500</posy>