X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/9f659adac68c1a038d7c112806aba0d56bccc741..008886731498e4cf4bc9876ea93c69237cea23b7:/TODO diff --git a/TODO b/TODO index e960cde..0201a12 100644 --- a/TODO +++ b/TODO @@ -4,10 +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. -* Make concatenating CD1...Cdn sets into one album possible: Maybe a "start - with number for files" flag? + +DONE: 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 @@ -30,8 +30,9 @@ 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 ;)