I have found many GPL licensed libraries for reading information from mp3s in Python. Are there any non GPL libraries?
|
|
pytagger is using a BSD license. |
||
|
|
|
|
You could use GStreamer (LGPL), but that might be a bit overkill if you only want the metadata and no playback. |
||
|
|
|
|
There's Stagger (new BSD license), pure Python 3. |
||
|
|
