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
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 27 martie 2014 la ora 11:39 AM
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.
Răspuns de victorcampeanu
pe data de 12 iunie 2014 la ora 5:27 AM
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
Răspuns de Travis Bell
pe data de 12 iunie 2014 la ora 6:26 PM
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.
Răspuns de victorcampeanu
pe data de 12 iunie 2014 la ora 6:41 PM
i understand now, thanks for being so generous with the data