How do I read file attributes?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Extemp
    New Member
    • May 2010
    • 1

    How do I read file attributes?

    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!
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Yes. This link should give you the information you need.

    Comment

    Working...