Package Peapod :: Module tagging :: Class id3Comment
[show private | hide private]
[frames | no frames]

Class id3Comment


A class to manage simple reading and writing of id3 tags.
Method Summary
  __init__(self, filename, taglist)
  read(self)
Read id3 tags stored in mp3 file.
  write(self, tagdict, encoding)
Writes id3 tags to mp3 file.

Method Details

read(self)

Read id3 tags stored in mp3 file. Tags are restricted to the subset configured in the constructor. Returns a dict.

write(self, tagdict, encoding)

Writes id3 tags to mp3 file.

Generated by Epydoc 2.1 on Sun Feb 13 06:25:12 2011 http://epydoc.sf.net