You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I honestly don't think it's a bug, I just don't know how to configure it to avoid this error, maybe you can help me.
I have a docker container running on a Synology nas, and when I mount volumes in the plex container, if the files have Spanish characters it shows me weird characters. I've tried updating the container's environment variables to select the correct server locations, but it's still the same, any ideas?
Expected Behavior
No response
Steps To Reproduce
Adding volumes of the synology stores with files with spanish characters like ñ,á,é,í...
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
I honestly don't think it's a bug, I just don't know how to configure it to avoid this error, maybe you can help me.
I have a docker container running on a Synology nas, and when I mount volumes in the plex container, if the files have Spanish characters it shows me weird characters. I've tried updating the container's environment variables to select the correct server locations, but it's still the same, any ideas?
Expected Behavior
No response
Steps To Reproduce
Adding volumes of the synology stores with files with spanish characters like ñ,á,é,í...
Environment
CPU architecture
x86-64
Docker creation
services: plex: image: lscr.io/linuxserver/plex:latest container_name: plex environment: - PLEX_UID=1026 - PLEX_GID=100 - TZ=Europe/Madrid - VERSION=docker - PLEX_CLAIM=** - LANGUAGE=es_ES.UTF-8 - LANG=es_ES.UTF-8 volumes: - /volume1/docker/data_plex:/config - /volume2/video/:/video restart: unless-stopped
Container logs
.
The text was updated successfully, but these errors were encountered: