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
我也在制作一个音乐下载器,我想知道您的这个软件里是怎么实现专辑图写入的,以及对应代码在哪里。 我平时写的代码不规范,以至于您的源码我看不懂…… 您似乎没开Discussions,所以我就只能提个issue了……
The text was updated successfully, but these errors were encountered:
你好,我印象中应该没有开专辑图写入功能,只是做了下载,下载代码在 music_dl/song.py 的 download_cover 方法里,调用了 download_file,可能部分情况下系统会自动显示缩略图。
如果你需要写入专辑图,可以使用 eyeD3, https://eyed3.readthedocs.io/en/latest/index.html
Sorry, something went wrong.
你好,我印象中应该没有开专辑图写入功能,只是做了下载,下载代码在 music_dl/song.py 的 download_cover 方法里,调用了 download_file,可能部分情况下系统会自动显示缩略图。 如果你需要写入专辑图,可以使用 eyeD3, https://eyed3.readthedocs.io/en/latest/index.html
感谢回复,目前已解决,在此顺便提醒一下各位有相同问题的,一定记得在保存属性时指定eyed版本,我就在这个问题上卡了很久
以及您说的“系统会自动显示缩略图”,个人猜测是音频文件本身就包含专辑图
No branches or pull requests
我也在制作一个音乐下载器,我想知道您的这个软件里是怎么实现专辑图写入的,以及对应代码在哪里。
我平时写的代码不规范,以至于您的源码我看不懂……
您似乎没开Discussions,所以我就只能提个issue了……
The text was updated successfully, but these errors were encountered: