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