			       MKCDTOC
		by Konstantin Korikov <lostclus@ua.fm>

mkcdtoc is a small and flexible command line utility to create
toc-files for cdrdao. It reads a list of audio files and outputs a
toc-file with a track specification for each audio file. Input data
can be a raw list with one file name on each line, or an m3u play
list. The program has a modular architecture and can be extended via
plugins.  The distribution includes a few plugins that can retrieve
meta information from audio files to fill CD-TEXT blocks in the
generated toc-file. There are plugins to perform audio file to WAVE
format conversion.

mkcdtoc requires Perl >= 5.8.0.

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
