Album-Covers werden nicht angezeigt, wenn der Albumordner Umlaute (äüö etc.) beinhaltet

Wenn ich meine Alben einlese, werden bei Alben mit Umlauten in der Ordnerstruktur keine Albencover (cover.jpg befindet sich im Ordner) angezeigt. Bei denen ohne Umlauten funktioniert es. Bis vor kurzem hatte ich einen Windows Server als PMS jetzt bin ich auf Linux umgeschwenkt.
Auf dem Windows Server trat das Problem nicht auf. Vermutlich irgend ein Kodierungsproblem, was entweder durch eine Einstellung behoben werden kann oder mit der Linux-Variante von Plex zusammenhängt. Weiß jemand mehr dazu?

Linux: Ubuntu 23.04 lunar
PMS: Version 1.32.6.7468

Solution:

  1. Confirm the character encoding is not set correctly. Run: locale and under “LANG” you will see LANG=C.
  2. Generate the proper locale for your language/region by editing /etc/locale.gen and uncommenting the one you want to use. Mine is “en_US.UTF-8” Save & close.
  3. Generate the locale from #2 by running: locale-gen
  4. Edit the system locale file to select the locale you just generated: /etc/default/locale. For me it looked like this: LANG=en_US.UTF-8. Just that one line. Delete or comment out whatever else was in there.
  5. Save, close, reboot. Problem solved!

Quelle: Proxmox Forum

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.