SOLVED - file scanning problem in Jellyfin 10.9 - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification) +---- Thread: SOLVED - file scanning problem in Jellyfin 10.9 (/t-solved-file-scanning-problem-in-jellyfin-10-9) |
SOLVED - file scanning problem in Jellyfin 10.9 - rvmeush - 2024-06-18 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. |