DSchau/flexget-config

No images in templates for movies

asm0dey opened this issue · 4 comments

Yeah, this is a known deficiency (at least for me) with the tmdb (themoviedb) integration within flexget, in that there isn't fanart support.

I've been trying to get better with python so I'll see if I can get something working with it, as the API does support it.

Sent from my iPhone

On Jan 17, 2014, at 1:17 AM, Paul notifications@github.com wrote:

http://pastie.org/private/ykycysetwkqqw5sun06bzq


Reply to this email directly or view it on GitHub.

Oh, I thought there is problems with posters only, not all images. I have idea on how to implement downloading of all the fanart for any media type. It's already implemented in python for xbmc and I think it could be ported to flexget.

If you're interested in:
https://github.com/XBMC-Addons/script.artwork.downloader/blob/master/lib/provider/tmdb.py

I think it’s doable with the current tmdb api integrated within flexget as well (v3, I think), it’s just that the wrapper around the api doesn’t currently support adding fan art.

Like I said, I’d like movies to work as well as tv shows, as well, so it’s definitely something on my radar.
On Jan 17, 2014, at 1:54 AM, Paul notifications@github.com wrote:

Oh, I thought there is problems with posters only, not all images. I have idea on how to implement downloading of all the fanart for any media type. It's already implemented in python for xbmc and I think it could be ported to flexget.

If you're interested in:
https://github.com/XBMC-Addons/script.artwork.downloader/blob/master/lib/provider/tmdb.py


Reply to this email directly or view it on GitHub.

I think it should be possible to integrate another api :)