Parsing ID3 Tags from MP3s using Python

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 ID3 Tags from MP3s using Python Read More »