[Vorbis] Searching for pyvorbis docs
Marcel Martin
marcel.martin at uni-bielefeld.de
Sat Nov 11 03:26:12 PST 2006
On Friday 10 November 2006 13:29, Christian Edelmann wrote:
> I'am just leaning Python and wanted to write something useful for me, an
> recursive masstagger for ogg-vorbis files.
> My script uses pyvorbis 1.3 from the Debian testing tree. so far here is
> my Problem:
>
> The pyvorbis bindings aren't documented. As i understand the pyvorbis
> package, this is a simpe 1:1 mapping to libvorbis.
> dir(pyvorbins-oject) gives me an refernece to an C Object.
Using the pyvorbis package that used to be available at
http://www.andrewchatham.com/pyogg/, this works for me:
import ogg.vorbis
dir(ogg.vorbis) and also help(ogg.vorbis)
Read the README contained in the pyvorbis package or look at the attached very
simple Python script. Both should tell you how to read, change, and write
comment tags. If you want to do only that, then you won't need libvorbis
documentation.
Marcel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oggtag
Type: application/x-python
Size: 1283 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis/attachments/20061111/88fe134a/oggtag.bin
More information about the Vorbis
mailing list