This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/TODO

77 lines
3.1 KiB
Plaintext
Raw Normal View History

2004-10-23 21:10:36 +00:00
It isn't look hard to find a gap in libcdio or libiso9660 or think of
something you'd like added. Here are some of the many known problems
and feature requests.
* All of the API should be finished on all OS's (or the API adjusted).
2003-04-21 23:30:08 +00:00
2004-09-06 10:50:01 +00:00
* Fix the current gaps:
2003-04-21 23:30:08 +00:00
2004-09-06 10:50:01 +00:00
- SCSI-MMC on OSX,
- CD-Text support working more often
- more accurate drive capabilities
- more accurate CD track classification (Form 1/2, Mode 1/2)
- complete the image readers, e.g. "silence" and ability to use
more than one file in cdrdao.
- multi-session CDs
* Use libcdio as a cdparanoia back-end and add API for CD-DA reading
with paranoia support.
2004-06-05 03:08:12 +00:00
2004-10-23 21:10:36 +00:00
* Handle Rock Ridge Extensions
2004-10-23 21:15:22 +00:00
* Combine iso-read and iso-info into an "iso-tar" for listing or
extracting files". Ideally something matching the relevant command
set of "tar" would be nice, as that is widely used and probably
fairly complete in thing that might be desired for listing/extracting.
2004-06-05 03:08:12 +00:00
2004-09-06 10:50:01 +00:00
* Add something to show what kind of CD media is in a drive. Ideally: CD
(purchased), CD Write Once, CD Read/Write, but what is there is
probably something like Cyanine, PhthaloCyanine, Metallized Azo,
Advanced PhthaloCyanine, Formazan. See
http://www.cdmediaworld.com/hardware/cdrom/cd_dye.shtml or
http://www.cd-info.com/CDIC/History/Commentary/Parker/stcroix.html
2003-05-18 02:19:55 +00:00
2004-09-06 10:50:01 +00:00
The discmode type can be used to classify DVD media and it also
classifies for CD track formats (in addition to CD *content*
classification). Note there is nothing for DVD content; see the below
list of things which probably won't get added.
2003-05-18 02:19:55 +00:00
2004-09-06 10:50:01 +00:00
Given the mismatch between DVD and CD meanings in discmode, the
discmode type probably needs to be redone.
2003-05-18 02:19:55 +00:00
2004-09-06 10:50:01 +00:00
* Write a real cue parser and TOC parser using flex and bison (partly done).
A pcct grammar is given in cdrdao's trackdb TocParser.g and CueParser.g
2003-05-18 02:19:55 +00:00
2004-09-06 10:50:01 +00:00
* More disk image types in regression testing, like CD-I.
2004-06-05 03:08:12 +00:00
2004-10-23 21:10:36 +00:00
* Convert to use glib, removing ds.h
(Revise vcdimager too)
2003-05-18 02:19:55 +00:00
2004-09-06 10:50:01 +00:00
* API overhaul. hvr has expressed interest but it's unlikely he'll ever
have hthe time to do. It could be done in conjunction with a wrappers
for C++, Perl, Python, ... The idea is that those interfaces would not
show the ugliness of the current C interface. For example instead of
read_mode2, read_mode1, read_audio, there might be a read(mode, ...).
2003-05-18 02:19:55 +00:00
2004-09-06 10:50:01 +00:00
- Address static loglevel variable (nboullis at debian.org)
2004-10-23 21:24:07 +00:00
* UDF support.
* Delete files in an iso9660 image (mephisto75 at web.de)
2004-09-06 10:50:01 +00:00
* Some things where libcdio will probably not expand in:
- DVD things, especially DVD-ROM (use libdvdread)
- writing applications (use cdrdao or cdrtools)
- analog CD (but this one I've been tempted to add for a while)
- more proprietary undocumented image format (unless someone else is willing
to do the work)
2004-10-23 21:10:36 +00:00
If there is something you really want done on the above list or have
something else you want done, it will go a lot faster if you attempt
to undertake doing it. Patches are always welcome (and CVS write
access is available for those who have demonstrated reasonable ability
through contributions.)
2004-09-06 10:50:01 +00:00
2004-10-23 21:24:07 +00:00
$Id: TODO,v 1.7 2004/10/23 21:24:07 rocky Exp $