]> diplodocus.org Git - flac-archive/blob - CHANGES
Support multi- and single- file modes.
[flac-archive] / CHANGES
1 Version 3
2 2005-06-26
3 svn://diplodocus.org/projects/release/flac-archive-3
4
5 * Add support for multi-artist discs to fa-rip, which now uses the
6 TITLE[n] style of tags rather than multiple TITLE tags.
7
8 * flac2mp3 now supports multi-artist FLAC files, matches tag names
9 case-insensitively, supports single track (no cue sheet) files,
10 won't blow up when some input tags are missing, and takes multiple
11 operands.
12
13 * Add DISCNUMBER tag support to fa-flacd and flac2mp3. This is
14 better than putting "(disc 1)" at the end of ALBUM, though that's
15 what ends up happening for mp3s due to lame.
16
17 * Matthias Friedrich <matt@mafr.de> points out that
18 MusicBrainz::Client already exposes the TOC info fa-rip needs.
19 Use that instead of the external mkcue program.
20
21 * Matthias also points out that he has added release date support to
22 MusicBrainz::Client-0.09. Require that version and add release
23 date support to fa-rip.
24
25 Version 2
26 2004-12-05
27 svn://diplodocus.org/projects/release/flac-archive-2
28
29 * Add support for running a post-processor hook after encoding to
30 flac is finished; this can be handy for automatically running
31 flac2mp3, moving the output to another location, etc.
32
33 * Support TITLE[1] .. TITLE[n] tag style in flac2mp3.
34
35 * Catch errors from flac or lame in flac2mp3.
36
37 * Fix quoting in how flac2mp3 runs flac and lame.
38
39 * New --quiet and --verbose options for flac2mp3, which are passed
40 on to flac and lame in the appropriate form.
41
42 * New flac2mp3 option, --lame-options, for passing additional
43 options to lame; --preset standard is now only the default rather
44 than hard-coded behavior.
45
46 Version 1
47 2004-10-27
48 svn://diplodocus.org/projects/release/flac-archive-1