MusicPlayerDaemon / mpc

Command-line client for MPD
GNU General Public License v2.0
191 stars 36 forks source link

mpc current -f "%artist%" returns blank #100

Closed bonelifer closed 8 months ago

bonelifer commented 1 year ago

In both MPD: 0.23.12 or git master(0.24)

Using this script: https://gist.github.com/jesvs/bd0d00e736503fb3385f799dad1aeaac Also happens on terminal: mpc current -f "%artist%"

Using playerctl works playerctl metadata artist

So mpd is outputting the artist tag. I tried it on other tags and they were also blank.

MaxKellermann commented 1 year ago

Can't reproduce. What is your mpc version? What is exactly being transmitted between MPD and mpc?

bonelifer commented 1 year ago

Synaptic says it's mpc .34-1 Xubuntu 22.04 Not sure what you mean.

MaxKellermann commented 1 year ago

Capture the MPD protocol between MPC and mpc.

bonelifer commented 1 year ago

how would I do that?

MaxKellermann commented 1 year ago

strace, wireshark, tcpdump - there are many tools for the job.

MaxKellermann commented 8 months ago

No reply