omdbapi / OMDb-API

The Open Movie Database Bug Tracking
418 stars 21 forks source link

[Documentation] List of possible genres #244

Closed weirdyang closed 2 years ago

weirdyang commented 3 years ago

Is there a list of all the genre types?

owenashurst commented 2 years ago

+1

I think we need some sort of search for genre so we can get a list of all film/episode/tv shows back.

weirdyang commented 2 years ago

For anyone interested, I have the list here https://github.com/weirdyang/movie-therapy-angular/blob/feature/filter-menu/src/assets/shows/genres.json

MikeyA-yo commented 2 months ago

hey @weirdyang is there a way i can filter out movies from omdb api based on genre?

weirdyang commented 2 months ago

hey @weirdyang is there a way i can filter out movies from omdb api based on genre?

I don't think so

MikeyA-yo commented 2 months ago

hey @weirdyang is there a way i can filter out movies from omdb api based on genre?

I don't think so

yh, but in your web you did it some how, how did you go about it?

weirdyang commented 2 months ago

hey @weirdyang is there a way i can filter out movies from omdb api based on genre?

I don't think so

yh, but in your web you did it some how, how did you go about it?

I scraped the movies I needed, then filtered that. I got the list of genres from checking both imdb and omdbapi

MikeyA-yo commented 2 months ago

hey @weirdyang is there a way i can filter out movies from omdb api based on genre?

I don't think so

yh, but in your web you did it some how, how did you go about it?

I scraped the movies I needed, then filtered that. I got the list of genres from checking both imdb and omdbapi

oh i see, i can't get imdb api cause it requires aws, thanks anyways