Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
Falcom8 opened this issue Sep 15, 2024 · 1 comment
Open
1 task done

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

Falcom8 opened this issue Sep 15, 2024 · 1 comment

Comments

@Falcom8
Copy link

Falcom8 commented Sep 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

.
Copy link

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

@Falcom8 Falcom8 changed the title [BUG] <title> [BUG] Rare characters in a filesystem mounted of a volume Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant