White poster / info with new DX builds
#1
With the recent builds of XBMC there are some issues with posters/thumbnails in the info dialogs for movies and tv shows as first mentioned here whereby there is a quick 'flash' of the poster and then it simply displays a white screen where the poster should be:

Image

A quick fix is to edit the DialogVideoInfo.xml and comment the sections below. Depending on what flavor of Aeon you are using, this should start around line 91 or so.

Code:
<!-- <control type="largeimage">
            <description>Cover image</description>
            <posx>0</posx>
            <posy>0</posy>
            <width>486</width>
            <height>720</height>
            <texture>$INFO[listitem.path]movie.tbn</texture>
            <aspectratio>stretch</aspectratio>
            <fadetime>500</fadetime>
            <visible>!Skin.HasSetting(videotv)</visible>
        </control>
        <control type="largeimage">
            <description>Cover image</description>
            <posx>0</posx>
            <posy>0</posy>
            <width>486</width>
            <height>720</height>
            <texture>$INFO[listitem.path]folder.jpg</texture>
            <aspectratio>stretch</aspectratio>
            <fadetime>500</fadetime>
            <visible>Skin.HasSetting(videotv)</visible>
        </control>
        <control type="largeimage">
            <description>Cover image</description>
            <posx>0</posx>
            <posy>0</posy>
            <width>486</width>
            <height>720</height>
            <texture>$INFO[listitem.path]poster.jpg</texture>
            <aspectratio>stretch</aspectratio>
            <fadetime>500</fadetime>
            <visible>Skin.HasSetting(videotv)</visible>
        </control> -->

After commenting these sections, xbmc will use the cached thumbnail as normal.

Hope this helps
-stoli-
Reply
#2
It's already fixed in SVN anyway (r23145)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
jmarshall Wrote:It's already fixed in SVN anyway (r23145)

And so it is. Thanks for the heads-up!
-stoli-
Reply
#4
Off-Topic: jmarshall you are EVERYWHERE on this forum and you always have the answer. Amazes me every time Smile
Have a question? First try the XBMC online-manual and FAQ. Also: How to submit a debug log
Reply
#5
That's the beauty of the "new posts" search button.
Reply

Logout Mark Read Team Forum Stats Members Help
White poster / info with new DX builds0