stremio-features icon indicating copy to clipboard operation
stremio-features copied to clipboard

More sorting and filtering options

Open seahindeniz opened this issue 4 years ago • 4 comments

Is your feature request related to a problem? Please describe. Yes. Current listing features are not enough to find/list movies/series.

Describe the solution you'd like Discover tab can have more sorting and cross filtering features such as: w/ sorting by

  • A-Z (w/ Non-Latin support)
  • Air date (Older > Newest + vice versa)
  • IMDB rating

And filters can be:

  • Ability to filter out unchecked genres (For example, hiding Animation and Horror entries from results at the same time)
  • Filter entries that has less than given rating range
  • Filtering old movies/series(say released before 2010) from the Top or By Rating category.

Additional context Filters can work like this image

seahindeniz avatar Feb 27 '21 15:02 seahindeniz

I would like to add an additional filter option to this request:

  • Please allow the filtering of movies that have not yet been released

sandgraal avatar Oct 24 '22 23:10 sandgraal

Bump

ensapra avatar Dec 09 '23 23:12 ensapra

Can the community contribute to issues? I'm a fullstack developer and would be happy to look into this issue because I found it while also desiring the same, and can see how it would make a lot of people happy. My email is: [email protected].

ljsherlock avatar Mar 21 '25 17:03 ljsherlock

@ljsherlock well, for something like this to happen, it would need to be handled by addons (as filtering / sorting is handled by addons)

so it first needs to be documented for addon devs at: https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/api/responses/manifest.md (this would obviously need to have backward support too)

then it would need to be implemented in stremio-core (rust): https://github.com/Stremio/stremio-core (or at least an issue created for it there once the documentation is done)

after that it can be added as a feature for stremio-web: https://github.com/stremio/stremio-web (which is also the desktop app UI)

and lastly it would need to be added to all other apps.. (by their individual devs)

jaruba avatar Mar 22 '25 15:03 jaruba