Commit graph

38 commits

Author SHA1 Message Date
wiz
4e987cee36 Update to 2.7.1:
abcde 2.7.1

  * Rebuild of the abcde Makefile. Thanks to Reuben Thomas and Steve
    McIntyre as well as ReaperX7, bobzilla, 55020, GazL and dugan from
    the Slackware Forums. This closes Issue 4:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=4
  * Fix incorrect use of 'break'. Thanks to Reuben Thomas for the
    bug report and fix which closes Issue 6:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=6
  * Make older versions of id3 happy when 'Genre' field is empty.
    Thanks to Martin Husemann for the fix which closes Issue 8:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=8
  * Add YEAR and GENRE variables to do_getalbumart(). Thanks to
    Johannes Gernemann for this patch which closes issue 9:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=9
  * Support added for encoding to True Audio using tta while still
    supporting the older ttaenc. Tagging is with mid3v2.
  * Support added for encoding to MPEG-1 Audio Layer II (mp2)
    with either twolame or FFmpeg / avconv. Tagging with mid3v2.
  * Encoding to WavPack with FFmpeg. Some slight changes to WavPack
    syntax with backward compatibility built in for abcde 2.7.
  * Encoding to m4a container with FFmpeg or avconv. This allows
    for alac encoding with FFmpeg's reverse engineered alac encoder.
  * AAC encoding with fhgaacenc via Wine. Tagging is provided
    by AtomicParsley which has been added back to abcde :). This
    allows encoding with HE-AAC v2, unavailable with qaac.
  * Support added for AAC encoding with qaac via Wine. This
    also allows for Apple Lossless Audio Coding (alac) using
    either qaac or refalac. This closes Issue 142, thanks to
    Bernd Fischer-Krellenberg for the enhancement request.
  * Grab year information too when using musicbrainz. Thanks to
    Marco Hoppstaedter for the patch. Closes issue 10:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=10
2015-10-15 09:50:22 +00:00
wiz
2bda8311e1 Update to 2.7:
Changes in 2.7
* Rewrite of the mungefilename function.
* Support added for downloading album art.
* Support added for ripping with libcdio (cd-paranoia).
* Some error checking and a small help file added to abcde-musicbrainz-tool.
* Substantial renovations of m4a encoding with a choice now between encoding
  with faac, NeroAacEnc and fdkaac.
* Fixes to USEPIPES with the addition of several new encoders and rippers.
  Details on USEPIPES now available in the abcde FAQ doc.
* Support added for encoding with Monkey's Audio (ape), tagging is with
  Robert Muth's apetag.
* Support added for encoding with WavPack.
* mp3 tagging renovated with version sniffing differentiating between eyeD3
  versions. Tagging formalised with options now for id3, id3v2 and eyeD3.
* Many, many bug fixes. See the changelog for more details.
2015-07-01 09:28:25 +00:00
wiz
05cacca972 When using cdda2wav, default to cdda2wav, which is in pkgsrc, instead of
icedax, which isn't.
Bump PKGREVISION.
2015-01-08 10:27:24 +00:00
wiz
006ba58603 Update to 2.6:
abcde 2.6

  * Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch.
    Closes issue 71.
  * USEID3 and USEID3V2 variables are unused now, so remove them. Thanks
    to vskytta for the patch. Closes issue 73.
  * Clean up movement to eyeD3, remove id3v2 remnants. Thanks to vskytta
    for the patch. Closes issue 74.
  * Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the
    patch. Closes: #687038 in Debian
  * Switch from Musepack SV7 to SV8. Thanks to Andrew Strong for the
    patch.
  * Allow aac encoding with neroAacEnc. Thanks to atheren for the patch.
    Closes issue 8.
  * Allow opus encoding with opusenc. Thanks to Tomasz Golinski for the
    patch. Closes issue 70.
  * Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
    produce working cue files. Closes issue 78.
  * Remove no-op -q option. Closes issue 106. Thanks to vskytta for the
    patch.
  * Fix issue 112: perl encoding pragma deprecation. Thanks to Alex Corrie
    for the patch.
  * Fix option parsing for multiple output formats. Thanks to
    matthias.andree@gmx.de for the patch. Closes issue 115.
  * Fix eyeD3 tagging for cddb entries without year. Thanks to vskytta for
    the patch. Closes issue 107
  * Add mention of CD-TEXT support in the man page. Closes issue 102.
  * Make Y/N prompting more consistent. Closes issue 95
  * Remove the no-op -B option. Closes: #426531 in Debian
  * Document the need to escape parentheses in tag comments.
    Closes: #256941 in Debian.
  * Concatenate option steps on -t/-T option. Thanks to Charles
    Steinkuehler for the patch. Closes: #391294 in Debian
  * Try to use bsd-mailx where possible to force UTF-8 for cddb-tool mail
    submissions. If not possible, attempt to force UTF-8 via the
    environment and fall back to mail instead. Closes: #756289 in Debian,
    issue 111.

 -- Steve McIntyre <93sam@debian.org>  Sun, 26 Oct 2014 13:17:24 -0700

