vote up 1 vote down star

I have found many GPL licensed libraries for reading information from mp3s in Python. Are there any non GPL libraries?

flag

3 Answers

vote up 1 vote down check

pytagger is using a BSD license.

link|flag
vote up 0 vote down

You could use GStreamer (LGPL), but that might be a bit overkill if you only want the metadata and no playback.

link|flag
vote up 1 vote down

There's Stagger (new BSD license), pure Python 3.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.