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.
我正在尝试从 mp3 文件打印标签。但我找不到任何方法来做到这一点。
import eyeD3 tag = eyeD3.Tag() tag.link("/some/file.mp3") print tag.getArtist() print tag.getAlbum() print tag.getTitle()
我使用了这段代码,但它不起作用。有没有办法解决这个问题或使用 eyed3 打印标签的任何其他方式?