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
问题描述(Question description) 歌曲文件名带英文问号会报错 (win系统无法创建有英文问号的文件)
使用的环境(Environment)
截图
修改建议 英文问号自动替换为中文问号 或 自动删除英文问号
The text was updated successfully, but these errors were encountered:
music.py line 198 改为outfile = self.fullname.replace("?","")
music.py
outfile = self.fullname.replace("?","")
Sorry, something went wrong.
修复Windows下英文问号的文件无法保存的bug #21
481a469
多谢建议 问题已修复
No branches or pull requests
问题描述(Question description)
歌曲文件名带英文问号会报错
(win系统无法创建有英文问号的文件)
使用的环境(Environment)
截图
修改建议
英文问号自动替换为中文问号
或
自动删除英文问号
The text was updated successfully, but these errors were encountered: