From ccb921cb00611130e2808a8c19f535d572f94bc8 Mon Sep 17 00:00:00 2001 From: Henry Naguski Date: Sun, 13 Sep 2020 20:23:40 -0600 Subject: [PATCH] fix mpc not respecing it's -q option --- aart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aart b/aart index 132baaf..9b7c2f2 100755 --- a/aart +++ b/aart @@ -90,7 +90,7 @@ first_start() { # check status of mpd, if it's stopped then wait for mpd to start playing # a song. Maybe only check for playing, I leave mpd paused quite often - mpc status | grep -o "playing\|paused" > /dev/null || mpc -q current --wait + mpc status | grep -o "playing\|paused" > /dev/null || mpc current --wait > /dev/null # set the art set_art "$(mpc -q current -f %file%)" -- 2.45.2