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

Class vorbisComment


A class to manage simple reading and writing of vorbis tags.
Method Summary
  __init__(self, filename)
  callVorbisComment(self, cmd)
Spawns a process to vorbiscomment to handle read and write requests.
  read(self)
Read tags stored in a vorbis file.
  write(self, tagdict)
Writes a set of tags to a vorbis file.

Method Details

callVorbisComment(self, cmd='--help')

Spawns a process to vorbiscomment to handle read and write requests.

read(self)

Read tags stored in a vorbis file. Returns a dict.

write(self, tagdict)

Writes a set of tags to a vorbis file.

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