Convert mkogg.py to use Mutagen instead of metaflac, id3v2, etc.
authorW. Trevor King <wking@drexel.edu>
Sat, 17 Dec 2011 18:39:47 +0000 (13:39 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 17 Dec 2011 18:39:47 +0000 (13:39 -0500)
commitad14ab879a866f2931eea678f4f1a7ebb3f940d2
tree6477a5f7d7637f977081ccf62bdd67be7264ff0b
parent462cc014d975a9e6c248e28228f065acfe2d0a84
Convert mkogg.py to use Mutagen instead of metaflac, id3v2, etc.

The command line tools are limited compared with Mutagen:

* metaflac doesn't support multi-line values
* id3lib (underneath id3v2) doesn't support ID3v2.4

Also, Mutagen is already a Python library, so I don't need to convert
between native Python formats and whatever the command line program
uses.

This bumps mkogg.py to version 0.3.
posts/mkogg.mdwn
posts/mkogg/mkogg.py