Fanart fallback if Extrathumbs dont exist???
#1
I am trying to get the fanart to show if extrathumbs arent available.

I am using this.

Code:
                <control type="multiimage">
                    <posx>20</posx>
                    <posy>500</posy>
                    <width>250</width>
                    <height>130</height>
                    <aspectratio>stretch</aspectratio>
                    <fadetime>400</fadetime>
                    <timeperimage>3000</timeperimage>                    
                    <imagepath background="true" diffuse="Shade/thumbdiffuse.png" fallback="$INFO[ListItem.Property(fanart_image)]">$INFO[ListItem.Path,,extrathumbs]</imagepath>
                </control>
Image
To learn more, click here.
Reply
#2
Someone can correct me but I think a multiimage can only default to a static image...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#3
Fallback is not possible with Multiimage. Last loaded image will stay visible.
Reply
#4
Any other suggestions besides adding a toggle that could solve my dilemma?
Image
To learn more, click here.
Reply
#5
If it doesn't slow things down too much just show the fanart and then the extrathumbs over it.
Reply
#6
Hitcher Wrote:If it doesn't slow things down too much just show the fanart and then the extrathumbs over it.

I tried that, but it would show the fanart for a quick second when changing movies.
Image
To learn more, click here.
Reply
#7
igotdvds Wrote:I tried that, but it would show the fanart for a quick second when changing movies.

put a delay for fanart to appear.
Reply
#8
Or remove any time limit you have for the extrathumbs (this is how the backdrops/latest added fanart works in Revisted).
Reply
#9
ppic Wrote:put a delay for fanart to appear.

So simply a fade animation? What would the condition be...OnNext?
Image
To learn more, click here.
Reply

Logout Mark Read Team Forum Stats Members Help
Fanart fallback if Extrathumbs dont exist???0