UniversalMediaServer / api

The metadata API that the Universal Media Server application uses
9 stars 3 forks source link

Add more images to our results #634

Closed SubJunk closed 2 years ago

SubJunk commented 3 years ago

At the moment we only offer one image per media, usually it's a poster, but if we want to enable a richer web interface we should provide other options. One example is fanart.tv (https://fanart.tv/series/152831/adventure-time/) and they offer: Logos Posters Season posters TV thumbs Backgrounds

SubJunk commented 3 years ago

It looks like it is the source of images for some other APIs that deliver more complete results like https://www.themoviedb.org/ and https://thetvdb.com/

SubJunk commented 3 years ago

For themoviedb there are a few options for node modules which is a good sign. That is also much more welcoming than thetvdb so I'll try it for now. The most popular one by far is https://github.com/grantholle/moviedb-promise but there are also https://github.com/andywampir/node-themoviedb and https://github.com/leocabeza/the-movie-db which look maintained

SubJunk commented 2 years ago

This is done