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.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ فبراير 27, 2014 في 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.