X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/9ff5088c4fb89c87add2aab3cdc1fa1cc081a1fa..2c5ad2834b2b03f2a96186e01ebe4ef3b9ef04cb:/TODO diff --git a/TODO b/TODO index cda1d25..d231a52 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,10 @@ TODO: ---- -* ReplyGain support -* flacdecode (to extract files from a -1 flac file) +* Get the multiple choices in both local and remote CDDB to use the same + functions. -* Get the echo instances to behave consistently +* Add musicbrainz support: http://www.rupamsunyata.org/~decklin/musicbrainz-get-tracks -* move the wav files to a different dir if the user wants to keep the tracks * read the TOC and CDTEXT files and store them * read_and_encode_and_tag? :) @@ -33,3 +32,11 @@ TODO: name ? silently overwrite the old rip? etc. Review the things that abcde does ;) + +* When cdparanoia encounters a problem (disk full, data track) when abcde + is run in batch mode, abcde still continues, but batch mode is disabled. + I.e. instead of normalizing all tracks together, they are normalized + seperately, instead of running "lame --nogap" on all wavs, lame is + invoked once per wav. + + Abcde should halt when a problem occurs, so it can be manually resolved.