]> diplodocus.org Git - flac-archive/blob - CHANGES
All files have at least one track.
[flac-archive] / CHANGES
1 Version 6
2 2006-11-??
3 svn://diplodocus.org/projects/release/flac-archive-6
4
5 * flac2mp3 is now parallelizable like fa-flacd.
6
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
9 is not installed.
10
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.
13
14 * flac2mp3 copies PICTURE metadata blocks to MP3 ID3v2 APIC frames.
15
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.
18
19 Version 5
20 2006-04-27
21 svn://diplodocus.org/projects/release/flac-archive-5
22
23 * Store TRACKNUMBER tag in multi-file mode (oops).
24
25 Version 4
26 2006-04-19
27 svn://diplodocus.org/projects/release/flac-archive-4
28
29 * Create a separate flac file for each track; the old behavior is
30 still available with the --single-file option to fa-rip.
31
32 * Make fa-rip's MusicBrainz network queries optional.
33
34 * Bug fixes:
35 * flac2mp3 breaks with missing tags
36 * broken signal handling in fa-flacd
37 * incomplete filename sanitization
38
39 Version 3
40 2005-06-26
41 svn://diplodocus.org/projects/release/flac-archive-3
42
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.
45
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
49 operands.
50
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.
54
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.
58
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.
62
63 Version 2
64 2004-12-05
65 svn://diplodocus.org/projects/release/flac-archive-2
66
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.
70
71 * Support TITLE[1] .. TITLE[n] tag style in flac2mp3.
72
73 * Catch errors from flac or lame in flac2mp3.
74
75 * Fix quoting in how flac2mp3 runs flac and lame.
76
77 * New --quiet and --verbose options for flac2mp3, which are passed
78 on to flac and lame in the appropriate form.
79
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.
83
84 Version 1
85 2004-10-27
86 svn://diplodocus.org/projects/release/flac-archive-1