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