[Module] mp3info.py-0.3

Marc Lindahl marc@bowery.com
Fri, 11 May 2001 12:18:56 -0400 (EDT)


                             mp3info.py-0.3                             
                             --------------                             

module to analyze/filter/deal with mp3 audio file information tags (id3
and header) in a "filter" format.

This module allows you to create a string which holds an mp3 file, and
has some extra data to easily read the header and id3 tag info. Also,
it's set up to easily change the id3 information and output a new string
with the new information.

In the future it could be extended to be able to modify the header info
too, but that would mean walking the entire file, since the header is
stored in every frame.

adapted from MP3infor.py (Eduardo Roldan) by Marc Lindahl


       URL:  http://www.zope.org/Members/bowerymarc/
  Download:  http://www.zope.org/Members/bowerymarc/mp3info-0.3.tgz

   License:  GPL

  Categories:  Sound/Audio

Marc Lindahl (marc@bowery.com)
http://bowery.com

--
<a href="http://www.zope.org/Members/bowerymarc/">mp3info.py-0.3</a> --
module to analyze/filter/deal with mp3 audio file information tags (id3
and header) in a "filter" format.