Dive Into Python also has a little tutorial/code for reading and editing mp3 tags. http://www.diveintopython.org/object_oriented_framework/index.html
-JBOn 10/10/06, Max Erickson <[EMAIL PROTECTED]> wrote:
Karlo Lozovina <[EMAIL PROTECTED]> wrote:> I'm looking for a Python lib which can read and _w
Karlo Lozovina <[EMAIL PROTECTED]> wrote:
> I'm looking for a Python lib which can read and _write_ ID3v1 and
> ID3v2 tags, and as well read as much as possible data from MP3
> file (size, bitrate, samplerate, etc...).
>
> MP3 reproduction is of no importance...
>
Try mutagen:
http://www.sacre