X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/8063c20f016ef1e835bb139fa71d85f62892feb5..89d883d6f1c8091a77cad5f761e30230a3e87b45:/TODO diff --git a/TODO b/TODO index 6152609..24d8eef 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,12 @@ TODO: ---- -* ReplyGain support -* flacdecode (to extract files from a -1 flac file) - +* flac with force. * Get the echo instances to behave consistently -* 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 -* storing TOC seems a good idea to recreate the index entries if we decide to - burn the cd. +* flacdecode (to extract files from a -1 flac file) (ALMOST READY!) + +* read the TOC and CDTEXT files and store them * read_and_encode_and_tag? :) * Customizable post-read/encode/tag hooks @@ -36,3 +33,14 @@ 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. + +* AAC support (faac should be free?) +