abcde 2.5.4

  * Update GPL/FSF headers to match current versions. Thanks to vskytta
    for the patch. (Closes issue 69).
  * Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards
    for the patch. Closes issue 50.
  * Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
    tagging better. Closes issue 22 (hopefully)

 -- Steve McIntyre <93sam@debian.org>  Tue, 18 Sep 2012 12:42:11 +0100

abcde 2.5.3

  * Sort options alphabetically (Closes issue 58).
    Thanks to vskytta for the patch.
  * Add Recommends: mailx in the Debian packaging for Debian/Ubuntu
    users. Closes: #607147
  * Fix encoding call for m4a. (Closes issue 31). Closes: #449045
  * Fix do_musicbrainz() for the case where there are no matches.
  * When using Musicbrainz, checksum and only output unique matches for an
    album. Closes: #669143
  * Add Recommends: atomicparsley in the Debian packaging for Debian/Ubuntu
    users. LP: #535527
  * Remove documentation of the old "-R" option for recursive searching of
    local CDDB data, it's now enabled always. (Closes issue 57).
  * Fix use of awk (sub instead of substr) when generating CRLF line endings.
    (Closes issue 59).
  * Make sure that ABCDETEMPDIR is quoted so we can deal with spaces in
    file and directory names. Closes issue 64. Thanks to
    richard.security.consultant for the patch, adapted slightly.
  * Tweak do_cdtext() so it works on OS X too. Closes issue 65.
    Thanks to richard.security.consultant for the patch.
  * Change cddb-tool to use bash to make sure that echo -n works.
    Closes issue 67.
  * Fixes for lots of spelling mistakes from vskytta. Closes issue 68.
  * For safety across different systems, avoid using "sed -i".
    Closes issue 66.

 -- Steve McIntyre <93sam@debian.org>  Sat, 16 Jun 2012 15:12:11 +0100

abcde 2.5.2

  [ Steve McIntyre ]
  * Re-fix speex tagging. (Closes issue 19).
    Thanks to vskytta for pointing out the problem - patch not applied
    properly in 2.5.1
  * Quickly re-release as 2.5.2

 -- Steve McIntyre <93sam@debian.org>  Sun, 29 Apr 2012 17:17:14 +0100

