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
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 27 marzo, 2014 alle 11:39AM
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.
Risposta da victorcampeanu
il 12 giugno, 2014 alle 5:27AM
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
Risposta da Travis Bell
il 12 giugno, 2014 alle 6:26PM
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.
Risposta da victorcampeanu
il 12 giugno, 2014 alle 6:41PM
i understand now, thanks for being so generous with the data