Commits
Commit:
90122a37e6f55f08fd979f7b07ba20a49952faf8
Date:
Sat May 14 18:54:20 2022
UTC
amused monitor: allow to pass a list of event as filter
it's easier / simpler for scripts to do
$ amused monitor next,prev,jump
rather than
$ amused monitor | egrep --line-buffered 'next|prev|jump'
Commit:
5d86bc14239778053daa5c38c13f2a5c7d63a24c
Date:
Tue May 10 15:04:48 2022
UTC
simplify main_send_player: data is always NULL
Commit:
0da0ad464c14fc59e00a2d2d904ebc97bedb212e
Date:
Wed Mar 9 11:24:36 2022
UTC
change play_*() so that they return an integer
this will allow to remove the `got_stop' hack in player.c
Commit:
5a4b30307238cd3830c084656fe79c1f00eebcde
Date:
Wed Mar 9 09:16:36 2022
UTC
drop functions prototypes private to player.c and move hdl there too
Commit:
2139c525dbcd33e08c153dd8dbe75cd1fddf6b30
Date:
Wed Mar 9 09:13:06 2022
UTC
refactor the player_shouldstop/sio_write dance in a function
Commit:
3af9396383944c20699d5340bd000f7a5dafb387
Date:
Wed Mar 2 17:54:37 2022
UTC
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.
Commit:
6b47a39f8abd2139a76aeeeceff8886ffab8aa30
Date:
Mon Feb 21 21:11:23 2022
UTC
add the `monitor' command
Commit:
87f575c3c6293c5cdff2b424a9f182f1857248f3
Date:
Mon Feb 21 21:03:07 2022
UTC
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.
Commit:
e24324f1e5f50d7f1ceb3f8ae4c5513fa27d89f5
Date:
Mon Feb 21 17:25:10 2022
UTC
allow changing sample bit size
Commit:
4439877917f4c738e32c2ce63a961c8930c101af
Date:
Sat Feb 19 10:16:28 2022
UTC
show repeat one/all status in `amused status' output
Commit:
310ef57cd092b0af07f656a3b8d40eea6a07ddea
Date:
Sat Feb 19 10:16:28 2022
UTC
add (and handle) cmd `repeat'
Commit:
f3bd773be6486fa2c212ff27aee53e3894bcc51d
Date:
Sat Feb 19 10:16:28 2022
UTC
handle eof wrt repeat_one
Commit:
7fc831ea00ec72448ae3f54f24b047528daa61d8
Date:
Fri Feb 18 08:29:17 2022
UTC
support setting the number of channels for flac and vorbis
Commit:
a913de2162216a16a67cd8cf5ae0371c258aefc7
Date:
Thu Feb 17 15:41:02 2022
UTC
add `jump' subcommand to play the first matching
Commit:
ec1fb0c7bde7316b21c4facdcd43af92792487b5
Date:
Thu Feb 17 15:04:11 2022
UTC
change res->file to be a path instead of a FILE *
Omar Polo