Access and write .mp3 metadata/tags using Python 3

andonefilms at gmail.com andonefilms at gmail.com
Tue Nov 26 10:41:24 EST 2013


Hey everyone.

I'm trying to figure out how to get python to access the properties section of an mp3 file. When you right click an mp3 file and go to properties you can edit the title, album, and things like that.  I also want to be able to read the length of the mp3.

Is there a pythonic way to do this? I asked a professor of mine and he said to look into the OS module. 

Any help is much appreciated!

Thank you

Tyler



More information about the Python-list mailing list