this mod_mp3-status patch is not more than a quick hack to add a status-report-handler mod_mp3 is available from http://media.tangent.org/ Requesting the status is simple: GET /?op=status HTTP/1.0 Host: your.mod_mp3.host This will give you something like this: # status 0.0.0.0 on air now 5 -1 192.168.0.222 0eed5ce2862a905a562b600a03db3473 This is a tab-separated list telling you which child (#) is currently streaming what song (on air now) to which client (0.0.0.0). In this case, child #5 streams 0eed5ce2862a905a562b600a03db3473 to the host with ip 192.168.0.222 in my local network. Of course, this doesn't really tell you much. I am using Ampache (available from http://ampache.kveton.com/), so i have a database available to ask for details, so this was enough for me. -lukas schroeder