id3tag?? (newbie)

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Wed Jul 7 03:07:40 EDT 2004


dj.paul.sutcliffe wrote:
> Hi, how can i manage the id3tag from mp3 files, i'm a
> dj and i have to deal with a lot of songs, so, i'm
> trying to develope a managment software that allow me
> to modificate a bunch of mp3 files... i'll apreciatte
> any help. Thanks!

Hi,

I've looked into the Python ID3 libraries just recently. Most of them
use either v1 or v2, the only one I came over that uses both is
pyid3lib, a wrapper around the id3lib library.

I used it to write both a script to batch-modify tags (set all artist
fields to the same value, ask for title) and one to synchronize
information in filename and ID3 tag. Some files don't have a tag, but
you can retrieve the information from the filename, while some others
have correct tags but a malformed filename. This second script of mine
tries to find these differences and bring the two sources of information
to sync.

Reinhold

-- 
Wenn eine Linuxdistribution so wenig brauchbare Software wie Windows
mitbrächte, wäre das bedauerlich.  Was bei Windows der Umfang eines
"kompletten Betriebssystems" ist, nennt man bei Linux eine Rescuedisk.
  -- David Kastrup in de.comp.os.unix.linux.misc



More information about the Python-list mailing list