Closed
Description
Describe the feature you'd like
Add the ability to filter by available audio stream language for videos
Additional context
I'd like to be able to filter video streams (movies, series) by available audio language
I will work on this to get a hands on with the Jellyfin code. I'm checking the filtering by Genre implementation, which has to be very similar.
TODO:
- Support Backend filtering:
- Add string property BaseItemsRequest.AudioLanguages
- Implement SQLite filtering based on BaseItemsRequest.AudioLanguages
- Expose available AudioLanguages in API (all languages available for any video file)
- Support Frontend filter selection
- Get the available AudioLanguages
- Display available AudioLanguages in filter pane
- Map language code to (localized?) language name (e.g. eng -> English; fre -> French)
- Pass the AudioLanguages select in filter to API for filtering
Activity