3 svn://diplodocus.org/projects/release/flac-archive-3
5 * Create a separate flac file for each track; the old behavior is
6 still available with the --single-file option to fa-rip.
8 * Make fa-rip's MusicBrainz network queries optional.
11 * flac2mp3 breaks with missing tags
12 * broken signal handling in fa-flacd
13 * incomplete filelname sanitization
17 svn://diplodocus.org/projects/release/flac-archive-3
19 * Add support for multi-artist discs to fa-rip, which now uses the
20 TITLE[n] style of tags rather than multiple TITLE tags.
22 * flac2mp3 now supports multi-artist FLAC files, matches tag names
23 case-insensitively, supports single track (no cue sheet) files,
24 won't blow up when some input tags are missing, and takes multiple
27 * Add DISCNUMBER tag support to fa-flacd and flac2mp3. This is
28 better than putting "(disc 1)" at the end of ALBUM, though that's
29 what ends up happening for mp3s due to lame.
31 * Matthias Friedrich <matt@mafr.de> points out that
32 MusicBrainz::Client already exposes the TOC info fa-rip needs.
33 Use that instead of the external mkcue program.
35 * Matthias also points out that he has added release date support to
36 MusicBrainz::Client-0.09. Require that version and add release
37 date support to fa-rip.
41 svn://diplodocus.org/projects/release/flac-archive-2
43 * Add support for running a post-processor hook after encoding to
44 flac is finished; this can be handy for automatically running
45 flac2mp3, moving the output to another location, etc.
47 * Support TITLE[1] .. TITLE[n] tag style in flac2mp3.
49 * Catch errors from flac or lame in flac2mp3.
51 * Fix quoting in how flac2mp3 runs flac and lame.
53 * New --quiet and --verbose options for flac2mp3, which are passed
54 on to flac and lame in the appropriate form.
56 * New flac2mp3 option, --lame-options, for passing additional
57 options to lame; --preset standard is now only the default rather
58 than hard-coded behavior.
62 svn://diplodocus.org/projects/release/flac-archive-1