koel / docker

A minimal docker image for the koel music streaming server.
https://hub.docker.com/r/phanan/koel/
MIT License
178 stars 54 forks source link

Fix chinese locale #90

Closed glynnt closed 3 years ago

glynnt commented 3 years ago

For song which needs ffmpeg to transcode and its path contains chinese characters, it will fail because the characters removed from the path passed to ffmpeg. This fix is to change the default locale to zh_CN.UTF-8 which fixes this issue.

glynnt commented 3 years ago

use en_US.UTF8 would be better, I will make another pull request. Thanks.