Addons fanart works but..
#1
Genaral code for fanart BG in MiniMeedia..
Code:
<control type="multiimage">
          <description>Fanart BG</description>
          <info>ListItem.Property(fanart_image)</info>
          <visible>!IsEmpty(ListItem.Property(fanart_image))</visible>
          <include>BackgroundImage</include>
        </control>
Works fine for movies/tv/music.
Works also for Addons but..
<visible>!IsEmpty(ListItem.Property(fanart_image))</visible>
Seems to be not workingEek

It loads the fanart but if there's no fanart present the multiimage stays visible, fades to black and the backgrounds that should get visible won't
<visible>IsEmpty(ListItem.Property(fanart_image))</visible>

Spiff added fanart support (thank u), did he miss something or is it me. Big Grin
http://trac.xbmc.org/changeset/29567
Reply
#2
its just you (kind of) I think you will find it does it in every section that uses a multiimage control and missing fanart (the last one will be shown) change it to a normal image control and it will probably go away
Reply
#3
lol, this question was also on my to-ask list. :-)

ListItem.Property(fanart_image) always returns addon-path/fanart.jpg,
no matter if the addon has a fanart image or not...
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
OK then scratch my answer I haven't looked into it yet Smile
Reply
#5
phew, it's not me Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
Addons fanart works but..0