Short:        Small feature-packed ProTracker&Clones player v1.0
Author:       Frits Letteboer (frits.letteboer@hetnet.nl)
Uploader:     Frits Letteboer (frits letteboer hetnet nl)
Type:         mus/play
Replaces:     mus/play/clitracker.*
Requires:     xpkmaster.library 2.0+, OS2.04, ptreplay.library 6.0+
Architecture: m68k-amigaos

Welcome to the 1998 version of CLI-Tracker.

CLI-Tracker is (yet another) player for ProTracker modules and some clones.
It has the following features:

* Can load and save modules
* Displays comments
* Has a volume slider
* Uses XPK for both loading and saving
* Tries to fix corrupted modules
* Can be opened on any Public screen
* Displays samplenames
* Uses PTReplay.library to get around incompatibility problems with some replayers
* lots more

Since the documentation is not ready it is not included in this release.
I'll try to give a short tutorial.

CLI-Tracker is a CLI-based utility. It has the following template:

FILE/K, PUBSCREEN/K, XPK/S, XPKMETHOD/K

/K is a keyword
/S is a switch

FILE - Guess what... If this is not specified CLI-Tracker98 opens a nice
		 requester.

PUBSCREEN - An optional public screen to open CLI-Tracker98's window.
				(Must be present, ofcourse)

XPK - Use XPK for saving, or not

XPKMETHOD - Which compression library to use. (Default is SQSH)
				This MUST be a 4-letter CAPITALISED word, like "NUKE" but not "nuke"

Example:

To open the module "dh1:mods/guitar.mod" on the screen "DOPUS.1" with
XPK on and SHRINK as packer use:

CLI-Tracker98 dh1:mods/guitar.mod PUBSCREEN="DOPUS.1" XPK XPKMETHOD="SHRI"

Easy as that isn't it...

Have fun with it.