mpd: support the single flag

This flag indicates that `mpd` will automatically stop after the
current song is played.
This commit is contained in:
Ben Boeckel 2024-12-24 23:52:13 +01:00
parent b15714b38a
commit 57711f0dbe
3 changed files with 9 additions and 1 deletions

View file

@ -26,11 +26,13 @@
is on.
* Added "string like" `~~` operator to Map particle. Allows glob-style
matching on strings using `*` and `?` characters ([#400][400]).
* Added "single" mode flag to the `mpd` module ([#428][428]).
[96]: https://codeberg.org/dnkl/yambar/issues/96
[380]: https://codeberg.org/dnkl/yambar/issues/380
[392]: https://codeberg.org/dnkl/yambar/issues/392
[400]: https://codeberg.org/dnkl/yambar/pulls/400
[428]: https://codeberg.org/dnkl/yambar/pulls/428
### Changed