3 svn://diplodocus.org/projects/release/flac-archive-6
5 * flac2mp3 is now parallelizable like fa-flacd.
7 * flacsplit is a new Perl script to split single-file whole-disc
8 FLAC files into per-track FLAC files; it's just a quick hack, and
11 * fa-rip now tries to find cover art and store it in a (new in flac
12 1.1.3) FLAC PICTURE metadata block.
14 * flac2mp3 copies PICTURE metadata blocks to MP3 ID3v2 APIC frames.
16 * Now that we have a decent musicbrainz library for Python, we can
17 ditch Perl. fa-flacd, fa-rip, and flac2mp3 are now Python.
21 svn://diplodocus.org/projects/release/flac-archive-5
23 * Store TRACKNUMBER tag in multi-file mode (oops).
27 svn://diplodocus.org/projects/release/flac-archive-4
29 * Create a separate flac file for each track; the old behavior is
30 still available with the --single-file option to fa-rip.
32 * Make fa-rip's MusicBrainz network queries optional.
35 * flac2mp3 breaks with missing tags
36 * broken signal handling in fa-flacd
37 * incomplete filename sanitization
41 svn://diplodocus.org/projects/release/flac-archive-3
43 * Add support for multi-artist discs to fa-rip, which now uses the
44 TITLE[n] style of tags rather than multiple TITLE tags.
46 * flac2mp3 now supports multi-artist FLAC files, matches tag names
47 case-insensitively, supports single track (no cue sheet) files,
48 won't blow up when some input tags are missing, and takes multiple
51 * Add DISCNUMBER tag support to fa-flacd and flac2mp3. This is
52 better than putting "(disc 1)" at the end of ALBUM, though that's
53 what ends up happening for mp3s due to lame.
55 * Matthias Friedrich <matt@mafr.de> points out that
56 MusicBrainz::Client already exposes the TOC info fa-rip needs.
57 Use that instead of the external mkcue program.
59 * Matthias also points out that he has added release date support to
60 MusicBrainz::Client-0.09. Require that version and add release
61 date support to fa-rip.
65 svn://diplodocus.org/projects/release/flac-archive-2
67 * Add support for running a post-processor hook after encoding to
68 flac is finished; this can be handy for automatically running
69 flac2mp3, moving the output to another location, etc.
71 * Support TITLE[1] .. TITLE[n] tag style in flac2mp3.
73 * Catch errors from flac or lame in flac2mp3.
75 * Fix quoting in how flac2mp3 runs flac and lame.
77 * New --quiet and --verbose options for flac2mp3, which are passed
78 on to flac and lame in the appropriate form.
80 * New flac2mp3 option, --lame-options, for passing additional
81 options to lame; --preset standard is now only the default rather
82 than hard-coded behavior.
86 svn://diplodocus.org/projects/release/flac-archive-1