reading id3 tags with python

LaundroMat Laundro at gmail.com
Fri Nov 24 02:55:48 EST 2006


Heh, a description of the error would be nice indeed.

Just a preliminary warning: with this code you will also be parsing
directories. id3reader can't handle those ofcourse.

Better add a check such as eg:
if os.path.isfile(os.path.join(directory, file)):
        # do your thing

laundro




More information about the Python-list mailing list