sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.88k stars 447 forks source link

Popular/Trending Collections #1775

Closed robdplatt closed 3 years ago

robdplatt commented 3 years ago

Description

Is your feature request related to a problem? If so, please provide a clear and concise description of the problem. E.g., "I'm always frustrated when [...]."

Desired Behavior

Would be nice to have a Popular/Trending Collections similar to Discover, to be able to quickly add entire collections.

Additional Context

Provide any additional information or screenshots that may be relevant or helpful.

TheCatLady commented 3 years ago

There is no Collection Discover endpoint in the TMDb API, so this might not be possible.

https://developers.themoviedb.org/3/discover

robdplatt commented 3 years ago

When you click on a movie that is part of a collection, there is a "View [Name of Movie] Collection". So there must be some way that can be aggregated into a list of collections.

TheCatLady commented 3 years ago

When you click on a movie that is part of a collection, there is a "View [Name of Movie] Collection". So there must be some way that can be aggregated into a list of collections.

Unfortunately, TMDb does not have any endpoints that returns lists of collections. Collection data is returned along with movie details, which is how we're able to display the collection a movie belongs to.

robdplatt commented 3 years ago

Maybe an Request/Add Collection button after clicking "View [Name of Movie] Collection"?

TheCatLady commented 3 years ago

Maybe an Request/Add Collection button after clicking "View [Name of Movie] Collection"?

There are already request buttons for collections. (Note that the button does not appear when all movies in the collection are already requested/available.)

robdplatt commented 3 years ago

Well then.. Let's just close this issue out then shall we?

Thanks for pointing that out :)