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
当手动填写歌曲网易云id后,下载歌词有误。经检查,所有歌词都是第一个输入id的歌曲的歌词 推测可能是配置文件"name"使用的是MP3文件属性内的名字而不是文件名,导致下载时歌词按照字典遍历到第一个空字符串就下载该歌词 建议配置文件中"name"用文件属性中的命名方法改为用文件名命名的方法
The text was updated successfully, but these errors were encountered:
打包几个文件给我看下
Sorry, something went wrong.
请问是打包几个没有属性内的名字的文件吗,还是配置文件?
你说的有问题的mp3文件,打包几个
Desktop.zip
No branches or pull requests
当手动填写歌曲网易云id后,下载歌词有误。经检查,所有歌词都是第一个输入id的歌曲的歌词
推测可能是配置文件"name"使用的是MP3文件属性内的名字而不是文件名,导致下载时歌词按照字典遍历到第一个空字符串就下载该歌词
建议配置文件中"name"用文件属性中的命名方法改为用文件名命名的方法
The text was updated successfully, but these errors were encountered: