Re: mp3 file length in time

2006-09-17 Thread Tim Heaney
"Jay" <[EMAIL PROTECTED]> writes: > Paul Rubin wrote: >> "Jay" <[EMAIL PROTECTED]> writes: >> > In python, I know there are a couple of modules for getting id3 info, >> > but what about the length of an mp3 file in time? Is there a way to >> > aquire that info? Most of my MP3s don't have id3 tags

Re: mp3 file length in time

2006-09-17 Thread Paul Rubin
"Jay" <[EMAIL PROTECTED]> writes: > Any tips on how to do that? You might type "python mp3" into google. That's often the fastest way to find answers of this type. -- http://mail.python.org/mailman/listinfo/python-list

Re: mp3 file length in time

2006-09-17 Thread Jay
Any tips on how to do that? Paul Rubin wrote: > "Jay" <[EMAIL PROTECTED]> writes: > > In python, I know there are a couple of modules for getting id3 info, > > but what about the length of an mp3 file in time? Is there a way to > > aquire that info? Most of my MP3s don't have id3 tags. I don't

Re: mp3 file length in time

2006-09-17 Thread Paul Rubin
"Jay" <[EMAIL PROTECTED]> writes: > In python, I know there are a couple of modules for getting id3 info, > but what about the length of an mp3 file in time? Is there a way to > aquire that info? Most of my MP3s don't have id3 tags. I don't care > for them. But I need to use python to get their

mp3 file length in time

2006-09-17 Thread Jay
In python, I know there are a couple of modules for getting id3 info, but what about the length of an mp3 file in time? Is there a way to aquire that info? Most of my MP3s don't have id3 tags. I don't care for them. But I need to use python to get their file lengths. How? -- http://mail.pyth