Commit Briefs

Omar Polo

change play_*() so that they return an integer

this will allow to remove the `got_stop' hack in player.c




Omar Polo

keep the current song if load input was generated by show -p

`amused show -p' generates a listing in the form of song > current song song ... This adds an heuristic to `amused load' so that the current song can be set if it's prefixed by "> ". It's particularly useful when re-importing the state from a previous run.


Omar Polo

add the `monitor' command


Omar Polo

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.


Omar Polo

allow changing sample bit size



Omar Polo

add (and handle) cmd `repeat'


Omar Polo

handle eof wrt repeat_one





Omar Polo

print the "> " prefix only if -p is given

the prefix is nice to see, but can break the amused show | filters ... | amused load because sort(1), uniq(1) etc don't know how to strip the "> " and " " prefixes obviously.