I want to be able to read + edit file attributes with python. Is this possible?
For instance, I have a file, Tetris Remix.mp3
Could I change it's title, or album, etc with python code?
I'm using windows 7, and python 2.6.4. if that helps. Also, I am specifically trying to read/alter the attributes/properties of mp3 files, although a solution for all filetypes would be most helpful.
Thanks in advance!