Suggestions for the future: Headless RPi support!

@pf_Morpheus said:
I seem to have gotten mpd to work on Debian in the version 20.19. and plexamp appears to be connecting to it just fine.
But now I keep getting the following error when trying to start the playback of a song.

error: Got exception playing media:  [5@0] {} unknown command "addidwithloudness"
error:  Error:  [5@0] {} unknown command "addidwithloudness"

Does anyone have any suggestions?

You must edit server.prod.js, find sendCommandAsync(m(“addidwithloudness”,[e, ……(some other parameters here)])) and replace it with find sendCommandAsync(m(“addid”,[e]))
official MPD protocol don’t support addidwithloudness command. Why it works on RPi I don’t know.