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
歌词与歌曲不匹配,使用CSV时出现乱码,多次测试时同一首歌曲匹配的LRC也不一定相同(同时也都是错的)
The text was updated successfully, but these errors were encountered:
能否提供 csv 文件?
Sorry, something went wrong.
a.csv
使用的命令:
.\ZonyLrcTools.Cli.exe download -sc csv -o "X:\TempFiles" -f "X:\a.csv" -l
乱码问题导致的歌曲信息识别问题,该原因是由于 csv 文件编码为 gb2312 导致,默认程序是以 utf-8 读取 csv 文件的,所以乱码,该问题已经修复。
fix: Fixed the garbled text issue caused by the CSV file encoding. (#156
c3d98d6
)
real-zony
No branches or pull requests
歌词与歌曲不匹配,使用CSV时出现乱码,多次测试时同一首歌曲匹配的LRC也不一定相同(同时也都是错的)
The text was updated successfully, but these errors were encountered: