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.
Nemôžeš nájsť film alebo seriál? Prihlás sa a pridaj ho.
Chcete ohodnotiť alebo pridať túto položku do zoznamu?
Nie ste členom?
Odpoveď od Travis Bell
dňa 27. február, 2014 o 4:46PM
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.