Access and write .mp3 metadata/tags using Python 3

alex23 wuwei23 at gmail.com
Tue Nov 26 19:20:59 EST 2013


On 27/11/2013 1:41 AM, andonefilms at gmail.com wrote:
> I also want to be able to read the length of the mp3.

For this, try the eyed3 library:

     >>> import eyed3
     >>> mp3 = eyed3.load(r'pygame\examples\data\house_lo.mp3')
     >>> mp3.info.time_secs
     7

https://pypi.python.org/pypi/eyeD3/0.7.4




More information about the Python-list mailing list