2024-06-18, 06:12 PM
I have been having a problem recently with Jellyfin 10.9 in a Docker container on my Synology NAS.
The problem was that files added to the Libraries weren't being detected and library scanning seemed to keep failing.
After a bunch of online searching I came across a discussion of this problem at https://github.com/jellyfin/jellyfin/issues/11528
The fix for the problem seems to be changing the setting for DOTNET_SYSTEM_GLOBALIZATION_INVARIANT from 1 to 0 in the configuration for the Jellyfin container.
My library scans are now working and all videos which were not playing properly are now working.
I hope this will be useful for others with this problem.
The problem was that files added to the Libraries weren't being detected and library scanning seemed to keep failing.
After a bunch of online searching I came across a discussion of this problem at https://github.com/jellyfin/jellyfin/issues/11528
The fix for the problem seems to be changing the setting for DOTNET_SYSTEM_GLOBALIZATION_INVARIANT from 1 to 0 in the configuration for the Jellyfin container.
My library scans are now working and all videos which were not playing properly are now working.
I hope this will be useful for others with this problem.