On Mar 3, 3:43 pm, asit <lipu... at gmail.com> 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 the .mp3 extension.