Re: Access and write .mp3 metadata/tags using Python 3

2013-11-26 Thread andonefilms
> > There are a couple libraries that ease that[1]. Matters are > > complicated by the fact that there are two different versions of ID3 > > tags, v1 and v2. However most of those libraries should handle them > > just fine. > > > > Also, I don't believe that the playtime length is actuall

Access and write .mp3 metadata/tags using Python 3

2013-11-26 Thread andonefilms
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