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.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 27 février 2014 à 16h46
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.