Re: process mp3 file

2010-03-05 Thread vanam
On Mar 3, 3:43 pm, asit wrote: > > Define "processing". > > getting the title, song name, etc of the file and updating in a > database Other possibility can be passing out the extension of the file and directory where the files are present, using os.walk we can extract the file name by filtering

Re: process mp3 file

2010-03-03 Thread Chris Rebert
On Wed, Mar 3, 2010 at 2:43 AM, asit wrote: >> Define "processing". > > getting the title, song name, etc of the file and updating in a > database You'd want an ID3 tag library then. Here's one: http://eyed3.nicfit.net/ Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailma

Re: process mp3 file

2010-03-03 Thread asit
> Define "processing". getting the title, song name, etc of the file and updating in a database -- http://mail.python.org/mailman/listinfo/python-list

Re: process mp3 file

2010-03-03 Thread Chris Rebert
On Wed, Mar 3, 2010 at 12:33 AM, asit wrote: > Somebody suggest me a python library for processing mp3 file.  Here I > don't want to play the file. Define "processing". Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list

process mp3 file

2010-03-03 Thread asit
Somebody suggest me a python library for processing mp3 file. Here I don't want to play the file. Thank you -- http://mail.python.org/mailman/listinfo/python-list