Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了许多不同的方法来读取 ID3 标签,但它们似乎都不起作用,因为它们都只能在 python 2 上工作。有没有人知道一个简单的 ID3 标签读取器和写入器,最好是两者都可以,这将是一个很大的帮助。谢谢。
你可以试试交错。它是使用 Python3 实现的
https://code.google.com/p/stagger/
来源:http: //id3.org/Implementations