From 998e0f5f4f5e605fee54779bb31f75f9ec72ab52 Mon Sep 17 00:00:00 2001 From: enes4949 <63241739+enes4949@users.noreply.github.com> Date: Tue, 7 Apr 2020 04:24:51 +0300 Subject: [PATCH] playerctl: added show now playing (#3967) --- pages/linux/playerctl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/playerctl.md b/pages/linux/playerctl.md index 3c1212055..a93d19af8 100644 --- a/pages/linux/playerctl.md +++ b/pages/linux/playerctl.md @@ -25,3 +25,7 @@ - Send a command to all players: `playerctl --all-players {{command}}` + +- Show now playing: + +`playerctl metadata --format "Now playing: {{artist}} - {{album}} - {{title}}"`