We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
摘自我不久前制作的用于将歌词嵌入 MP3 文件的脚本:
http://code.activestate.com/recipes/577138-embed-lyrics-into-mp3-files-using-mutagen-uslt-tag/
相关部分是:
另请参阅:
Taken from a script I made a while ago for embedding lyrics into MP3 files:
http://code.activestate.com/recipes/577138-embed-lyrics-into-mp3-files-using-mutagen-uslt-tag/
The relevant part is:
See also:
您检查过网络上的示例吗?其中一些应该对您有帮助。
[编辑:]
Mutagen教程非常好,因此没有添加更多信息。
dir() 提供了大部分详细信息。
使用 mutagen 将专辑封面设置为 mp3
使用 mutagen 嵌入歌词
例子
Did you check out the examples on the web. Some of these should help you.
[Edit:]
Mutagen tutorial is pretty good, hence did not add more information.
dir() provides most of the details.
For setting album cover to mp3 using mutagen
Embedding lyrics using mutagen
An example
一个简单的方法是:
如果标签没有出现,则将最后一行更改为:
An easy way to do it:
If the tags don't appear, then change the last line to: