mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Jellyfin overriding sort title metadata changes #3138
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 @ryanwalder on GitHub (Jul 9, 2021).
Describe the bug
I am running the linuxserver/jellyfin container with
/configmapped to a folder on the host. This works, it saves all configs as expected and survive a stop/start of the container.Having gone through and manually fixed the
Sort Titlefor all the movies that needed fixing about a month ago I have just noticed they have since reverted.I have a feeling it could be a metadata agent overwriting the
Sort Titlefield due to it surviving a restart of the container/host but overwriting it sometime over the last month.I did notice that the
Sort Titlenow gets filled with text by default when scanning a library for the first time where it didn't in previous versions (not sure the exact release this changed). Not sure if that might be related.System (please complete the following information):
Docker Compose:
To Reproduce
Sort Titleof movieExpected behavior
Sort TitleMetadata Settings for Library
@ryanwalder commented on GitHub (Jul 9, 2021):
I've just done a full Metadata Refresh on the library and can confirm it has blasted the changes to
Sort Title.As per my previous comment the
Sort Titlefield seems to get populated with the movie title minus articles (the, a, etc..), and lowercased. This is pretty pointless as it doesn't actually sort tiles correctly (and you'll have endless arguments as to what is correct!) and is now overwriting user input.I know you can lock metadata changes for certain titles but IMO this seems overkill for what should be a field that should only be changed by the user and not from a metadata provider/Jellyfin.
Perhaps this should be changed to a feature request for something along the lines "Do not manage Sort Title metadata field"?