I've tried many different ways to read ID3 tags but none of them seem to work due to the fact that they all to only work on python 2. Does anyone know a simple ID3 tag reader and writer, preferibly one that could do both, it would be a great help. Thanks.
Asked
Active
Viewed 447 times
1 Answers
0
You can try Stagger. It is implemented using Python3
https://code.google.com/p/stagger/
Source: http://id3.org/Implementations

Fakhruddin
- 43
- 1
- 5
-
Can you add a link to a tutorial? – Ecko Apr 15 '16 at 16:25