This is a simple Python module for retrieving and setting so-calledID3 tags on MP3 compressed audio files through an object-orientedinterface. MP3 players generally use this simple information fordisplay track title, artist name, and album title whi
Be the first to post a text review of ID3.py. Rate and review a project by clicking thumbs up or thumbs down in the right column.
To work together with the ogg.vorbis Python module, I've developed a new dictionary-based interface for the ID3 Python module. You can now read and write ID3 tags directly through a dictionary interface, making reading all tags at once much simpler. The example id3-tagger.py program has been updated to use this new interface, as well. Enjoy!
New dictionary-based interface, compatible with ogg.vorbis module. Default genre will be 255 if not specified, not 0 ("Blues"). Rewrote id3-tagger.py to use new dictionary-based interface (simplifies code a lot).
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?