PDA

View Full Version : Adding local movie FanArt support to a skin?


djh_
2008-06-24, 05:23
Is this working? I've updated to the latest Linux SVN and have extended the Fanart.Image support in the skin, but no dice.

Hitcher
2008-06-24, 08:45
It's meant to be working in library mode.

I've now added support for local fanart IMAGES and will get it into SVN as soon as I can.

You can place a fanart.jpg, or fanart.png file in the shows main folder, IE:
\Television\Shows\Stargate Atlantis\fanart.jpg

And XBMC will use that as the fanart image. This method does NOT provide color information.

If a show already has fanart assigned to it, the fanart.jpg method wont' work, because it won't override what you already had set (for safety :p) so in order to change it simlply go to the Choose Fanart window, select BROWSE, and then select the local image you want to use as fanart.

Ok this is now in SVN, thanks jmarshall!

ChoccyHobNob
2008-06-24, 10:22
It's meant to be working in library mode.

That isn't movie fanart, that's local TV show fanart

Hitcher
2008-06-24, 16:03
Sorry, it was early.

Weavus
2008-06-24, 16:18
I think movie fanart needs to be named:

<moviename>-fanart.jpg or .png and be in the same directory as the movie file.

i.e.

Magnum Force (1973).mkv
Magnum Force (1973)-fanart.jpg

Weavus
2008-06-24, 16:21
Yup... here it is:

http://dn-0.com/xbmc-trac/changeset/13661

Its local files only at the moment so no tvdb style autopull...

djh_
2008-06-24, 17:01
I think movie fanart needs to be named:

<moviename>-fanart.jpg or .png and be in the same directory as the movie file.

i.e.

Magnum Force (1973).mkv
Magnum Force (1973)-fanart.jpg

This is what I've tried without success. Am I missing something?

Weavus
2008-06-24, 17:44
Anything in your logfiles?

spiff
2008-06-24, 18:26
the image will then be available as

listitem.property(fanart_image)

fanart.image is the CONTAINER fan art, not the select item's fanart

djh_
2008-06-24, 19:29
Ahh, much obliged. I'll give it a try later.

djh_
2008-06-24, 21:43
Would I be right in thinking that, because the listitem fanart ceases to exist the second you move to an adjacent item, it's impossible to fade these images out?

jmarshall
2008-06-24, 23:04
That sounds right, yes. Just the same as any other image that depends on the listitem.

djh_
2008-06-24, 23:10
Is there any way of combining the fanart_image object with a multiimage control to enable crossfading? Or am I being completely stupid now?

jmarshall
2008-06-25, 00:15
No, there is not.