Radarr / RadarrAPI.TMDB

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

IMDB List Result Doesn't Include All Titles #38

Closed RyanMathewson closed 5 years ago

RyanMathewson commented 5 years ago

I am trying to pull in this IMDB list but the API isn't returning all of the titles. https://www.imdb.com/list/ls025843356/ https://api.radarr.video/v2/imdb/list?listId=ls025843356

Currently the IMDB list contains 623 titles but the API only returns 578 items.

galli-leo commented 5 years ago

The issue is likely that those movies are not on TMDB (or were added very recently to TMDB).

RyanMathewson commented 5 years ago

I don't think that is the case. For example the movie "Pride, Prejudice and Mistletoe" exists in the IMDB[0] list and on TMDB[1] but is not returned in your API results [2]. [0] https://www.imdb.com/title/tt8634192/ [1] https://www.themoviedb.org/movie/535810-pride-and-prejudice-and-mistletoe [2] https://api.radarr.video/v2/imdb/list?listId=ls025843356

On Wed, Dec 12, 2018 at 1:01 PM Leonardo Galli notifications@github.com wrote:

The issue is likely that those movies are not on TMDB (or were added very recently to TMDB).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Radarr/RadarrAPI.TMDB/issues/38#issuecomment-446683443, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDE0TCS9q8LlZhMB9db16Y5VKv6F0Prks5u4URegaJpZM4ZQILc .

galli-leo commented 5 years ago

Seems like my mirroring script failed on a day or so, currently remirroring all missing movie infos, should be done in a day or so.

galli-leo commented 5 years ago

So I just found out my mirrororring script had an error and hence the last mirror I tried didn't work. Will try to fix this today. Should hopefully be done in 2-3 hours.

galli-leo commented 5 years ago

@RyanMathewson Can you try again. API still only returns 612 movies, but I would guess those aren't on TMDB.

RyanMathewson commented 5 years ago

That fixed it! Thanks a ton. My wife is super happy now :)