Commits


remove siginfo handling was useful for debugging but now ther's the `status' command for it.


use the Ux macro for "UNIX"


flush stdout after each monitor event otherwise the output may get buffered by a pipe and it's not pretty.


add the `monitor' command


add a monitor functionality this pings all the "interesting" events to clients that issued a IMSG_CTL_MONITOR, except to the one that generated such event.


mp3: don't scale back to 16bps libmad gives us sample at 32bps, but we scaled back to 16 because minimad.c does so. However, the scale producedure from minimad.c kinds of corrupts some audio files, they don't play well. We can leave the problem to sndio which solves it better than us.


allow changing sample bit size


sync file list


drop AMUSED_VERSION and the undocumented -V flag


hide the implicit `status' under -v for play/toggle/restart/next/prev cmd


tweak comment about re/repeat, it's not unique anymore


sort commands


document repeat


show repeat one/all status in `amused status' output


add (and handle) cmd `repeat'