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 ...

