mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #8695] Sort external files when scanning #11822
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/8695
State: closed
Merged: Yes
This is mostly useful in order to have a deterministic display in the UI and your subtitles follow a clear naming scheme. I would for instance like to show preferred subtitle formats first in the list, which is enabled by this and a simple additional tag in the name just after the title.
Changes
Just turns on sorting for the two methods that get the actual external file names.