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
After digging around trying to resolve problems importing audio files with non-ascii filenames and/or metada, I discovered that this issue appears to be specific to this docker install.
root@45943352705b:/var/log/airtime# python -c "import locale; print locale.getpreferredencoding()" ANSI_X3.4-1968
The text was updated successfully, but these errors were encountered:
03c1a17
Merge pull request #9 from frecuencialibre/pythonencoding
4818a6a
Set UTF-8 python character encoding Fixes #8
Update Dockerfile
d2dd73a
Added UTF-8 for ID3 tags and Filenames - Untested. Source: ned-kelly/docker-multicontainer-libretime#8
No branches or pull requests
After digging around trying to resolve problems importing audio files with non-ascii filenames and/or metada, I discovered that this issue appears to be specific to this docker install.
The text was updated successfully, but these errors were encountered: