1It isn't look hard to find a gap in libcdio or libiso9660 or think of
2something you'd like added. Here are some of the many known problems
3and feature requests.
4
5* UDF support.
6
7* API overhaul. hvr has expressed interest but it's unlikely he'll ever
8  have the time to do. It could be done in conjunction with a wrappers
9  for C++, Perl, Python, ... The idea is that those interfaces would not
10  show the ugliness of the current C interface. For example instead of
11  read_mode2, read_mode1, read_audio, there might be a read(mode, ...).
12
13  - Address static loglevel variable (nboullis at debian.org)
14
15* All of the API should be finished on all OS's (or the API adjusted).
16
17* Fix the current gaps:
18
19  - SCSI-MMC on OSX,
20  - CD-Text support working more often? wide character support
21    (Burkhard Plaum has indicated he might do)
22  - more accurate drive capabilities
23  - wxwindows interface to cd-drive
24  - more accurate CD track classification (Form 1/2, Mode 1/2)
25  - complete the image readers, e.g. "silence" and ability to use
26    more than one file in cdrdao.
27  - multi-session CDs
28
29* mmc_read_cd often doesn't work when request reading a large number of blocks.
30
31* Is paranoia correct? Get a better handle on it. Ensure more of the
32  drive and OS-specific features that work on GNU/Linux work
33  elsewhere. Regression tests over more kinds of failures.
34
35* Exclusive access of CD-ROM versus non-exclusive?
36
37* Adjusting operations based on known models. Via MMC, We often have
38  the ability to find out what drive is in use. That could be used (as
39  it was in cdparanoia) to customize the method used for various
40  operations. Alternatively it could be read from a configuration
41  file, but right now there's no internal structure for holding all of
42  the capabilities.
43
44* Combine iso-read and iso-info into an "iso-tar" for listing or
45  extracting files". Ideally something matching the relevant command
46  set of "tar" would be nice, as that is widely used and probably
47  fairly complete in thing that might be desired for listing/extracting.
48
49* Add something to show what kind of CD media is in a drive. Ideally: CD
50  (purchased), CD Write Once, CD Read/Write, but what is there is
51  probably something like Cyanine, PhthaloCyanine, Metallized Azo,
52  Advanced PhthaloCyanine, Formazan. See
53  http://www.cdmediaworld.com/hardware/cdrom/cd_dye.shtml or
54  http://www.cd-info.com/CDIC/History/Commentary/Parker/stcroix.html
55
56  The discmode type can be used to classify DVD media and it also
57  classifies for CD track formats (in addition to CD *content*
58  classification). Note there is nothing for DVD content; see the below
59  list of things which probably won't get added.
60
61  Given the mismatch between DVD and CD meanings in discmode, the
62  discmode type probably needs to be redone.
63
64* Write a real cue parser and TOC parser using bison.
65  A pcct grammar is given in cdrdao's trackdb TocParser.g and CueParser.g
66  The parsing is pretty much done, need to fold in semantic routines and
67  improve error reporting.
68
69* conversion tools. Assuming parser done, it should be simple to use
70  write simple conversion routines:
71   - CD images's to iso9660 .iso's
72   - TOC <=> CUE
73
74* Test more disc image types in regression testing, like CD-I.
75
76* Convert to use glib, removing ds.h
77  (Revise vcdimager too)
78
79* Delete and rename files in an iso9660 image (mephisto75 at web.de)
80
81* Some things where libcdio will probably not expand in:
82
83  -  DVD things, especially DVD-ROM (use libdvdread)
84  -  writing applications (use cdrdao or cdrtools)
85  -  more proprietary undocumented image format (unless someone else is willing
86     to do the work). But the fuzzy ISO 9660 detection may help here.
87
88
89If there is something you really want done on the above list or have
90something else you want done, it will go a lot faster if you attempt
91to undertake doing it. Patches are always welcome (and CVS write
92access is available for those who have demonstrated reasonable ability
93through contributions.)
94
95$Id: TODO,v 1.11 2005/07/11 11:51:07 rocky Exp $
96