If i understand properly, i should be able to install upmpdcli and run mconnect to control playback for mpd? For now i am using it via LMS, with upmdpcli as a player. But i was keen to try some of the funky player apps for ipad.
So far this is not working in 1.2.1 for a couple of obvious reason and some not so.
the key servers in the install.sh script are deprecated
repos are set for stretch, but if you're using buster...
even after manually setting up you still get. Unable to locate package upmpdcli-tidal. I think this app is missing/no longer available?
I have upmpdcli running, checked in the gui, but cannot connect.
Is this a simplish fix? I am happy to test or make manual changes if it helps. Should we be using something other than buster on PI? Here some obvious changes to the install.sh hope it helps.
gpg --keyserver
keyserver.ubuntu.com --recv-key F8E3347256922A8AE767605B7808CE96D38B9201
gpg --export '7808CE96D38B9201' | sudo apt-key add -
echo "Creating upmpdcli repo"
echo deb
http://www.lesbonscomptes.com/upmpdcli/d.../raspbian/ buster main > ${APT_SRC}
echo deb-src
http://www.lesbonscomptes.com/upmpdcli/d.../raspbian/ buster main >> ${APT_SRC}