-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Milestone
Description
For statusline generators that want to print something when any property changes including position, volume, status, etc.
Maybe something like this:
playerctl properties --format '{{playerName}}: {{artist}} - {{title}} {{emoji(volume)}} {{emoji(status)}}' -F
Print a table of all properties similar to metadata with no arguments.
Implement the standard g-properties-changed
event on the player for the implementation.
orestisfl