Radarr / RadarrAPI.TMDB

Backend Stuff for Radarr regarding TMDB (Discover, lists, Mappings, etc.)
11 stars 2 forks source link

Some movies missing in api.radarr.video feed for imdb list #59

Closed ghost closed 4 years ago

ghost commented 4 years ago

Moved here from: https://github.com/Radarr/Radarr/issues/4306

Describe the bug Some movies from imdb list "randomly" (?) do not appear in the api.radarr.video feed and therefore can't get imported in Radarr. They do exist in TMDB.

To Reproduce Examples: https://www.imdb.com/title/tt7397176/ https://www.imdb.com/title/tt9261218/

Both exist on tmdb: https://www.themoviedb.org/movie/660609-uncorked https://www.themoviedb.org/movie/655297-krudttonden

Imdb watchlists can work both with user watchlist id and list id - these are identical lists. Radarr api lists for either are also identical. Neither variant contains either example item:

Radarr api list with list id does not contain either example: https://api.radarr.video/v2/imdb/list?listId=ls003351718 The list on imdb does contain both examples: https://www.imdb.com/list/ls003351718/

Radarr api list with user watchlist id is identical to above and does not contain either example: https://api.radarr.video/v2/imdb/list?listId=ur26432876 User id watchlist on imdb is also identical to above and does contain both examples: https://www.imdb.com/user/ur26432876/watchlist

Debugging I tried removing some items from the imdb watchlist, but this merely resulted in less items in the api.radarr.video feed. There was 951, now 944.

The list itself has 1262 items which is definitely a lot. It does not seem to be a max items issue though, as the number on api.radarr.video list is variable?

The example items also exist at completely different places in the imdb watchlist (ie not at the beginning or end): https://www.imdb.com/list/ls003351718/export tt7397176 is item 1255 on the list. tt7397176 is item 694 on the list.

NB: The total items on imdb watchlist is expected to be higher than api.radarr.video list, as many are far future movies without a tmdb id.

Current imdb list csv export https://www.imdb.com/list/ls003351718/export

WATCHLIST(1).csv.zip

Expected behavior All items on imdb list should appear on api.radarr.video feed if they have a tmdb entry

Related (closed) issue https://github.com/Radarr/Radarr/issues/3684

Desktop (please complete the following information): Not really relevant, as this is about the api.radarr.video feed import from imdb. As the items do not exist here, there is nowhere for Radarr to import them from. They "get excluded" before ever reaching Radarr. No issues in the local Radarr install.

For completeness sake:

Screenshots of settings Not relevant, but for completeness sake:

Settings_-_Radarr Settings_-_Radarr 2
ghost commented 4 years ago

Doesn't look like anyone has been active on this repo for 15 months. Continuing on https://github.com/Radarr/Radarr/issues/4306 instead.