Is there a way to fetch movie results which also contains the account info(watchlist, favorite, rated) list in single API request. Also, the recommendation section contains movies that I have already favorite. What does the recommendation section really means? How to mark a movie as already seen and not to be shown on recommendation section
Bir filmi veya diziyi bulamıyor musun? Eklemek için oturum aç.
Bu öğeyi derecelendirmek veya bir listeye eklemek ister misiniz?
Üye değil misin?
wise_julio adlı kullanıcıyı yanıtla
12 k 2018 tarihinde saat 1:24 ÖÖ'da
i was wondering the same
Travis Bell adlı kullanıcıyı yanıtla
12 k 2018 tarihinde saat 10:29 ÖÖ'da
There is no way to do that right now. It's a feature that I have had planned for here on the website for a while. Once it exists here, it will likely exists on the API as well. The website ticket for that is here.
I don't filter favourite items, I filter rated items. Rating is considered the same as having "watched" something, so that's how I filter watched items out of your recommended lists.
Movie Mentor adlı kullanıcıyı yanıtla
12 k 2018 tarihinde saat 12:53 ÖS'da
Thank you Travis, I have seen apps which shows movies list also showing watchlist and favorite information much quickly like its shown from the single api request. Is there any way I can fetch personal info quickly rather than calling each movies id repeatedly for personal information.
Travis Bell adlı kullanıcıyı yanıtla
13 k 2018 tarihinde saat 12:23 ÖS'da
On a per item basis, you can call the /account_states method.
There's nothing that supports a list of IDs at this time.
Moatasem mohamed adlı kullanıcıyı yanıtla
19 " 2024 tarihinde saat 7:25 ÖÖ'da
any new updates ?