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.
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Svar af Travis Bell
d. 15 december 2016 kl. 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.
Svar af XPheNiiXz
d. 15 december 2016 kl. 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
Svar af Travis Bell
d. 15 december 2016 kl. 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.