xbmc / metadata.tvshows.themoviedb.org.python

themoviedb.org TV Show scraper in Python for Kodi 18 (Leia) or later.
GNU General Public License v3.0
20 stars 26 forks source link

Extended Artwork- fanart.tv #4

Closed KarellenX closed 4 years ago

KarellenX commented 4 years ago

The scraper already downloads Poster and Fanart for TV Shows.

Could you also add scraping of extended artwork from fanart.tv? This would include

TV Show

Season

Something similar to this...

fanart tv

pkscout commented 4 years ago

With dd8b497c67c952dd01dea74757e3fcadacd28fa8 I have added fanart and posters from fanart.tv at the show level. You need to enable them in the settings. I went ahead and added the rest of the settings for the different artwork, and hopefully I can get to those this coming week. BTW, don't get too excited about the settings for the ratings. I decided to go ahead and get the settings done so I didn't have to keep editing them, but I don't have an ETA for the extra ratings yet. '-)

KarellenX commented 4 years ago

A few more settings... Season Landscape which is listed as Season Thumbs at fanart.tv Landscape which is listed as TVThumbs at fanart.tv Characterart

https://fanart.tv/series/327417/la-casa-de-papel/

pkscout commented 4 years ago

With f83e153d6e071eb1bbd64ed5f4f14b540af2a6c7 the scraper now loads all artwork types (if enabled) at the show level from fanart.tv. f83e153d6e071eb1bbd64ed5f4f14b540af2a6c7 adds the same support for seasons. There are currently no limits on the number of images, so if every artwork type is enabled there is a chance the list of images will be longer than can be stored in Kodi if using mysql/mariadb as the database backend (the local sql-lite is fine). I have started another issue for limiting the number of images in issue https://github.com/pkscout/metadata.tvshows.themoviedb.org.python/issues/12.

KarellenX commented 4 years ago

Thanks @pkscout I tested three popular shows and it all seems to be working. :-)