2024-05-27, 10:52 AM
(This post was last modified: 2024-05-28, 07:13 AM by lx77. Edited 5 times in total.
Edit Reason: formatting
)
Hi,
in the past, I had no issues with special characters – Jellyfin did process (almost) everything.
But now if a file for example contains '–' (hyphen, not minus) or '&' it is ignored by Jellyfin and won't show up anywhere.
Even the whole folder containing the file won't show anything (e.g. other media files with no special characters).
Special characters like 'ä', 'ö', 'ü' don't make problems.
Solution
I've found something about a wrong env setting for 10.9.x (DOTNET_SYSTEM_GLOBALIZATION_INVARIANT set to true or 1) and deleted the variable. Now the issues are gone and the library scan works as expected.
https://github.com/jellyfin/jellyfin/iss...2105568202
Don't try to delete this variable with portainer if you're using synology docker (Container Manager), because it might reset the value. Took me a while to realize this. In Container Manager deleting the variable worked. https://github.com/portainer/portainer/issues/5813
in the past, I had no issues with special characters – Jellyfin did process (almost) everything.
But now if a file for example contains '–' (hyphen, not minus) or '&' it is ignored by Jellyfin and won't show up anywhere.
Even the whole folder containing the file won't show anything (e.g. other media files with no special characters).
Special characters like 'ä', 'ö', 'ü' don't make problems.
Solution
I've found something about a wrong env setting for 10.9.x (DOTNET_SYSTEM_GLOBALIZATION_INVARIANT set to true or 1) and deleted the variable. Now the issues are gone and the library scan works as expected.
https://github.com/jellyfin/jellyfin/iss...2105568202
Don't try to delete this variable with portainer if you're using synology docker (Container Manager), because it might reset the value. Took me a while to realize this. In Container Manager deleting the variable worked. https://github.com/portainer/portainer/issues/5813