]> diplodocus.org Git - flac-archive/blob - CHANGES
Don't save TRACKNUMBER.
[flac-archive] / CHANGES
1 Version 6
2 2007-12-05
3 svn://diplodocus.org/projects/release/flac-archive-6
4
5 * Rewrite fa-flacd, fa-rip, and flac2mp3 in Python, now that we have
6 a decent musicbrainz library.
7
8 * flac2mp3 is now parallelizable like fa-flacd.
9
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
12 is not installed.
13
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.
16
17 * flac2mp3 copies PICTURE metadata blocks to MP3 ID3v2 APIC frames.
18
19 * Add --artist and --title options for writing candidate-tags files
20 based on artist/title rather than based on a disc.
21
22 * Patch by: Martin Michlmayr to fix offset-skipping in fa-rip.
23
24 Version 5
25 2006-04-27
26 svn://diplodocus.org/projects/release/flac-archive-5
27
28 * Store TRACKNUMBER tag in multi-file mode (oops).
29
30 Version 4
31 2006-04-19
32 svn://diplodocus.org/projects/release/flac-archive-4
33
34 * Create a separate flac file for each track; the old behavior is
35 still available with the --single-file option to fa-rip.
36
37 * Make fa-rip's MusicBrainz network queries optional.
38
39 * Bug fixes:
40 * flac2mp3 breaks with missing tags
41 * broken signal handling in fa-flacd
42 * incomplete filename sanitization
43
44 Version 3
45 2005-06-26
46 svn://diplodocus.org/projects/release/flac-archive-3
47
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.
50
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
54 operands.
55
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.
59
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.
63
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.
67
68 Version 2
69 2004-12-05
70 svn://diplodocus.org/projects/release/flac-archive-2
71
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.
75
76 * Support TITLE[1] .. TITLE[n] tag style in flac2mp3.
77
78 * Catch errors from flac or lame in flac2mp3.
79
80 * Fix quoting in how flac2mp3 runs flac and lame.
81
82 * New --quiet and --verbose options for flac2mp3, which are passed
83 on to flac and lame in the appropriate form.
84
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.
88
89 Version 1
90 2004-10-27
91 svn://diplodocus.org/projects/release/flac-archive-1