Thu 22 Apr 2010
Parsing ID3 Tags from MP3s using Python
Posted by Mike under Cross-Platform, Python
View Comments
While working on my Python mp3 player I realized I needed to research what Python had to offer for parsing ID3 tags. There are tons of projects out there, but most of them appear to be either dead, don’t have documentation or both. In this post, you will discover the wild world of MP3 tag parsing in Python along with me and we’ll see if we can find something that I can use to enhance my mp3 player project. (more…)