Reverted the modification of UTRACKNUM
[clinton/abcde.git] / TODO
CommitLineData
c9c2ca27 1TODO:
2----
3a74cce2 3* flac with force.
73b0af6e 4* Get the echo instances to behave consistently
3a74cce2 5
6
9a6d45dd 7* Add musicbrainz support: http://www.rupamsunyata.org/~decklin/musicbrainz-get-tracks
8
d823b8fc 9* flacdecode (to extract files from a -1 flac file) (ALMOST READY!)
8063c20f 10
c9c2ca27 11* read the TOC and CDTEXT files and store them
81bc6204 12
c9c2ca27 13* read_and_encode_and_tag? :)
14* Customizable post-read/encode/tag hooks
15 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=114851)
16
17* Separate local/dist tagging: if local encoding, the tags are added on the
18 encoding phase. If remote, the tracks need tagging.
19 And also add the possibility to add this information via oggenc directly
20 instead of explicitly invoking vorbiscomment.
21
22* Maybe repair files when they have the same name in the original CD?
23 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205634)
24
25* Separate the different output encodings, so a user can read and encode one
26 format and then encode another one, later, from the same wavs. Right now,
27 the same status line is used for all formats, so a re-encoding is rejected
28 since abcde sees the encoding already finished. Same with tags and moves.
29
30* Support UTF-8 tags
a2052a00 31
32* From slashdot: IMHO the most important aspect of an auto-ripper, is its
33 error-handling: what happens if a CD is too scratched to rip? How should it
34 react if someone tries to rip the exact same CD? make a new rip with another
35 name ? silently overwrite the old rip? etc.
36
37 Review the things that abcde does ;)
411ef0b0 38
39* When cdparanoia encounters a problem (disk full, data track) when abcde
40 is run in batch mode, abcde still continues, but batch mode is disabled.
41 I.e. instead of normalizing all tracks together, they are normalized
42 seperately, instead of running "lame --nogap" on all wavs, lame is
43 invoked once per wav.
44
45 Abcde should halt when a problem occurs, so it can be manually resolved.
46
411ef0b0 47* AAC support (faac should be free?)
48