abcde 2.5.1

  [ Steve McIntyre ]
  * Several patches for improved Musicbrainz support from Martin Michlmayr:
    + add musicbrainz support for FLAC files with embedded cue files.
      Closes: #669139
    + Don't submit to CDDB server when using musicbrainz
      Closes: #669140
    + Don't tag CDDB string with musicbrainz id
      Closes: #669141
  * Fix speex tagging. (Closes issue 19).
    Thanks to vskytta for the patch.
  * Fix aac tagging. (Closes issue 7).
    Thanks to Andrew Strong for forwarding the patch.
  * Add ATOMICPARSLEY=AtomicParsley (Closes issue 37).
  * On OS X, switch from disktool to diskutil. (Closes issue 43).
  * Updates for CD device detection:
    + Look for /dev/sr0, in case /dev/cdrom doesn't exist.
      (Closes issue 52).
    + Add suggested diskutil code to auto-detect the CD on OS X.
      (Closes issue 45).
  * Check that we have $CDDBTOOL before we start. (Closes issue 27).
  * Change the meaning of EXTRAVERBOSE; previously, it was a y/n option
    to make things more verbose. Add extra levels of verbosity (0, 1, 2 so
    far) and a new vvecho() function for callers to use.
  * With EXTRAVERBOSE==2 or more, make run_command() print out each
    command as it's run. (Closes issue 39).
  * If we don't find any CDDB or Musicbrainz information for the CD, try
    to extract CD-Text information to populate the cddbinfo template.
    (Closes issue 41).
  * Try to give more helpful error messages when we can't parse the
    command line, and exit rather than carry on. (Closes issue 51).

  [ Colin Tuckley ]
  * replace deprecated egrep with grep -E (Closes issue 24).
    Thanks to vskytta for the patch.
  * remove -o 0 options from make install (Closes issue 17).
    Thanks to vskytta for the patch.
  * clean up indentation on older changelog entries
  * remove tarball target from Makefile since dir structure
    has changed now that we use subversion.
  * improve presentation of options/defaults when asking a question
    (closes issue 9)

 -- Steve McIntyre <93sam@debian.org>  Wed, 25 Apr 2012 12:35:00 +0100

abcde 2.5.0

  * Bumped to 2.5.0
  * Add support for Musicbrainz using a perl helper script.
    Closes: #665970
  * Tweak man page. Thanks to Mats Erik Andersson for the patch.
    Closes: #627237
  * Make the -q option work again. Thanks to A Mennucc for the patch.
    Closes: #562522

 -- Steve McIntyre <93sam@debian.org>  Fri, 13 Apr 2012 22:29:45 +0100

