10-14-2019, 02:24 PM
Hi
Thanks for your feedback.
Sorry, I forgot that Moode 5 introduced changes to the system files that mpd_oled includes a patch for to set up the audio copy for the spectrum analyser. This means that the current Moode patch doesn't work with Moode 4.
My suggestion is to undo the patch, in case it made any changes, and install a version of mpd_oled from the time when Moode 4 was current.
First, rerun the patch command. If it previously succeeded it should give you an option to reverse the patch, say yes to this, otherwise it will simply fail again and nothing needs to be done. From the mpd_oled source directory run
Now, remove the build files
Checkout a version of mpd_oled from when Moode 4 was current
View and follow the Moode install directions from that time
I'll update the Moode install instructions to say that they only work with Moode 6 and 5.
Adrian.
Thanks for your feedback.
Sorry, I forgot that Moode 5 introduced changes to the system files that mpd_oled includes a patch for to set up the audio copy for the spectrum analyser. This means that the current Moode patch doesn't work with Moode 4.
My suggestion is to undo the patch, in case it made any changes, and install a version of mpd_oled from the time when Moode 4 was current.
First, rerun the patch command. If it previously succeeded it should give you an option to reverse the patch, say yes to this, otherwise it will simply fail again and nothing needs to be done. From the mpd_oled source directory run
Code:
sudo patch -d/ -p0 -N < moode_mpd_fifo.patch
Now, remove the build files
Code:
make clean
Checkout a version of mpd_oled from when Moode 4 was current
Code:
git checkout -b moode4 a8cd6b1b82cd7265f8dd40d41b8b73898f6495b3
View and follow the Moode install directions from that time
Code:
less INSTALL_MOODE.md
I'll update the Moode install instructions to say that they only work with Moode 6 and 5.
Adrian.