We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当我在使用的时候发现,中文目录是乱码的。虽然乱码也不影响转码功能的使用,但是对文件的查找非常的不方便,希望能添加对中文目录字符的支持
The text was updated successfully, but these errors were encountered:
or any unicode chars for that matter please
Sorry, something went wrong.
version: '3.9' services: handbrake: image: jlesage/handbrake:latest container_name: handbrake restart: unless-stopped network_mode: bridge cap_add: - SYS_NICE devices: - /dev/dri environment: TZ: Asia/Shanghai USER_ID: 1000 GROUP_ID: 100 LANG: zh_CN.UTF-8 KEEP_APP_RUNNING: 1 PACKAGES_MIRROR: https://mirrors.aliyun.com/alpine/ CONTAINER_DEBUG: 1 WEB_AUDIO: 1 VNC_PASSWORD: 12345678 HANDBRAKE_DEBUG: 1 AUTOMATED_CONVERSION: 0 ENABLE_CJK_FONT: 1 #这一行参数即可支持中文目录 AUTOMATED_CONVERSION_KEEP_SOURCE: 1 AUTOMATED_CONVERSION_OUTPUT_SUBDIR: SAME_AS_SRC ports: - '5800:5800' volumes: - /vol1/1000/tools/handbrake/config:/config - /vol1/1000/tools/handbrake/watch:/watch - /vol1/1000/tools/handbrake/trash:/trash - /vol2/1000/video2:/output - /vol2/1000/video2:/storage - /vol1:/vol1:rslave - /vol2:/vol2:rslave logging: options: max-size: "5m" max-file: "5"
Did setting the ENABLE_CJK_FONT environment variable 1 fix your problem ?
ENABLE_CJK_FONT
1
No branches or pull requests
Idea
当我在使用的时候发现,中文目录是乱码的。虽然乱码也不影响转码功能的使用,但是对文件的查找非常的不方便,希望能添加对中文目录字符的支持
The text was updated successfully, but these errors were encountered: