Search code examples
pythontagsmp3id3

How to read ID3 Tag in an MP3 using Python?


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. :-)


Solution

  • Dive into Python uses MP3 ID3 tags as an example.