How to read ID3 Tag in an MP3 using Python? [closed]

久未见 提交于 2019-12-20 09:37:42

问题


Does anyone has an experience of reading and writing ID3 tags in an MP3 file or a WMA file? There are some libraries but I would like to do it from the scratch. :-)


回答1:


Dive into Python uses MP3 ID3 tags as an example.




回答2:


Mutagen https://bitbucket.org/lazka/mutagen Edited 14/09/23 with current code host location

eyeD3 http://eyed3.nicfit.net/




回答3:


Try eyeD3, it's a program and a module.




回答4:


A quick google showed up http://id3-py.sourceforge.net/

Maybe this works for you ?



来源:https://stackoverflow.com/questions/736813/how-to-read-id3-tag-in-an-mp3-using-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!