mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Change filename for downloaded subtitles to 2-letter language-codes #6587
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Vince0511 on GitHub (Dec 17, 2024).
Im running Jellyfin in docker (10.10.1) with the OpenSubtitles plugin (20.0.0.0).
It's working fine, when I manually download wanted subtitles.
It's adding (by design) the response.Language a three-letter code for the language. I'd like to use the two-letter ISO-code as described by IANA, for universal usage (in other apps).
Is this possible? How do I achive it? Am I missing something?
** Just losing the third character would work for english (eng > en), but is not the solution I'm looking for because it's not working with (in example Dutch (dut > nl) and Swedish (swe > sv))
@felix920506 commented on GitHub (Dec 17, 2024):
Please submit feature requests to features.jellyfin.org