X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/b7f1cc84a5f43b84d9814c7394b67b54c9d2fd2c..3416c114b3d296bef5dd1d297f61e12bf2fc93d9:/TODO diff --git a/TODO b/TODO index 401e24f..0f0ef65 100644 --- a/TODO +++ b/TODO @@ -4,11 +4,10 @@ TODO: * 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 the complete CD to a single file, storing TOC seems a good idea to - recreate the index entries if we decide to burn the cd. -* read_and_encode function that uses named pipes for further ripping/encoding - parallelization where possible +* storing TOC seems a good idea to recreate the index entries if we decide to + burn the cd. + * read_and_encode_and_tag? :) * Customizable post-read/encode/tag hooks (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=114851) @@ -27,3 +26,10 @@ TODO: since abcde sees the encoding already finished. Same with tags and moves. * Support UTF-8 tags + +* From slashdot: IMHO the most important aspect of an auto-ripper, is its + error-handling: what happens if a CD is too scratched to rip? How should it + react if someone tries to rip the exact same CD? make a new rip with another + name ? silently overwrite the old rip? etc. + + Review the things that abcde does ;)