mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11172] feat(i18n): transliterate item name before sorting and filtering #12769
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11172
State: closed
Merged: Yes
Changes
Since Jellyfin assume user will use a latin-based language as media title, it will be a problem for CJK language users. This patch attempted to use a
Transliteratorto transliterate the title if theSortNamestill contains non-ascii characters at the end ofModifySortChunks().Issues
Fixes https://github.com/jellyfin/jellyfin/issues/3202
Note
Library will need to be re-scanned to make the existing items uses the new SortName working.
Screenshot when the patch gets applied
Showcase the sort issue is gone: (Note: 赌博默示录
du bo mo shi lu< 前目的地qian mu di di< 子弹列车zi dan lie che)Showcase of the
NameStartsWithfilter on the right side: (Note:Dis selected, 赌博默示录du bo mo shi luis shown)