makeflac ChangeLog v0.6g - 2008-06-02 ================== - Add support for GENRE tag - Various whitespace handling fixes v0.6f - 2007-01-26 ================== - Indicate when ReplayGain calculations begin/end - Remove double quotes in SOURCEMEDIA tag v0.6e - 2006-12-30 ================== - Fix more whitespace-handling bugs - Only set DISCNUMBER if the album is part of a multi-disc set v0.6d - 2006-12-12 ================== - Properly add album ReplayGain to tracks by --add-replay-gain to all tracks at the end - Replace '&' with "and" in file names by default - Fix handling of whitespace within certain tags - Only set DISCNUMBER if the album is part of a multi-disc set v0.6c - 2005-04-25 ================== - Fixed a minor typo in setting COMMENT - Better handling of song titles with parentheses - FIXME: ripping of select tracks from a disc is (still) broken, so --tracks is disabled for now v0.6b - 2004-06-15 ================== - Renamed NUM_CPUS to much more descriptive MAX_ENCODE_PROCS - Added DISCNUMBER, COMMENT, LOCATION, and SOURCEMEDIA to supported vorbis comments - Improved documentation v0.6 - 2004-06-07 ================== - Much-improved multiprocessor support: set NUM_CPUS accordingly (default is 2) - Removed musicbrainz support due to the fact that it cannot be used offline - Faster startup, cleaner output v0.5 - 2003-10-06 ================== - Added support for multiple artists on a single album: Artist_Name \ Song_Name v0.4d - 2003-08-24 ================== - Add --tracks option to specify a range of tracks per disc v0.4c - 2003-08-21 ================== - Fix commenting bug where extra double quotes were being written - Code cleanup v0.4b - 2003-08-20 ================== - Added preliminary code for MusicBrainz AlbumID and ArtistID (not enabled) - Added time logging output - Fix logging to .log (track information is grouped properly) - Fix default CD-ROM device to /dev/cdrom - Fix CDDB-ID format (dropped the '0x' prefix) - Remove LEADOUT and BEGIN_SECTOR tags (these can be found in .info) - SMP code speedup v0.4 - 2003-08-18 ================== - Added AIFF support (note: trm won't work with AIFF) - Added preliminary SMP support (rip WAVs, then encode 2 FLACs at once) - Added '-s' to $FLAC_OPTS - TRM hashes disabled for PPC regardless of the presence of a trm executable - Code cleanup v0.3 - 2003-08-15 ================== - MASSIVE code update and cleanup - Added support for cdrtools-2.x - Added --cddb, --cdindex, and --mcn options - Added TRM support (works on x86, couldn't get trm to work on PPC) - Removed support for cdrtools-1.x - Merged --wavs-only into --skip-rip - Can parse .info much better v0.2b - 2003-07-31 ================== - Added --wavs-only option so that unnecessary programs aren't executed when a CD isn't present - Fixed --skip-rip v0.2 - 2003-03-29 ================== - Added support for multiple-disc albums - Added new options ( --album --artist --date --discs -h|--help --skip-rip t|--test -v|--version ) - Can now skip the ripping process (useful if the CD is scratched and needs to be repaired) - Code cleanup v0.1c - 2003-02-02 ================== - Added "--replay-gain" to default flac options for flac-1.1.0 - Fixed default track naming to ${TRACKNUMBER}-${TITLE}.flac v0.1b - 2003-01-12 ================== - Initial release