Hi there:
Is it possible to search for films that include multiple genres? For example, an action animation, or a comedy mystery? I played around a bit with the URI but couldn't get it working...
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä Travis Bell
18 syyskuu 2015 klo 10:57AM
Hi jswiss,
Are you trying to use the website or API to do this?
Vastaus käyttäjältä jswiss
18 syyskuu 2015 klo 4:09PM
Hey Travis:
I will be using the API. For testing purposes, I was playing around with the URI.
Vastaus käyttäjältä Travis Bell
18 syyskuu 2015 klo 4:42PM
Hi jswiss,
Ok, with the API you can use /discover/movie to do this. An example query to search for films that are both a animation AND action, you would do this:
You can turn that into an OR query by switching the comma into a pipe:
You can combine these filters with any others listed in the docs, including all of the many sort options.
Cheers.
Vastaus käyttäjältä jswiss
19 syyskuu 2015 klo 8:36AM
Amazing! Thanks Travis, and sorry for all the beginner questions!