Skip to content

Filter videos by audio stream language #617

Closed
@taconaut

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    featureAdding a new feature, or substantial improvements on existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions