vidalvanbergen / ViMediaManager

Media Manager for Mac OS X
http://vidalvanbergen.github.com/ViMediaManager/
93 stars 7 forks source link

The local fanart.jpg is not added in the nfo file #5

Closed daften closed 12 years ago

daften commented 12 years ago

As the subject says. The local movie.tbn is added. Could there also be a possiblity so only the local files are added in the nfo files? (perfect for boxee box)

vidalvanbergen commented 12 years ago

Currently it only adds the local poster, because adding the local image before adding the remote images makes XBMC show the local poster instead of the first image URL.

How does Boxee handle these remote image URL's?

daften commented 12 years ago

Not a clue. Even when you have an nfo file they poll their servers, which is something very wrong and (rightfully) gets a lot of criticism. This is not the biggest issue :) Doesn't XBMC use the local poster then as well (which is what somebody would want if they use vimediamanager i'd think)?

vidalvanbergen commented 12 years ago

I did a little test a while back, and XBMC seemed to favor the first link in the NFO file over the local file. So just for good measure, I made ViMM put the local file first into the NFO file before adding the TMDb URL's, which will also make it a selectable trough the XBMC thumbnail selection interface.

daften commented 12 years ago

Ah, ok, I did not know that. I'm trying to look at this from a boxee box point of view, since they use a subset of xbmc nfo files, but this issue can probably be closed then. Ah, there's that button :)

vidalvanbergen commented 12 years ago

Boxee is based on XBMC after all. ;)