celiao / tmdbsimple

A wrapper for The Movie Database API v3.
GNU General Public License v3.0
579 stars 122 forks source link

No ability to search for TV shows based on genre #58

Closed Nathan-Nesbitt closed 5 years ago

Nathan-Nesbitt commented 5 years ago

Seems there is the ability to search for Movies of a certain genre using the tmdb.Genres.movies() function, but there is no option to search for TV shows based on a genre. (Unless the movie function also returns TV shows, which would be a different issue).

celiao commented 5 years ago

@Nathan-Nesbitt I don't see TMDB endpoints to search Movies or TVs of a particular genre.

From https://developers.themoviedb.org/3/genres/get-movie-list:

image

Perhaps tmdb.Genres.movies() accesses a hidden endpoint or is no longer available.

Nathan-Nesbitt commented 5 years ago

Strange, yeah it doesn't seem to be documented but the function still seems to work.

AtomicNess123 commented 3 years ago

How to get the list of all genres? Thanks.