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

希望能添加对中文目录的支持 #385

Open
TonyCandy opened this issue Nov 9, 2024 · 3 comments
Open

希望能添加对中文目录的支持 #385

TonyCandy opened this issue Nov 9, 2024 · 3 comments

Comments

@TonyCandy
Copy link

Idea

当我在使用的时候发现,中文目录是乱码的。虽然乱码也不影响转码功能的使用,但是对文件的查找非常的不方便,希望能添加对中文目录字符的支持
微信图片_20241109080400

@GCustom
Copy link

GCustom commented Dec 25, 2024

or any unicode chars for that matter please

@TonyCandy
Copy link
Author

TonyCandy commented Dec 26, 2024

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"

@jlesage
Copy link
Owner

jlesage commented Dec 29, 2024

Did setting the ENABLE_CJK_FONT environment variable 1 fix your problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants