-
Notifications
You must be signed in to change notification settings - Fork 71
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
UI language #4
Comments
Can increase the source han sans font? |
Hi! On that link It says the latest release is about 2GB... That is too much for embedding in a docker image. Maybe It is posible to include only the most common font with chinese support? |
No..2G is full of open source content. https://github.com/adobe-fonts/source-han-sans/tree/release/ sorry my English. |
If you only need one language, you can download Region-specific Subset OTFs; |
可以自己安装一个中文字体进去,参考下面两个 |
I don't know how to test this. Leave the issue opened so any chinese user can help me integrating and testing this. PR will be accepted for this issue. |
我安装了思源黑,也成功了,还是中文不显示。 |
感谢,我用文件夹映射复制了字体文件,设置新字体后显示正常。但是发现无法在GUI界面下中文输入,正在解决2333 |
输入不了中文,你解决了吗? |
也无法复制进去东西 |
根据上面的教程成功了。安装完后要重启一下docker。 不过请教一下大家,有没有办法让tmm自动刮削监控的文件夹?即文件夹增加了新文件,tmm就自动去刮削新文件? |
中文无法输入也无法粘贴,用右上角的粘贴板会乱码,有办法解决吗? |
Thanks for the amazing work @romancin. I just did some experiments, font-noto-cjk seems supports the CJK charset better (especially Korean based on my test). Do you think we can add it to the pkg list in the Dockerfile? or we should push the change into https://www.google.com/search?client=safari&rls=en&q=jlesage/baseimage-gui&ie=UTF-8&oe=UTF-8 |
U can map the fonts from the Host like this: docker run -d --name=tinymediamanager \
-v /volume3/SSD/tinymediamanager/config:/config \
-v /volume3/SSD/fonts:/usr/share/fonts/chinese \
-v /volume5/TV_Lib:/media/TV_Lib \
-e GROUP_ID=0 -e USER_ID=0 \
-p 5800:5800 \
-p 5900:5900 \
romancin/tinymediamanager:latest I download xxx.ttf file frome https://www.freechinesefont.com/ to /volume3/SSD/fonts , |
You can use my fork for Simplified Chinese: |
don't think this is still an issue. maybe it can be closed? |
感谢 正解 |
这种解决方案仍然无法输入中文 |
no Chinese? The font family does not have enough fonts to display multiple languages.
The text was updated successfully, but these errors were encountered: