home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 2000 April & May / AMIGA_2000_04.iso / patches / identcdr / identcdr.readme < prev    next >
Text File  |  1999-12-16  |  3KB  |  65 lines

  1. Short:    Identifies CD-R/W media (brand, capacity)
  2. Uploader: avallino@diff.org (Andrea Vallinotto)
  3. Author:   avallino@diff.org (Andrea Vallinotto)
  4. Type:     disk/cdrom
  5. Version:  1.4
  6. Replaces: disk/cdrom/IdentCDR.lha
  7.  
  8. This small tool checks the ATIP (Absolute Time In Pre-groove) of a CD-R/W media.
  9. Usually this area is used by CD-R/W manufacturers to encode their brand, and
  10. some other useful stuff, like type of media and minimum and maximum recording
  11. speed. (Not every CD-R/W has the last information, try and see).
  12. It also gives you some additional data, like maximum capacity of the CD-R/W,
  13. maximum allowed recording capacity (that is always a bit less than the first
  14. one), name of volume, publisher, software used for burning, etc...
  15.  
  16. See the included documentation (IdentCDR.doc) for additional information!
  17.  
  18. The information about ATIP encoding can be found at:
  19. http://www.world.sony.com/Electronics/CD-R/index.html
  20.  
  21. If IdentCDR can't identify your support, please mail me the printed values.
  22. It should look like:
  23.  
  24. Brand unknown or no CD-R! Values are: M 97, S 29, F 55
  25.  
  26. Version history:
  27.  
  28. 1.4    Now prints some information about the volume name, creator and such of
  29.     the first session; thanks to Andrzej Boreczko for some help and
  30.     encouraging me.
  31.     Can (and will) correctly disinguish between CD-R and CD-RW; thanks to 
  32.     Stephen White for hinting this. This feature will work on CD burners
  33.     only, no CD-ROM.
  34.     Added display on the titlewindow of how many slots are available.
  35.     Added new entries: 60 slots, about 56-58 entries (= different brands),
  36.     Fixed a typo in the entries database.
  37.  
  38. 1.3    Some more entries: 54 slots, about 50 entries (TDK and Mitsubishi have
  39.     two slots) .
  40.     Reworked command-line interface.
  41.     New commands (both from CLI and Workbench): DUMP and DEBUG.
  42.     (actually, DEBUG was already there in 1.2, but it was hidden).
  43.  
  44. 1.2    Added a small reqtools GUI.
  45.     Added reading tooltypes from icon.
  46.     Added recording length discovery/display.
  47.     Now checks for 'prohibited' values. See the above URL for explanations.
  48.     Finally found out how to get exec device informations from a volume
  49.     specification (like CD1:). BPCL sucks!!!
  50.     No longer displays obtained values on the Shell. Is this a problem for
  51.     anyone ?
  52.     Executable is indeed shorter than 1.1, because in 1.1 I linked some
  53.     useless math libraries; IdentCDR is long about a tenth of the Windoze
  54.     counterpart. But if anybody wants it, I can supply with a 300K version
  55.     (18K of code and 282K of useless junk, just to make you happy).
  56.     Really knows 41 brands, because FUJI uses two slots.
  57.  
  58. 1.1    Fixed memory leak (46 bytes not freed).
  59.     New method for those drives who can't use READ_TOC_PMA_ATIP.
  60.     Some more sanity checks to ensure returned data is valid.
  61.     Currently knows 42 brands (are these all ?). 
  62.  
  63. 1.0     Initial release
  64.  
  65.