Closed
Description
I wonder why It doesn't parse the genre information from TheMovieDB.
You can parse genre information easily using their APIs like below!
/search/movie
API returns genre_id array and then you can get the corresponding name of the genre_id's using /genre/movie/list
API.
Would you like to add this feature?