FanArt Handeling?
#1
Question 
Which /xml handles fanart for video and such?
Reply
#2
from wiki (http://www.xbmc.org/wiki/?title=InfoLabels):
Code:
Fanart.Image     Fanart image for the parent TV Show
Listitem.Property(Fanart_Image)     Fanart image for the selected item
  • Livingroom - C2D E8400, P5N7A-VM on a Samsung 46" LE46M86 FullHD via HDMI
  • Kitchen - ASRock 330 HT Displayed on a Samsung Lapfit 22" dual touch screen LD220Z
  • Bedroom - LG Laptop on a 32" tv
Reply
#3
Can that be added directly to lets say MyVideoNav.xml, or is it something I have to add to includes.xml?
Reply
#4
It does not have to be in includes.xml.
  • Livingroom - C2D E8400, P5N7A-VM on a Samsung 46" LE46M86 FullHD via HDMI
  • Kitchen - ASRock 330 HT Displayed on a Samsung Lapfit 22" dual touch screen LD220Z
  • Bedroom - LG Laptop on a 32" tv
Reply
#5
So will this work for includes

<include name="CommonFanart">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<texture>Listitem.Property(Fanart_Image)</texture>
<width>1280</width>
<height>720</height>
<aspectratio>stretch</aspectratio>
</control>
Reply
#6
crap sorry thought you typed DOES. BRB testing now.

EDIT: No idea where to add it. any suggestions?

Code: http://pastebin.ca/1407233
Reply
#7
depends on where you want it..
as xbmc layers the items from top of xml to backmost layer in the UI.
If you want to have it as a background, then put it first in the xml
  • Livingroom - C2D E8400, P5N7A-VM on a Samsung 46" LE46M86 FullHD via HDMI
  • Kitchen - ASRock 330 HT Displayed on a Samsung Lapfit 22" dual touch screen LD220Z
  • Bedroom - LG Laptop on a 32" tv
Reply
#8
OK I added this to the beginning of the window coding:

<control type="largeimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<visible>Listitem.Property(Fanart_Image)</visible>
</control>

I now get this: Image

Any suggestions on what I am doing wrong?

Got it!

Not it's got working fanart just needed to change the code to <info>Listitem.Property(Fanart_Image)</info>
and rearrange the window a bit but it works!
Reply
#9
where exactly have you put it?
remember that it won't show if you have something on top of it that is not transparent.
and it should be within the <controls> tags. just treat it like any other image control
  • Livingroom - C2D E8400, P5N7A-VM on a Samsung 46" LE46M86 FullHD via HDMI
  • Kitchen - ASRock 330 HT Displayed on a Samsung Lapfit 22" dual touch screen LD220Z
  • Bedroom - LG Laptop on a 32" tv
Reply
#10
I did an edit Tongue
Reply

Logout Mark Read Team Forum Stats Members Help
FanArt Handeling?0