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
In automated conversion the Log shows message:
[autovideoconverter] find: ‘/watch/TV Shows/Sh?gun (2024) {imdb-tt2788316}’: No such file or directory
The name of the folder:
Shōgun (2024) {imdb-tt2788316}
The automated conversion has trouble reading folders names with UTF8 characters. The parameter LANG is en_US.UTF8
This behavior does not happend when using the UI being able to perform the conversion correctly.
The automated conversion works as expected when no UTF8 characters are in the name.
Expected Behavior
The autoamted conversion can read and keep the UTF8 characters on the name folders.
Steps To Reproduce
Create a folder with name:
Shōgun (2024) {imdb-tt2788316}
Today’s Menu for the Emiya Family (2017) {imdb-tt7954970}
[cont-init ] 89-info.sh: terminated successfully.
[cont-init ] all container initialization scripts executed.
[init ] giving control to process supervisor.
[supervisor ] loading services...
[supervisor ] loading service 'default'...
[supervisor ] loading service 'app'...
[supervisor ] loading service 'gui'...
[supervisor ] loading service 'xvnc'...
[supervisor ] loading service 'certsmonitor'...
[supervisor ] service 'certsmonitor' is disabled.
[supervisor ] loading service 'openbox'...
[supervisor ] loading service 'nginx'...
[supervisor ] loading service 'logrotate'...
[supervisor ] loading service 'logmonitor'...
[supervisor ] service 'logmonitor' is disabled.
[supervisor ] loading service 'autovideoconverter'...
[supervisor ] all services loaded.
[supervisor ] starting services...
[supervisor ] starting service 'xvnc'...
[xvnc ] Xvnc TigerVNC 1.13.1 - built Dec 21 2023 00:54:05
[xvnc ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)
[xvnc ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc ] Underlying X server release 12014000
[xvnc ] Sun May 26 23:57:44 2024
[xvnc ] vncext: VNC extension running!
[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
[xvnc ] vncext: created VNC server for screen 0
[supervisor ] starting service 'openbox'...
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[supervisor ] starting service 'app'...
[supervisor ] starting service 'autovideoconverter'...
[supervisor ] all services started.
[autovideoconverter] find: ‘/watch/TV Shows/Sh?gun (2024) {imdb-tt2788316}’: No such file or directory
Container inspect
No response
Anything else?
This seems to be an issue with how the service read the folders and filenames as it is missing locale in the Alpine distribution.
This cases issues when accessing folders with ' or & or similar characters.
I would be great if the distirbution could also include the locales at least for en_en.UTF8 .
This may be of help: https://github.com/Auswaschbar/alpine-localized-docker
Arturoe1
changed the title
[Bug] Provide a short description of the bug here
[Bug] Automatic conversion not able to read UTF8 characters in folders/file names ( ' or & )
May 26, 2024
Current Behavior
In automated conversion the Log shows message:
[autovideoconverter] find: ‘/watch/TV Shows/Sh?gun (2024) {imdb-tt2788316}’: No such file or directory
The name of the folder:
Shōgun (2024) {imdb-tt2788316}
The automated conversion has trouble reading folders names with UTF8 characters. The parameter LANG is en_US.UTF8
This behavior does not happend when using the UI being able to perform the conversion correctly.
The automated conversion works as expected when no UTF8 characters are in the name.
Expected Behavior
The autoamted conversion can read and keep the UTF8 characters on the name folders.
Steps To Reproduce
Create a folder with name:
Shōgun (2024) {imdb-tt2788316}
Today’s Menu for the Emiya Family (2017) {imdb-tt7954970}
run autoconversion - Error is shown in the logs.
Environment
Container creation
handbrake:
image: jlesage/handbrake
ports:
- 5800:5800
container_name: handbrake
restart: always
environment:
- KEEP_APP_RUNNING=1
- DARK_MODE=1
- AUTOMATED_CONVERSION=1
- AUTOMATED_CONVERSION_KEEP_SOURCE=0
- AUTOMATED_CONVERSION_OUTPUT_SUBDIR=SAME_AS_SRC
- AUTOMATED_CONVERSION_OVERWRITE_OUTPUT=1
- AUTOMATED_CONVERSION_CHECK_INTERVAL=5
volumes:
- C:\Docker\Handbrake\config:/config:rw
- PlexData:/storage:rw
- PlexData:/trash:rw
- Plex:/watch:rw
- Plex:/output:rw
Container log
Container inspect
No response
Anything else?
This seems to be an issue with how the service read the folders and filenames as it is missing locale in the Alpine distribution.
This cases issues when accessing folders with ' or & or similar characters.
I would be great if the distirbution could also include the locales at least for en_en.UTF8 .
This may be of help:
https://github.com/Auswaschbar/alpine-localized-docker
This could also help to inlcude the locales in the dockerfile
https://grrr.tech/posts/2020/add-locales-to-alpine-linux-docker-image/
The text was updated successfully, but these errors were encountered: