Hi @XPheNiiXz Do you mean you want to search for TV series based on a list of genres? If so, you can use the /discover/tv method and the with_genres filter.
Hi @travisbell I don't want to search tv series based on a list. But i want to get the genre of a serie when i do a search.
For example, i search the malcolm serie and i want see the name, the date, the description AND the genre of the serie. I want to get the genre of the serie just with the id 35 (for comedy).
Ah, gotcha, in that case you can grab the list of genres from the genre list method and map them that way. Usually you would just cache that locally within your app so you don't have to make a call to it all the time.
Cheers.
Can't find a movie or TV show? Login to create it.
Reply by Travis Bell
on December 15, 2016 at 10:17 AM
Hi @XPheNiiXz Do you mean you want to search for TV series based on a list of genres? If so, you can use the /discover/tv method and the
with_genres
filter.For example.
Reply by XPheNiiXz
on December 15, 2016 at 11:24 AM
Hi @travisbell I don't want to search tv series based on a list. But i want to get the genre of a serie when i do a search.
For example, i search the malcolm serie and i want see the name, the date, the description AND the genre of the serie. I want to get the genre of the serie just with the id 35 (for comedy).
Thanks you
Reply by Travis Bell
on December 15, 2016 at 11:32 AM
Ah, gotcha, in that case you can grab the list of genres from the genre list method and map them that way. Usually you would just cache that locally within your app so you don't have to make a call to it all the time.
Cheers.