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}