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.
如何使用 python 模块访问 mp3 的歌词标签?假设 mp3 已经有歌词标签,里面填满了曲目的歌词。
有一个名为 eyeD3 的模块
import eyeD3 tag = eyeD3.Tag() tag.link("/some/file.mp3") print tag.getArtist() ...