LAMIP shell control plugin
---------------------------

This is the shell control plugin for LAMIP audio player.

you need to have libreadline and libhistory installed in order to get it
working... It is normally installed on a linux system...

to compile this source code you need gcc, automake, autoconf and libtool
you launch the "bootstrap" script and then you could run
"autoreconf -vifs && ./configure && make" as user

to install this plugin launch "make install" or "make install-strip" as root
(lamip must accessible via the PATH variable or the plugin will not be install)

Only one playlist is supported by now...
But command line completion should work with all commands!


some commands that are working at the moment:

set gapless 1
get gapless
open files FILE		// Only single files supported by now :(
			// but you can open more than one file...
open url http://...	// you can open an url with that
play
stop
seek MS			// seeking in milliseconds
next
prev
playlist show		// Shows all file informations (meta-tags)
quit

---
Marcus Heese
