jareddreyer / catalogue

movie and tv show catalogue website
0 stars 0 forks source link

Feature request: Implement omdb.com poster API #9

Open jareddreyer opened 4 years ago

jareddreyer commented 4 years ago

Posters that come back from IMDB are sometimes rubbish, but omdb.com provides its own poster API.

Implement this with a check if poster API key is configured. If not use the default poster from IMDB.

jareddreyer commented 4 years ago

Note the owner of omdb.com is manually adding posters to his API. May investigate other options, including allowing users to upload their own poster.

jareddreyer commented 10 months ago

Honestly since omdb poster api is not free i'd rather just use tmdb api as poster endpoint.

They also have a backdrops api which could vastly improve the design of the site.