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.
رد بواسطة Travis Bell
بتاريخ ديسمبر 15, 2016 في 10:17 صباحا
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 صباحا
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 صباحا
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.