Oggify 2.0 Beta 1
The development version of Oggify is working well. I took some time this weekend to hammer out some bugs and verify basic operation. I assume more bugs are left to be found. Oggify is only dependent on mutagen, tested as far back as version 1.11.
Installation
- Get the latest from the git repository or download a tar file
-
If you want a normal install run
python setup.py installas root. -
Otherwise, simply copy the
oggifyandtag_wrapperdirectories to you Python path, and use the script found inbin/oggify.
Usage
Oggify has changed a bit. oggify --help should give you a simple run down, but it is a bit lacking still. Here's how some old commands convert:
-
oggify --mp3 src dstis nowoggify -o mp3 src dst -
oggify -s src dst(silent) is nowoggify src dst &> /dev/null -
oggify --mp3 --enc-type cbr src dst ...
Oggify 2.0 Beta 2
Oggify is receiving a minor update to fix an error with the MP3 tagging system. Looks like it is working well.
Grab the tar and try it out. Please send any errors to me. Thanks.
PS The gitweb interface is giving me a headache, and you can't actually use git against http://git.scottr.org/oggify.git. No idea why, and I don't have time to look at it.
Update: Oggify 2.0 Beta 3 is out to fix a dumb error with symlinks.
Oggify 2.0 Beta 3
Man, open source development happens so fast. In any case, Oggify has now gone to beta 3. Download the tar and try it out. It fixes a bug when following symlinks.

