Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60525
| Date | 2013-11-26 09:41 -0700 |
|---|---|
| From | Michael Torrie <torriem@gmail.com> |
| Subject | Re: Access and write .mp3 metadata/tags using Python 3 |
| References | <07682b1c-ae9a-4d0b-878e-abef0eb15f8a@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3248.1385484124.18130.python-list@python.org> (permalink) |
On 11/26/2013 08:41 AM, andonefilms@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Access and write .mp3 metadata/tags using Python 3 andonefilms@gmail.com - 2013-11-26 07:41 -0800
Re: Access and write .mp3 metadata/tags using Python 3 Tim Chase <python.list@tim.thechases.com> - 2013-11-26 09:59 -0600
Re: Access and write .mp3 metadata/tags using Python 3 andonefilms@gmail.com - 2013-11-26 09:10 -0800
Re: Access and write .mp3 metadata/tags using Python 3 Michael Torrie <torriem@gmail.com> - 2013-11-26 10:22 -0700
Re: Access and write .mp3 metadata/tags using Python 3 Michael Torrie <torriem@gmail.com> - 2013-11-26 09:41 -0700
Re: Access and write .mp3 metadata/tags using Python 3 alex23 <wuwei23@gmail.com> - 2013-11-27 10:20 +1000
csiph-web