问题
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. :-)
回答1:
Dive into Python uses MP3 ID3 tags as an example.
回答2:
Mutagen https://bitbucket.org/lazka/mutagen Edited 14/09/23 with current code host location
eyeD3 http://eyed3.nicfit.net/
回答3:
Try eyeD3, it's a program and a module.
回答4:
A quick google showed up http://id3-py.sourceforge.net/
Maybe this works for you ?
来源:https://stackoverflow.com/questions/736813/how-to-read-id3-tag-in-an-mp3-using-python