2021-06-26, 12:30
(2021-06-26, 12:18)Karellen Wrote:I don't think thats the case, there's hardly any art for this series. It just dosnt want to load that art. It is listed as "Japanese posters", I can only think thats the cause it skips them, but shouldn't cause then it will skip most art for anime series.(2021-06-26, 12:08)Balo Wrote: it won't show up some postersThis scraper does not scrape every available image at TMDB. It needs to limit how many artwork images are scraped.
There is logic that limits artwork to 300 images total. This includes the images for posters, fanart, banner, clearlogo, clearart, discart, landscape, and then all the Season posters, banners and thumbs. It does not include the episode images. These are separate.
TheMovieDB Python for movies limits it to 10 fanart images.
Scraping every single artwork link available was causing problems for many users, especially those with large libraries and using MySQL. Also the fact that links can go stale. The online sites purge a lot of their artwork so you end up with a database with hundreds or thousands of broken links.