I'd like to find all the movies start with A in category "action", for exemple.
but search api doesn't have option with_genres
Can't find a movie or TV show? Login to create it.
ต้องการให้คะแนนหรือเพิ่มรายการนี้ไปยังรายการหรือไม่
ไม่ใช่สมาชิกเหรอ
Reply by Travis Bell
on March 27, 2014 at 11:39 ก่อนเที่ยง
Hi gitawego,
You'll want to take a look at the /discover/movie method. You can search for movies via a number of criteria, including genres.
Edit: Not quite, you can't apply phrase/text searches to the discover method. For something like this, you will have to bring the data in house and do this yourself.
Cheers.
Reply by victorcampeanu
on June 12, 2014 at 5:27 ก่อนเที่ยง
what do you mean by "bring the data in house" ? i see you using that phrase a lot and i am curious how can we do that
Reply by Travis Bell
on June 12, 2014 at 6:26 หลังเที่ยง
Hi Victor,
What I mean is to pull the data down yourself and build a system that is best suited for your data locally.
Cheers.
Reply by victorcampeanu
on June 12, 2014 at 6:41 หลังเที่ยง
i understand now, thanks for being so generous with the data