We currently update popularity on an item when it comes up in the change log. I'm currently worried this means we'll end up with stale popularity numbers for some movies. Just curious if anyone has a solution for this, if it is in fact a problem.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 27 de febrero de 2014 a las 16:46
Hey Chris,
It's true, it could in theory be possible for that to happen. Popularity is calculated every day and not every movie changes every day.
Best I can think of is to hit the movie detail method for each ID you have stored. There's no way to do this in bulk. The other option is to hit the
/movie/popular
method but that will only get you the top 20,000 movies. We max the pagination to 1000 pages.Cheers.