MKCDTOC
by Konstantin Korikov <lostclus@ua.fm>
mkcdtoc is a small and flexible command-line utility to create toc-files for cdrdao. It reads list of audio files and outputs toc-file with track specification for each audio file. Input data can be a raw list with one file name at each line or m3u play list. The program has a modular architecture and can be extended via plugins. The distribution include few plugins that can retrieve meta information from audio files to fill CD-TEXT blocks in the generated toc-file. Also there is plugins to perform audio files conversion to WAVE format.
To install mkcdtoc type:
# tar xjf mkcdtoc-VERSION.tar.bz2
# cd mkcdtoc-VERSION
# make install
This will install executable to /usr/local/bin, man page to /usr/local/man/man1 and plugins to /usr/local/share/mkcdtoc/plugins. You can change the installation prefix by editing include.mak.
vim:tw=70
