[Bug] Episode summary not displaying using Posters with Media Info 2

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rogerthis Offline
Member+
Posts: 279
Joined: Apr 2011
Reputation: 0
Location: Connacht
Post: #1
In settings, tick System / Skin / General / Use "Posters" instead of "Banners" for TV Shows
Goto a TV Show that has a poster, you will see that only Poster and the word Episode is displayed, but no episode summary.
[Image: posterview.png]
find quote
mad-max Offline
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #2
Here is how to fix:

http://code.google.com/p/repository-xbmc...tail?r=266

mad-max

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
rogerthis Offline
Member+
Posts: 279
Joined: Apr 2011
Reputation: 0
Location: Connacht
Post: #3
Thanks mad-max

For Confluence in 720p/ViewsVideoLibrary.xml add the following code at line 1096
Code:
                <control type="textbox">
                    <description>Description Value for Item</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>

[Image: viewposter7.png]
(This post was last modified: 2011-12-17 18:11 by rogerthis.)
find quote