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

前端 未结 5 534
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:12

    Possible solution

    Are you trying to embed images into a lot of files? If so, I found a script (see the link) that goes through a set of directories, looks for images, and the embeds them into MP3 files. This was useful for me when I wanted to actually have something to look at in CoverFlow on my (now defunct) iPhone.

提交回复
热议问题