logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Playerctl - Control Media Players via MPRIS | Online Free DevTools by Hexmos

Control media players instantly with Playerctl. Manage playback, skip tracks, and display metadata using the command line. Free online tool, no registration required.

playerctl

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

  • Toggle play:

playerctl play-pause

  • Skip to the next track:

playerctl next

  • Go back to the previous track:

playerctl previous

  • List all players:

playerctl --list-all

  • Send a command to a specific player:

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

  • Send a command to all players:

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

  • Display metadata about the current track:

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

See Also