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.
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Отговор от Travis Bell
на 15 декември 2016 в 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.
Отговор от XPheNiiXz
на 15 декември 2016 в 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
Отговор от Travis Bell
на 15 декември 2016 в 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.