diff --git a/pages/linux/playerctl.md b/pages/linux/playerctl.md index 28f058cd1..c3ef4ce6a 100644 --- a/pages/linux/playerctl.md +++ b/pages/linux/playerctl.md @@ -1,17 +1,17 @@ # playerctl -> Utility to control different media players. +> Control media players via MPRIS. > More information: . - Toggle play: `playerctl play-pause` -- Next media: +- Skip to the next track: `playerctl next` -- Previous media: +- Go back to the previous track: `playerctl previous` @@ -21,12 +21,12 @@ - Send a command to a specific player: -`playerctl --player={{player_name}} {{command}}` +`playerctl --player {{player_name}} {{play-pause|next|previous|...}}` - Send a command to all players: -`playerctl --all-players {{command}}` +`playerctl --all-players {{play-pause|next|previous|...}}` -- Show now playing: +- Display metadata about the current track: -`playerctl metadata --format "Now playing: {{artist}} - {{album}} - {{title}}"` +`playerctl metadata --format "{{Now playing: \{\{artist\}\} - \{\{album\}\} - \{\{title\}\}}}"`