Question:

(Technically minded question) How do you read/write mp3 tags with the python programming language?

by  |  earlier

0 LIKES UnLike

I'm trying to edit the tags of mp3s in my python program. Does anyone know an easy way to do this?

 Tags:

   Report

2 ANSWERS


  1. I was just looking at this the other day. There turn out to be quite a few libraries that can do this.

    See ID3 handling on this page:

    http://wiki.python.org/moin/UsefulModule...

    There's also this library, which seems newer than any of the ones on this page:

    http://eyed3.nicfit.net/


  2. I don't know python, but I would think that you'd have to have a python library that will read the ID3 tag information from the headers of the mp3 file. That would be a place to start writing a script that could get-set those values.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.