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.
Can't find a movie or TV show? Login to create it.
ต้องการให้คะแนนหรือเพิ่มรายการนี้ไปยังรายการหรือไม่
ไม่ใช่สมาชิกเหรอ
Reply by Travis Bell
on February 27, 2014 at 4: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.