Last bug fixes
[clinton/abcde.git] / TODO
diff --git a/TODO b/TODO
index e960cde..d231a52 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,16 +1,12 @@
 TODO:
 ----
-* Get the echo instances to behave consistently
+* Get the multiple choices in both local and remote CDDB to use the same
+  functions.
+
+* 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 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.
-* Make concatenating CD1...Cdn sets into one album possible: Maybe a "start
-  with number for files" flag?
 
-* read_and_encode function that uses named pipes for further ripping/encoding
-  parallelization where possible
 * read_and_encode_and_tag? :)
 * Customizable post-read/encode/tag hooks
   (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=114851)
@@ -30,8 +26,17 @@ TODO:
 
 * Support UTF-8 tags
 
-DONE:
-----
-* FLAC support (http://flac.sourceforge.net/)
-* Multiple ogg/mp3/flac output during the same session
-* Track padding problem with single songs.
+* 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 ;)
+
+* 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.