-
Notifications
You must be signed in to change notification settings - Fork 286
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
encoding bug of windows 10, python3 with eyed3 0.8.5 #165
Comments
Can you give more details of how to reproduce this? |
I can reproduce it as below with: python: 3.10
|
Merging into #287 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it does work in python3, win10 with eyed3 0.8.5. it can not open a offending filename like '1호선 뮤직 - 열대야.mp3'. all that is because the code for open a file with encode('utf8') in magic.py. And i have fix that. you can check pull request.
The text was updated successfully, but these errors were encountered: