abcde.conf
[clinton/abcde.git] / TODO
... / ...
CommitLineData
1TODO:
2----
3* Get the echo instances to behave consistently
4
5* move the wav files to a different dir if the user wants to keep the tracks
6* read the TOC and CDTEXT files and store them
7* read the complete CD to a single file, storing TOC seems a good idea to
8 recreate the index entries if we decide to burn the cd.
9* Make concatenating CD1...Cdn sets into one album possible: Maybe a "start
10 with number for files" flag?
11
12* read_and_encode function that uses named pipes for further ripping/encoding
13 parallelization where possible
14* read_and_encode_and_tag? :)
15* Customizable post-read/encode/tag hooks
16 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=114851)
17
18* Separate local/dist tagging: if local encoding, the tags are added on the
19 encoding phase. If remote, the tracks need tagging.
20 And also add the possibility to add this information via oggenc directly
21 instead of explicitly invoking vorbiscomment.
22
23* Maybe repair files when they have the same name in the original CD?
24 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205634)
25
26* Separate the different output encodings, so a user can read and encode one
27 format and then encode another one, later, from the same wavs. Right now,
28 the same status line is used for all formats, so a re-encoding is rejected
29 since abcde sees the encoding already finished. Same with tags and moves.
30
31* Support UTF-8 tags