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

前端 未结 5 529
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

    A nice small CLI tool which helped me a lot with checking what I did while developing id3 stuff is mid3v2 which is the mutagen version of id3v2. It comes bundled with the Python mutagen library. The source of this little tool gave me also lots of answers about how to use mutagen.

提交回复
热议问题