home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / CDROM / ReadCDTitles / Readme next >
Text File  |  1997-01-01  |  1KB  |  46 lines

  1. Short:    Write CD titles etc to file or comment
  2. Author:   roy@ebrown.demon.co.uk (Roy E Brown)
  3. Uploader: Author
  4. Type:     disk/cdrom
  5. Requires: rexxreqtools.library
  6. Version:  V1.1
  7.  
  8.  ReadCDTitles.rexx  ©1996-97 Roy Brown
  9.  
  10.  One thing that has always annoyed me about song catalogs for the various CD
  11.  players is that you cannot identify the CD's just by looking at the filenames -
  12.  ID10300A32042737 is totally meaningless*. :(  So I decided to knock up this
  13.  little AREXX script.
  14.  
  15.  Most of these CD players allow you to add/edit the song files. The file is
  16.  usually an ASCII file with the following format:
  17.  
  18.      Artist
  19.      CD Title
  20.      Song 1
  21.      Song 2
  22.      ..etc
  23.  
  24.  This script reads the first two lines of these song files and writes them both
  25.  as a filenote to the file. This makes it easier to identify a particular CD
  26.  song file - especially using DOpus 5 or similar.
  27.  
  28.  New for V1.1 is the option to write the output to an index file instead. The
  29.  index ('RCDIndex') will be written to the same directory as the disks files
  30.  themselves.
  31.  
  32.  This script has been tested with the song files supplied and/or created
  33.  with the following CD players:
  34.  
  35.   CEED
  36.   MCDPlayer
  37.   SkandalfoCDP12
  38.  
  39.  It should work with other programs that use the same format for the song files.
  40.  
  41.  You may have to alter the FileStart variable if the files do not begin with
  42.  'ID'. See script for example.
  43.  
  44.  * ID10300A32042737 is actually 'Runaway Horses' by Belinda Carlisle
  45.  
  46.