Image

Imagekloostec wrote in Imagephp

Thought someone might be interested

I wrote a web interface for XMMS (a winamp-like media player for Linux). It works best if you're also running a shoutcast server (this basically enables remote control of the stream).

It has some unique requirements, though:

Must be running apache/php and xmms on the same machine
Must have xmms-shell application installed
Must not be running php in safe mode
User running apache must have sudo access to run the xmms-shell application as the user running xmms with no password
(example for my server - "apache ALL = (kloostec) NOPASSWD: /usr/bin/xmms-shell")

Anyway, here's some screenshots (click to enlarge):

Image Image

You can see a live version of the "guest" section at http://qbranch.gavintech.com/xmmsguest/ (although I'll be sleeping for the next several hours, and the site will report "XMMS is closed").

If anyone's interested in the source, let me know.