playerctl Command Examples

Control media players via MPRIS. More information: https://github.com/altdesktop/playerctl.

playerctl play-pause

playerctl next

playerctl previous

playerctl --list-all

playerctl --player {{player_name}} {{play-pause|next|previous|...}}

playerctl --all-players {{play-pause|next|previous|...}}

playerctl metadata --format "{{Now playing: \{\{artist\}\} - \{\{album\}\} - \{\{title\}\}}}"