Short: Read the AsimCDFS CDDA library, v1.1 Author: wnoeker@t-online.de (Wilhelm Noeker) Uploader: wnoeker t-online de (Wilhelm Noeker) Type: disk/cdrom Architecture: m68k-amigaos "CDlib" is a CLI tool that extracts information from the audio CD library in AsimCDFS 3.x. It does much the same as the "print catalog to file" feature in AsimTunes (at least if you choose to redirect its output to a file, which is highly recommended), but has slightly more options. Sample usage: cdlib -d ; list disc titles only cdlib -t -v ; list tracks, verbose (add disc title to each line) cdlib -t -V -u ; list tracks, very verbose (add disc title and artist), ; show user settings (playlist/skipped tracks) cdlib -t -d ; also combines titles and tracks, but in a different ; way The following is new in v1.1: cdlib -i ; export the database as "ID files" This produces one file of track listings for each disc found in the database. The files are named something like "ID1400AD2F03CB1D" (which should sound familiar to you?) and are all created in the current directory. Also, for discs that have a program (either tracks to skip or instructions to play them in a particular order) an additional settings file is created, with a name like "PR1400AD2F03CB1D". Source is included (plain ANSI C). Have fun!