Python: What is the most feature-rich library for loading audio metadata from various formats?
Posted
by Dan Forono
on Stack Overflow
See other posts from Stack Overflow
or by Dan Forono
Published on 2010-06-06T19:42:47Z
Indexed on
2010/06/06
19:52 UTC
Read the original article
Hit count: 268
I'm looking for a good, feature-rich, library for reading metadata from various audio formats (MP3, FLAC, OGG, WAV, etc.). I have already looked at Mutagen, but the documentation is nearly nonexistent, and it seems incapable of loading basic information such as artist and audio title.
© Stack Overflow or respective owner