[Bug] Episode summary not displaying using Posters with Media Info 2
#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
Reply
#2
Here is how to fix:

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

mad-max
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#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
Reply

Logout Mark Read Team Forum Stats Members Help
[Bug] Episode summary not displaying using Posters with Media Info 20