Research: transliterate/romanize non-Latin track names for MP3 player compatibility #6
Loading…
Reference in a new issue
No description provided.
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?
Confirmed via live Jellyfin API check (2026-08-18): the library has real non-Latin-script tracks (e.g. Final Fantasy VII soundtrack, Japanese titles like 5年前のあの日). Jellyfin's
SortNamefield is NOT a usable romanization fallback — it's auto-generated as"0000 - " + Name, i.e. the same original text with a sort-order prefix.OriginalTitleis empty for these items too.Split out of #1 (which only strips filesystem-illegal characters and leaves Unicode text untouched, per CONTRIBUTING.md-tracked scope). This issue is to research and decide on an actual transliteration/romanization approach (e.g. a dedicated library) if/when it's needed for MP3 player compatibility, since no such data is available for free from Jellyfin metadata.