X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/9f659adac68c1a038d7c112806aba0d56bccc741..9341555896b35f7f88bedeb61518d7fccbef9ab0:/README diff --git a/README b/README index 68447e4..82e4a32 100644 --- a/README +++ b/README @@ -58,6 +58,16 @@ Changes in 2.2-pre2: under the GPL... * New "-s " option for starting the numbering of the output files at a given starting number. Ideal for albums with more than one CD. +* 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. +* Under ./examples you will find a very basic way to make abcde run in the + background and start a non-interactive rip of a CD, if it can find an + audio CD in the tray. + The abcded script depends on eject and cdparanoia being installed in your + system. +* New mungegenre function to switch off (or modify) the default behaviour of + transforming uppercase characters to lowercase. Changes in 2.2-pre1: @@ -127,8 +137,8 @@ Options added/modified from 2.1.1 to 2.1.3: Options added/modified from 2.0.3 to 2.1.x: -* -b use batch processing. It uses normalize to adjust the volume of the - songs, and a -g gapless option from lame to remove gaps. Only available +* -b use batch processing. It uses normalize-audio to adjust the volume of + the songs, and a -g gapless option from lame to remove gaps. Only available for mp3+lame combination. * a new "normalize" option has been added to -a, to normalize the volume. * -o works now with a combination of the different outputs: ogg, mp3, flac. @@ -178,7 +188,7 @@ abcde requires the following backend tools to work: * FLAC encoder (flac) or: * Ogg/Speex encoder (speexenc) or: * MPP/MP+(Musepack) encoder (mppenc) -* normalize for volume normalization. +* normalize-audio for volume normalization. * CD Paranoia, an audio CD reading utility, * Or cdda2wav, the audio CD reading utility cdparanoia was born from, * Or dagrab, another audio CD reading utility.