Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reading ID3 Tags in Python 3

I'm stuck. I'm trying to find a way to read ID3 tags in an MP3 & FLAC files in Python 3. Everywhere I turn, the answer is about some library or module that only works in Python 2, including questions I've found on this subject here at StackOverflow. Does anyone know of a module that works with Python 3?

like image 927
Zamphatta Avatar asked Dec 06 '25 12:12

Zamphatta


2 Answers

Check out this project called stagger !

like image 63
Shonu93 Avatar answered Dec 09 '25 20:12

Shonu93


I had the same problem, so I wrote my own library, supports MP3 and OGG files, take a look to the documentation:

http://pytag.rtfd.org

like image 27
José Luis Avatar answered Dec 09 '25 19:12

José Luis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!