Access and write .mp3 metadata/tags using Python 3

Michael Torrie torriem at gmail.com
Tue Nov 26 11:41:30 EST 2013


On 11/26/2013 08:41 AM, andonefilms at gmail.com wrote:
> 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.

A quick google search reveals this for the tags part:
https://wiki.python.org/moin/UsefulModules#ID3_Handling






More information about the Python-list mailing list