Commit Briefs

Omar Polo

drop needless debug printf


Omar Polo

add seek subcommand


Omar Polo

implement seeking

This adds the internal management of the seeking, as well as the decoder backends bits.


Omar Polo

mark ctl_* as static too


Omar Polo

sort commands


Omar Polo

add missing initializers

meh, just to please the compiler. Global variables are guaranteed to be zeroed so not specifying a value shouldn't matter, yet it complains.


Omar Polo

bits, rate and channels are unsigned

match the struct sio_par


Omar Polo

declare local functions as static


Omar Polo

typo in 'repeat'


Omar Polo

print the duration and position



Omar Polo

don't loop indefinitely in ctl_connect

if the server fails to start for wathever reason, we end up looping in ctl_connect indefinitely as we try to spawn the deamon (that dies) and try to connect to it. Add an arbitrary maximum number of retries before giving up. Reported by sikmir in the GitHub issue #1, thanks!


Omar Polo

improving error reporting

makes the player process optionally send back a string describing the failure to provide a better and more coincise error message. This turns the syslog message(s): amused: unknown file type amused: failed to play, skipping /home/op/pics/phos.jpg into: amused: unknown file type; skipping /home/op/pics/phos.jpg


Omar Polo

bump version number


Omar Polo

CHANGES for 0.9 (tags/0.9)