How do you embed album art into an MP3 using Python?

前端 未结 5 533
Happy的楠姐
Happy的楠姐 2020-12-02 08:33

I\'ve been using mutagen for reading and writing MP3 tags, but I want to be able to embed album art directly into the file.

5条回答
  •  不思量自难忘°
    2020-12-02 09:00

    Looks like you have to add a special type of frame to the MP3. See the site on ID3 tags

    Also the tutorial for mutagen implies that you can add ID3 tags in mutagen see

提交回复
热议问题