linuxserver / docker-plex

GNU General Public License v3.0
1.18k stars 208 forks source link

[BUG] Rare characters in a filesystem mounted of a volume #406

Open Falcom8 opened 1 month ago

Falcom8 commented 1 month ago

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?

image

Expected Behavior

No response

Steps To Reproduce

Adding volumes of the synology stores with files with spanish characters like ñ,á,é,í...

Environment

- OS:
- How docker service was installed:

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

.
github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 2 weeks ago

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.