xbmc / metadata.themoviedb.org.python

Other
44 stars 40 forks source link

Set Information not scraped #150

Closed KarellenX closed 2 years ago

KarellenX commented 2 years ago

Just noticed today that when I scraped Doctor Strange in the Multiverse of Madness (2022) into my library, no Set data was scraped.

The two movies are part of a Set... https://www.themoviedb.org/collection/618529-doctor-strange-collection The API response provides Set data... API

But no Set data is added to the library, or visible in the exported NFO file. Also no Set artwork is downloaded either from fanart.tv or TMDB.

Log... https://paste.kodi.tv/iwiweterub.kodi

I then tried scraping Spider-Man No Way Home (2021) and no Set data was scraped there either.

rmrector commented 2 years ago

The API isn't returning a collection name. Kodi won't create a set without a name.

KarellenX commented 2 years ago

@rmrector

https://www.themoviedb.org/talk/62b816dc229ae20b5c7ed7ca

https://www.themoviedb.org/talk/62b7593bf0317400616a9f34

KarellenX commented 2 years ago

All fixed at TMDB and movie sets are scraping correctly again.

I'll close this report.