mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
mpd: support the single
flag
This flag indicates that `mpd` will automatically stop after the current song is played.
This commit is contained in:
parent
b15714b38a
commit
57711f0dbe
3 changed files with 9 additions and 1 deletions
|
@ -20,6 +20,9 @@ mpd - This module provides MPD status such as currently playing artist/album/son
|
|||
| consume
|
||||
: bool
|
||||
: True if the *consume* flag is set
|
||||
| single
|
||||
: bool
|
||||
: True if the *single* flag is set
|
||||
| volume
|
||||
: range
|
||||
: Volume of MPD in percentage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue