i3blocks-contrib icon indicating copy to clipboard operation
i3blocks-contrib copied to clipboard

Mediaplayer not working ( tested on cmus and VLC)

Open Henry-Ta opened this issue 3 years ago • 0 comments

Expected behavior

Print out song artist, title

Actual behavior

Nothing shows up, but replace command=".../mediaplayer" with regular command=echo "playerctl metadata artist" then it works

i3blocks config relevant to blocklet(s)

command= echo $(playerctl metadata artist) #command=~/.config/i3blocks/scripts/mediaplayer
instance=cmus
interval=5
signal=10

Output of blocklet(s) when run from command line

Only shows up result of echo command, not default command of mediaplayer blocklet

Output of any relevant other commands that might help diagnostics

Henry-Ta avatar May 28 '21 21:05 Henry-Ta