Skip to content
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

【原理上的小疑惑】如何下载专辑图至音频文件 #79

Open
TotoWang-hhh opened this issue Dec 10, 2022 · 3 comments
Open

Comments

@TotoWang-hhh
Copy link

我也在制作一个音乐下载器,我想知道您的这个软件里是怎么实现专辑图写入的,以及对应代码在哪里。
我平时写的代码不规范,以至于您的源码我看不懂……
您似乎没开Discussions,所以我就只能提个issue了……

@0xHJK
Copy link
Owner

0xHJK commented Dec 19, 2022

你好,我印象中应该没有开专辑图写入功能,只是做了下载,下载代码在 music_dl/song.py 的 download_cover 方法里,调用了 download_file,可能部分情况下系统会自动显示缩略图。

如果你需要写入专辑图,可以使用 eyeD3, https://eyed3.readthedocs.io/en/latest/index.html

@TotoWang-hhh
Copy link
Author

你好,我印象中应该没有开专辑图写入功能,只是做了下载,下载代码在 music_dl/song.py 的 download_cover 方法里,调用了 download_file,可能部分情况下系统会自动显示缩略图。

如果你需要写入专辑图,可以使用 eyeD3, https://eyed3.readthedocs.io/en/latest/index.html

感谢回复,目前已解决,在此顺便提醒一下各位有相同问题的,一定记得在保存属性时指定eyed版本,我就在这个问题上卡了很久

@TotoWang-hhh
Copy link
Author

你好,我印象中应该没有开专辑图写入功能,只是做了下载,下载代码在 music_dl/song.py 的 download_cover 方法里,调用了 download_file,可能部分情况下系统会自动显示缩略图。

如果你需要写入专辑图,可以使用 eyeD3, https://eyed3.readthedocs.io/en/latest/index.html

以及您说的“系统会自动显示缩略图”,个人猜测是音频文件本身就包含专辑图

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants