vote up 0 vote down star
2

Does anyone has an experience of reading and writing ID3 tags in an MP3 file or a WMA file? There are some libraries but I would like to do it from the scratch. :-)

flag

Duplicate: stackoverflow.com/questions/8948/… – S.Lott Apr 10 at 11:05
Related: stackoverflow.com/questions/tagged/… – S.Lott Apr 10 at 14:25

4 Answers

vote up 6 vote down check

Dive into Python uses MP3 ID3 tags as an example.

link|flag
Damn, as soon as I read this question I was going to suggest that. – Paolo Bergantino Apr 10 at 6:21
vote up 2 vote down

Mutagen http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen

eyeD3 http://eyed3.nicfit.net/

link|flag
+1 specifically for mutagen – Jeremy Michael Cantrell Apr 10 at 16:50
vote up 0 vote down

A quick google showed up http://id3-py.sourceforge.net/

Maybe this works for you ?

link|flag
You should read the question. He specifically said he would like to do it from scratch. – Simon Hartcher Apr 10 at 6:28
vote up 0 vote down

Try eyeD3, it's a program and a module.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.