aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2011-12-18 13:00:26 +1100
committerJezz_X <jezzx2@gmail.com>2011-12-18 13:02:13 +1100
commit405e75a7b555c8070d2920804466a05cef9b7f78 (patch)
tree69aaada82b9798ab895f757e80658533a33a4896
parente10a739e4d1f3f31bff16f507b7160696886288e (diff)
Fixed: [Confluence] no Show plot in Media Info 2 view with 'Use "Posters" instead of "Banners" for TV Shows' set
-rw-r--r--addons/skin.confluence/720p/ViewsVideoLibrary.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/ViewsVideoLibrary.xml b/addons/skin.confluence/720p/ViewsVideoLibrary.xml
index 0b4b1a4fcf..b8bb0f4e83 100644
--- a/addons/skin.confluence/720p/ViewsVideoLibrary.xml
+++ b/addons/skin.confluence/720p/ViewsVideoLibrary.xml
@@ -1081,7 +1081,7 @@
<bordersize>8</bordersize>
</control>
<control type="textbox">
- <description>Description Value for Item</description>
+ <description>Description Value for Seasons</description>
<posx>270</posx>
<posy>0</posy>
<width>250</width>
@@ -1093,6 +1093,19 @@
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container.Content(Seasons)</visible>
</control>
+ <control type="textbox">
+ <description>Description Value for TVShows</description>
+ <posx>270</posx>
+ <posy>0</posy>
+ <width>250</width>
+ <height>355</height>
+ <font>font12</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <label>$INFO[ListItem.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ <visible>Container.Content(TVShows) + Skin.HasSetting(TVShowsUsePosters)</visible>
+ </control>
<control type="label">
<description>Watched Count</description>
<posx>10</posx>