wv2ogg is a bash command line script that encodes wavpack files to Ogg Vorbis files. While doing so, it can also transfer all tags and replaygain information from the wavpack files to the Ogg Vorbis files.
A fairly simple bashscript that runs through every .m4a file in the current directory, converts them to .mp3, then deletes the originals. Depends on faad and lame. Future updates will traverse subdirectories recursively to convert entire libraries.
LOLY stands for "lossless to loosely", which is a bashscript decode the lossless audio file, split the wavchunk and encode the split wav file into loosely encoded files with automatic tagging support (m4a only so far) according to the CUE sheet file.