More sorting and filtering options
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

I would like to add an additional filter option to this request:
- Please allow the filtering of movies that have not yet been released
Bump
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 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)