bashmp
MPD client written as bash aliases and functions. Includes a lightweight CGI interface.

Features
* The smallest MPD client ever!
* Requires only netcat (nc), sed and egrep
* Does _NOT_ require a compiler
* Includes mpcgi.sh which is a CGI interface

Download
bashmp.sh Source bashmp.sh
mpcgi.sh Source mpcgi.sh

Install
1) download bashmp and possibly mpcgi.sh
2) add bashmp.sh to your .bashrc or .profile or source it

Configuration
Set the environment variables MPD_HOST and MPD_PORT in the script. This is particularly important for running it as a CGI.

CGI Install
1) Get or have a web server that supports CGI. thttpd seems like a good choice.
2) Install bashmp.sh and mpcgi.sh into your cgi-bin directory.
3) Fire up your web browser and point it at mpcgi.sh

For Help
Read the script!

Thanks
mpc for inspiration!