require "global.php"; require "streaming.php"; StartPage(); $numfiles = exec("find /usr/local/sounds -type f | wc -l"); $numkbytes = exec("du -s /usr/local/sounds/"); $nummegs = (int) ($numkbytes/1000); $numhours = (int) (($numfiles * 5) / 60 ); echo "
streaming from my home server all day, every day.
$numfiles tracks. over $nummegs megs. that's more than $numhours
hours of continuous music. all on random
shuffle, of course, making for an interesting listening experience.
click on the link below to listen! you'll need a mp3 stream-
capable client such as
xmms or
itunes.
"; CurrentlyPlaying2(); echo "
"; NowPlaying(); PrintLast(); echo "