Description
This is a collection of 3 tools used by me to manage some work
with CDID files, which are descriptions of AudioCDs in ASCII format.
These tools and their usage are as follows:
CDIDmakedir
CDIDtoclist
makeCDID
CDIDmakedir
Creates a directory from CDID of given AudioCD
USAGE:
CDIDMakeDir [options] DIR=<path> SCSIDEV=<device> SCSIUNI=<unit>
[-Help|-h|?]/S show help
[-Full]/S more (debug) infos.
[-CDID]/S CDID string output only.
Dir=<path>/A dest. path for new CDID directory.
All params are case-insensitive.
EXAMPLE:
cdidmakedir scsidev=1230scsi.device scsiuni=4 dir=ram:
creates a directory 'IDxxxxxxxxxxxxxx' in RAM: ,
dependant upon audiocd residing in given scsi cdrom.
cdidmakedir scsidev=1230scsi.device scsiuni=4 -cdid
returns: 'IDxxxxxxxxxxxxxx'.
CDIDTocList v0.07
Showing AudioCD tracks, CDID.
(C) 2003-2004 by Frank Brandis
USAGE HELP:
CDIDTocList [options] SCSIDEV=<device> SCSIUNI=<unit>
[-Help|-h|?]/S show help
[-Full]/S more (useful) infos
[cdiddir1=<path>]/S std. path to look for CDID files
[cdiddir2=<path>]/S add. path to look for CDID files(*)
[trail=<text>]/S <text> added to cdtitle if CDID was in dir2(*)
[-NoCDID]/S no CDID file check (and no track names!)
All options are case-insensitive.
EXAMPLE:
cdidtoclist scsidev=1230scsi.device scsiuni=4 cdiddir1=sys:AudioCDIDS/
MakeCDID
USAGE HELP:
MakeCDID [options] FILE=<path> SCSIDEV=<device> SCSIUNI=<unit>
[-Help|-h|?]/S show help
[-Full]/S more (debug) infos.
[-CDID]/S CDID string output only.
File=<path>/A dest. path for CDID file.
All params are case-insensitive.
EXAMPLE:
makecdid scsidev=1230scsi.device scsiuni=4 file=ram:
creates a (small) textfile 'IDxxxxxxxxxxxxxx' in RAM: ,
dependant upon audiocd residing in given scsi cdrom.
makecdid scsidev=1230scsi.device scsiuni=4 -cdid
returns: 'IDxxxxxxxxxxxxxx'.
CREDITS:
* Some parts of the SCSI-Src used in these tools are taken from
several free available sources on Aminet/Internet.
* For comments feel free to write to:
F.Brandis@gmx.net
|