abcde 2.4.2

  * Bumped to 2.4.2
  * Fix Cue file always references "dummy.wav" bug
    patch from Chris Chiappa (Closes: #459928).
  * Whitespace cleanup, replace single perl instance with sed
    (Charles Steinkuehler)
  * Fix leadin/leadout computation for cue files broken bug
    Patch from Martin Michlmayr (Closes: #582175).

 -- Colin Tuckley <colint@debian.org>  Sat, 29 May 2010 09:43:01 +0100

abcde 2.4.1

  * Bumped to 2.4.1
  * In manpage note a 2nd use for LOWDISK (or '-l' switch)
    it's faster and better on scratchy disks (Closes: #426343).
  * Add configurable options for replaygain tools.
  * Fix syntax error in tagged speex command (Closes: #554406)
    Ubuntu patch by Michael Helmling.
  * Fix mp3 tagging fails for single author albums (Closes: #554030)

 -- Colin Tuckley <colint@debian.org>  Sun, 14 Feb 2010 13:09:47 +0000

abcde 2.4.0

  * Bumped to 2.4
  * Corrected REDIR redirection, this time with ifs instead of variable
    substitution, which did not work (Closes: #527191).
  * Added TPE2 for Various artists definition (Closes: #521669).
  * Incorporate syntax error fix patch from Andrew Ruder.
  * Fix formatting for track number tagging.
  * Replace dependency on cdda2wav with icedax since the former has
    been superseded.

 -- Colin Tuckley <colint@debian.org>  Fri, 16 Oct 2009 19:33:33 +0100

abcde 2.3.99.8

  * Remove svn Revision tag from version.
  * Correct homepage URL in README (Closes: #526165).
  * Fix typos (Closes: #435605, #435606).
  * Fix misspelling of comma in script and manpage (Closes: #435603).
  * Fix Writable temp directories not owned/writeable (Closes: #143552).
  * Fix broken range code, patch from Charles Steinkuehler (Closes: #389981).
  * Remove unneeded escapes in cddb-tool URLs.
    Add support for freedb2 (Closes: #391110).
    another patch from Charles Steinkuehler.
  * Fix Endless loop possible when mp3gain asks clipping question bug
    (Closes: #411579).
  * Update Vcs-Svn: tag in debian/control.
  * Add a recommends for vorbis-tools (Closes: #392843).
  * Update standards version to 3.8.2 (no changes required).
  * Fix debian/preinst not to ignore errors.

 -- Colin Tuckley <colint@debian.org>  Sun, 02 Aug 2009 13:32:30 +0100
2015-01-04 12:03:07 +00:00
hans
aff0d4929a Fix gsed dependency on NetBSD. Use TOOLS_PATH.gsed to find gsed. 2011-05-11 10:28:08 +00:00
hans
4c88241865 Make this work on SunOS.
audio/cdparanoia is not available for SunOS, but devel/libcdio has a
working alternative. Also, don't depend on gsed directly, add it to
USE_TOOLS.
2011-04-21 17:53:26 +00:00
sekiya
fcf61571ab Several fixes suggested by wiz@ ... thanks! 2010-04-11 07:25:49 +00:00
sekiya
c1d15d9af8 Oops, committed wrong version of patch-ac. 2010-04-10 13:26:10 +00:00
sekiya
9ff3e25fc2 Update to 2.3.99.7, take ownership. Okay'ed by sketch@ 2010-04-10 13:20:11 +00:00
drochner
eb3a10fcfb improve handling of CDs where track 1 starts after the usual 2s gap:
Where CDDA data are filled into the cue sheet, make sure only one
title is used per track, otherwise data would shift by 1 entry and
no title would be left for the last track.
This is still not perfect because there is no (documented) way to
get the audio data within that gap with cdda2wav or cdparanoia, so
the audio data don't match the cue sheet fully, but at least the
cue sheet is not a total mess.
bump PKGREVISION
2009-09-15 10:46:10 +00:00
rillig
82675e258b Fixed PKGMANDIR and the path to the configuration file from the manual
page, which was mentioned in PR 34813.
2006-10-14 13:20:46 +00:00
sketch
2dfac28806 Update abcde to version 2.3.2. Changes since 2.2.6:
abcde 2.3.2

  * Too fast... I forgot to make the tarball and change the version strings in
    several places. Fixed.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Fri, 19 Aug 2005 00:44:37 +0300

abcde 2.3.1

  * The new "I knew there were going to be bugs" upstream release!
  * MKCUE needs to be passed some $CDROM as an option, or otherwise it will
    not read the CDROM, in case is not /dev/cdrom.
  * Also, make the CUEREADER a bit more general, since we might be using other
    CUE extractors.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu, 18 Aug 2005 23:44:20 +0300

abcde 2.3.0

  * New upstream release!
  * Defining the tracknumber now resets the first track if given a number
    different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9).
  * Modified the FAQ to reflect the changes on Marillat's repo
    (Closes: #315724).
  * Should be "space" safe: works properly when the working directory contains
    a space (Closes: #147493).
  * Repared the CD query for the discid code. When failing to read a disc,
    actually report that there might be no disc in the drive.
  * Right now, walk over the different encoders we Depends: on in Debian and
    use the one available: if a user has a FLAC encoder, abcde will no install
    vorbis-tools, so it will fail to run out of the box (Closes: #321216)
  * Added CUE support. Still experimental...
  * Added FLAC on Ogg. Still not activated, since we cannot get comments added
    as a post-process action.
  * Applied patches from Fedora Core (Credit goes to Nils Philippsen
    <nphilipp@redhat.com>)
  * Added a post_read() function to be executed before ejecting the CD.
  * Typos reported by A Costa corrected (Closes: #311463)
  * Problem with abcde being run in a directory with files containing only
    numbers solved (Closes: #313628).
  * vorbiscomment uses now "-R" (Closes: #303566).
  * "-t" and "-T" use the first track as a starter for the track list.
    (Closes: #305749).
  * Added CDPARANOIACDROMBUS option to define -d in case of using IDE and SCSI
    in case of using ide-scsi emulation layer (Closes: #290768).
  * Define metaflac in abcde.conf (Closes: #303555)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Wed, 10 Aug 2005 07:00:26 +0300
2005-10-04 20:58:43 +00:00
snj
34d15a77ed Update to 2.2.6. Closes PR pkg/29463.
Set NORMALIZE to "normalize" by default, to match what is installed by
pkgsrc/audio/normalize.  This fixes part of PR pkg/29755.

This release brings various bugfixes and small features.  Check the
included changelog for details.
2005-05-15 00:36:28 +00:00
pooka
c5d7370a91 Our md5 tool is called "md5", not "md5sum". And while in here,
fix it for FreeBSD also.
2005-04-21 08:56:18 +00:00
snj
3bc4bc035b Update to abcde-2.2.0.
Changes:
* New "-t <number>" option for starting the numbering of the output files at a
  given starting number. Ideal for albums with more than one CD.
* New "-T <number>" option, similar to "-t" but also modifies the tag entries
  on the files themselves.
* New "-w <COMMENT>" to add a comment to the tracks of a given CD rip. Use
  quotes.
* New "-W <number>" option to combine both a comment with "CD #number" and a
  starting number for both the tracks and the tags with "#01" (that is, 101 for
  the 1st CD, 201 for the second...)
* Support for keeping an existing playlist (and not add new entries to it),
  erase the existing one (overwrite) or append new entries to the existing
  one.
* New mungegenre function to switch off (or modify) the default behaviour of
  transforming uppercase characters to lowercase.
* cdparanoia permits performing a query to the CD drive and obtain a list of
  valid audio tracks. So, now we perform such query and process the results.
* Support for "None of the above" has been added with the "0" selection. A
  template is created, and the selection to edit it is defaulted to "y".
2004-11-14 21:55:29 +00:00
kim
797eacf22f Make abcde not barf when UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE=y
although it still won't email anything (I will look at that more).
2004-05-02 07:37:19 +00:00
snj
b474fe395f Update to abcde-2.1.15. Changes since 2.1.9:
* Portability fixes for OS X and OpenBSD
* EDITOR can take a full path and arguments
* The "-V" flag (extra verbosity) was added
* Miscellaneous bugfixes

Also, remove patch-ad, as it was buggy and unnecessary.  This part closes
PR pkg/24401.
2004-02-24 19:39:42 +00:00
abs
8e39800076 Update abcde to 2.1.9
80 lines of changelog since 2.1.4, mainly small fixes
2003-11-27 17:38:29 +00:00
abs
da10834e90 Update abcde to 2.1.4nb5:
Strip out \r from the end of the CDDB data to make editing easier
2003-10-01 20:48:31 +00:00
agc
6254bd6062 Incorporate James Wetterau's patch from PR 20763 to warn if there is no
encoder in the path.

Unify patch-ac and patch-ae which both patch the same file.

Bump pkgrevision to nb4
2003-09-15 11:17:27 +00:00
wiz
a9715c10a4 abcde ignored -d flag when in cdparanoia mode.
From Sergey Svishchev in PR 19872.
Bump PKGREVISION.
2003-07-12 15:25:53 +00:00
rafal
6838c17cee Fix lame batch-encoding by using the correct shell variables for the encoder
and encoder options.
2003-06-30 19:20:37 +00:00
seb
38e7c67eac Fix a typo in patch-ad that prevented the `template' command of cddb-tool
to work.

Bump PKGREVISION.

XXX jot is not really portable to !*BSD platform, is it ?
2003-06-19 22:42:31 +00:00
wiz
57b3f452aa Fix PKG_SYSCONFDIR usage. Noted by salo. Let's assume not too many
binary packages have been built in the last hours, and forget about
the PKGREVISION bump.
2003-06-10 12:59:47 +00:00
wiz
10f7a5f583 Update to 2.1.4, from Juan RP in PR 21671:
abcde 2.1.4:

  * Small bug fixes:
    + COMMENT should work now.
    + Aesthetic padding on the total amount of tracks.
    + CDROM typo
    + CDROM is now checked after reading the user defined entries.
  * Remove trailing args from $EDITOR when checking -x: Closes #179222.

abcde 2.1.3

  * Makefile was missing cddb-tool.1.
  * Introduced dagrab as CD ripping utility.
  * cddb-tool seq calls converted to functions. No more distro dependencies.
  * WGET* variables converted to HTTPGET* variables. FreeBSD can safelly use
    fetch.
  * More FreeBSD specific bits: CDROM and EJECT changes.
  * Typo in abcde.conf
  * Added CDDBPROTO for specifying the protocol level of the cddb query.
  * CDDB protocol upgraded to 5. CDYEAR and CDGENRE are now used for CD
    tagging.
  * COMMENT is now used for inline tagging with oggenc (my mistake it was
    missing): Closes: #191475.

abcde 2.1.2

  * Documentation updates: Closes: #186230.
  * Usual set of bug fixes and corrections.
  * Default behaviour of VAOUTPUTFORMAT output changed to avoid multiple
    directories for a same album. I think the format is more logical, and you
    can always split the files once they are created.
  * Padding track wavs with 0 so if you want to burn those wavs just cdrecord
    *.wav will do it. Use "-p" to force it when encoding a small (<9) number
    of files (Closes: #111627).
  * Added "KEEPWAVS" as a variable to keep those wavs. Default is "no". Can
    use also "-k" in the command line. (Closes: #160372).
    This probably should be changed with an option to move the wav files to
    another directory instead of just keep de abcde.<cdid> directory.
  * Added documentation comments about OUTPUTTYPE (Closes: #184963).
  * abcde.conf cleanup: (Closes: #186230, #187400).

abcde 2.1.0-3

  * Since abcde does not depend on eject, an execution test ([-x]) was added,
    but that means abcde needs a test for eject in the patch if -x is passed:
    Closes: #184151.
  * Merged some more bits from Marc 'HE' Brockschmidt: Closes: #126289.
  * A bit of more info in abcde.conf: Closes: #184963.
  * cddb-tool version updated to 0.4.2

abcde 2.1.0-2

  * Old version string left behind. Updated.
  * Few more doc update bits.
  * Patches from Marc 'HE' Brockschmidt: Closes: #149499.
  * Small patch from Norbert Preining to support multiple output in the output
    directory.
  * cddb-tool parses CDYEAR with the help of awk: Closes: #114848.
  * cddb-tool does not globe "*" characters anymore: Closes: #157448.

abcde 2.1.0
  * The infamous "Works for me(TM)" and "Time to release" release.
    + We preppend track number now: Closes: #128966.
    + Itegrate flac: Closes: #126311.
    + Multi-format encode: Closes: #148934.
    + Gapless lame encoding: Closes: #172696.
    + CDROM documented: Closes: #182403.
  * Applied OpenBSD patches to make the script more portable. Thanks to Han
    Boetes.
  * Documentation fixes: closes: #100844, #136741.
  * NetBSD patches applied:
    - EXPERIMENTAL Normalize and Batch support.
    - EXPERIMENTAL FLAC support.
  * EXPERIMENTAL multiple output support:
    + multiple output and error checking
    + multiple lists support
  * Default output file changed to have the $track_number in the begining.
  * abcde takeover.
2003-06-10 06:29:06 +00:00
kim
6be9267f2f Add support for per-track and per-album (batch) normalizing. 2003-01-01 19:06:01 +00:00
lukem
73a0728cec Add support for encoding to FLAC. Initially based on
http://www.bagu.dhs.org/abcde-2.0.3-flac-patch
but with some serious improvements by me (including documentation
updates, and in-line addition of vorbis comments with flac -T ...).
Bump PKGREVISION.
2002-12-16 05:14:28 +00:00
kim
5dabc911cf Options must come before arguments when calling mail(1). 2002-11-29 19:12:37 +00:00
kim
4eafd40ffa Should have used PKG_SYSCONFDIR instead of PKG_SYSCONFBASE. 2002-11-29 02:58:46 +00:00
kim
d90930743b Preserve pkgsrc and distribution defaults better:
- use ${PKG_SYSCONFBASE} instead of hardcoded /usr/pkg/etc
- keep the ID3v2 default as distributed, and depend on audio/id3v2
- don't depend on vorbis-tools: just inform the user about the need
  to install at least one of the supported encoders
- sample config only has commented out entries, so install it only
  in the examples directory
2002-11-29 02:37:21 +00:00
hubertf
2e992d9e54 Update abcde to 2.0.3. Changes:
abcde 2.0.3
  * The Fixed-Yet?-How-About-Now?-What-About-Now?-Now? Release
  * SMP fixed, mad props to Steve Madsen, closes: #69828, #111806
  * Minor code cleanups thanks to Adam Heath
  * Multiple inexact match results are generated in a safe manner
    thanks to Nick Martin, closes: #126025
  * Removed cddb-tool template generation bashism, thanks to Greg
    Norris, closes: #126327
  * Windows can't handle double quotes in filenames either.
    The default mungefilename now removes them, closes: #127643
  * Using -C with WAVOUTPUTDIR fixed, closes: #127728
  * Resuming various artists discs fixed, closes: #127731

  -- Robert Woodcock <rcw@debian.org>  Sun, 27 Jan 2002

abcde 2.0.2
  * The One-More-Time-With-Feeling Release
  * Bladeenc really works this time. Honest. closes: #121988

  -- Robert Woodcock <rcw@debian.org>  Mon,  3 Dec 2001

abcde 2.0.1

  * The I-Don't-Listen-To-Sssca Release
  * Example abcde.conf fixes, closes: #111580
  * So much for bladeenc's l3enc compatibility, closes: #110863
  * CDDB submit fixes (to enable CDDB submitting, put
    UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE=y in your abcde.conf),
    closes: #111478, #111500
  * Minor mungefilename() cleanup
  * Small manpage fix
  * Works with oggenc when POSIXLY_CORRECT is defined, thanks to Juhapekka
    Tolvanen
  * Quote remote locations when calling distmp3
  * Allow remote encoding of oggs
  * Only remove wav files if the encoding succeeded
  * No-local-encoding via -j 0 fixed, thanks to Hans-Joachim Baader
  * CD read errors are trapped/resumed cleanly now thanks to Pete,
    closes: #111618
  * devfs device check fix, thanks to Clint Adams
  * Check for seq command - some BSD's have jot instead and abcde can't
    use that yet
  * Various Artists playlist generation fixed, thanks to William Lash

  -- Robert Woodcock <rcw@debian.org>  Tue,  6 Nov 2001
2002-09-20 00:33:11 +00:00
martin
fefe6d5678 Add the missing quotes so it can handle filenames with spaces.
Don't delete spaces from filenames by default anymore (user overridable).
2002-03-06 09:55:23 +00:00
lukem
8ece92af46 Add "Title (Artist)" as a name format choice for multi-artist CDs.
Patch from Allen Briggs.
2002-01-16 05:37:50 +00:00
agc
ccfd31fb53 Use the id3 package to tag the resulting files. 2001-10-12 09:52:19 +00:00
abs
71f5c3cbd7 The first raw cd device is _not_ rcd0d. Use sysctl kern.rawpartition. 2001-10-03 21:58:28 +00:00
wiz
e2ce0b01da Add a patch similar to the one in pkg/13801. 2001-09-14 22:32:12 +00:00
lukem
367f658ed9 default device is /dev/rcd0d not /dev/cdrom 2001-08-17 05:48:08 +00:00
lukem
b259c536c8 abcde - Command-line utility to rip and encode an audio CD 2001-08-16 06:02:45 +00:00