Commit Briefs

Omar Polo

fix show command


Omar Polo

fix main_play_song return



Omar Polo

don't set the rate twice




Omar Polo

missing break


Omar Polo

fix state after play/pause


Omar Polo

extra new line


Omar Polo

typo


Omar Polo

don't assert IMSG_STOP

there's a small window of time where we could deliver a pause message and crash the player.


Omar Polo

add main_send_player


Omar Polo

fix repeat all

The check is useless, the wraparound is already handled in the following line.


Omar Polo

print debugging info on SIGINFO


Omar Polo

print status for `add' command