On 11/26/2013 08:41 AM, andonefi...@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 -- https://mail.python.org/mailman/listinfo/python-list