Blob


1 * amused 0.7; 2022-05-19
2 - amused monitor optionally accepts a list of events to report
3 - consume all enqueued messages before calling imsg_read
5 * amused 0.6; 2022-05-10
6 - manpage tweaks
7 - fix file descriptor leak on player_playnext failure
8 - added a simple filetype detector instead of relying on file extensions
10 * amused 0.5; 2022-03-26
11 - unbreak opus and ogg vorbis
12 - handle flacs with bps != 16 and/or channels != 2
13 - speed up `load' a lot (especially over NFS)
15 * amused 0.4; 2022-03-14
16 - second part of the "unbreak flac" due to carelessly refactoring
18 * amused 0.3; 2022-03-13
19 - unbreak flac: add back missing counter reset
21 * amused 0.2; 2022-03-10
22 - keep the current song if `load' input was generated by show -p
23 - update the current song after `load' if the player was stopped
24 - follow tmux behavior wrt how the daemon is automatically started
25 - changed the output of `amused status' to simplify parsing
26 - correctly handle arguments for subcommands
27 - correctly pledge the player process with "stdio recvfd audio"
28 - manpage improvements
30 * amused 0.1; 2022-02-24
31 - first public version (and probably last too, the thing is finished)