"Hello, I would like to know how I can retrieve the movies from my TMDB list, categorized by genres, and also get recommendations, but only with the movies that are in my list. All of this using the TMDB APIs.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة robbie3999
بتاريخ أغسطس 11, 2023 في 2:01 مساءا
Hi @elmanci2, you probably need to be more specific about your questions. No one can design a program for you without knowing all your requirements.
Here is a general outline
Get the items from the list: https://developer.themoviedb.org/reference/list-details
The results contain the genre ids, so group by genre id(s) (in code).
Get recommendations for whatever movies in your list you want (or all of them). This would have to be called for each movie: https://developer.themoviedb.org/reference/movie-recommendations