![]() |
Language indicator and filter - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Feature Requests (https://forum.jellyfin.org/f-feature-requests) +--- Thread: Language indicator and filter (/t-language-indicator-and-filter) |
Language indicator and filter - blubleublue - 2024-12-09 Delete this thread, if already requested or implemented or solved by a plugin, which I cannot find. User stories:
Features:
Any idea if that would be feasible? Or is there even some (hopefully not so hacky) solution out there? RE: Language indicator and filter - TheXaman - 2025-02-26 Hi, I wrote a plugin that add language tags to movies, tv shows and collection based on the available audio tracks. Together with the parental controls in jellyfin you can limit a users selection to only the desired language or filter the library by language on demand! Feel free to check it out: https://github.com/TheXaman/jellyfin-plugin-languageTags RE: Language indicator and filter - Duvel - 2025-02-26 (2025-02-26, 10:47 AM)TheXaman Wrote: Hi, I wrote a plugin that add language tags to movies, tv shows and collection based on the available audio tracks. Together with the parental controls in jellyfin you can limit a users selection to only the desired language or filter the library by language on demand!Awesome. Such feature is expected for long by non-english natives ! I had a look to the github page but there's is not a lot of info on how it behave. I just see some screens of the parental control config in admin panel, but nothing of what users will see. My understanding is that it also add information in medias to show tag of langages in it (is it only Audio or also subtitles???) And possibilities to filter out languages that a user doesn't want so the media in those languages are not shown, or the opposite (show only media in a specific language) Could you clarify please ? |