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
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 27. März 2014 um 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.
Antwort von victorcampeanu
am 12. Juni 2014 um 05: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
Antwort von Travis Bell
am 12. Juni 2014 um 18: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.
Antwort von victorcampeanu
am 12. Juni 2014 um 18:41
i understand now, thanks for being so generous with the data