05-07-2020, 08:35 PM
Yo.u can get the binary from the moOde repo.
https://github.com/moode-player/moode/releases
Scroll down to release 6.4.2, click Assets, then download the source code zip or get it via SSH on your moOde box using the procedure below. The procedure also install the binary.
if you need to go back to either the 6.5.2 default binary or the 0.22.-git test binary then follow the procedure below.
Whichever one you install it has to match the currently selected entry in the MPD version field on Audio config.
https://github.com/moode-player/moode/releases
Scroll down to release 6.4.2, click Assets, then download the source code zip or get it via SSH on your moOde box using the procedure below. The procedure also install the binary.
Code:
wget https://github.com/moode-player/moode/archive/r642prod.zip
unzip -q r642prod.zip
sudo cp moode-r642prod/other/mpd/mpd-0.21.16 ./
sudo mv ./mpd-0.21.16 /usr/local/bin/mpd
sudo rm -rf ./moode-r642prod
sudo rm ./r642prod.zip
sudo systemctl restart mpd
if you need to go back to either the 6.5.2 default binary or the 0.22.-git test binary then follow the procedure below.
Code:
sudo cp /var/www/inc/mpd-* ./
sudo mv ./mpd-0.21.22 /usr/local/bin/mpd
--or--
sudo mv ./mpd-0.22-git /usr/local/bin/mpd
sudo systemctl restart mpd
Whichever one you install it has to match the currently selected entry in the MPD version field on Audio config.