moOde 9.2.2 is available - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Forum Announcements and Rules (https://moodeaudio.org/forum/forumdisplay.php?fid=15) +--- Forum: Announcements (https://moodeaudio.org/forum/forumdisplay.php?fid=17) +--- Thread: moOde 9.2.2 is available (/showthread.php?tid=7284) |
moOde 9.2.2 is available - Tim Curtis - 01-09-2025 Hi, moOde 9.2.2 is available in the Media Player OS section of the Raspberry Pi Imager or as a direct download at https://moodeaudio.org. Don't forget to read the Setup Guide :-) Summary
These patches only take a few seconds to install. Turn on Web SSH in System Config, open the SSH terminal and login with your userid and password then enter the commands below. Reboot after the second patch completes. 1. This patch fixes some minor bugs in the Deezer feature and updates PHP/NGINX max upload size. Code: wget -q -O - https://moodeaudio.org/test/r922patch_multi.sh | sudo bash 2. This patch fixes a bug in the Deezer and Spotify metadata screens that cause unresponsive icons Code: wget -q -O - https://moodeaudio.org/test/r922patch_renmeta.sh | sudo bash ISO Image The ISO image does not contain a default userid/password, SSH enabled, WiFi SSID or Hotspot password. Refer to the Setup Guide for information on how to easily set these up using the official Raspberry Pi Imager. In-place update There is an in-place update available via the "CHECK for software update" button in System Config. Click the VIEW button to read about the contents of the update package. Be sure to BACKUP your system before applying the update and click the REFRESH button on the Status page to view progress. >>> DONATIONS <<< Donations are vital to the health of our project so please donate and help keep it going in 2025 :-) Regards, The moOde crew Release notes Code: ################################################################################ RE: moOde 9.2.2 is available - Tim Curtis - 01-09-2025 Here are the two post-release patches. They only take a few seconds to install. Turn on Web SSH in System Config, open the SSH terminal and login with your userid and password then enter the command below. Reboot after the second patch completes. 1. This patch fixes some minor bugs in the Deezer feature and PHP/NGINX max upload size. Code: wget -q -O - https://moodeaudio.org/test/r922patch_multi.sh | sudo bash 2. This patch fixes a bug in the Deezer and Spotify metadata screens that cause unresponsive icons. Code: wget -q -O - https://moodeaudio.org/test/r922patch_renmeta.sh | sudo bash RE: moOde 9.2.2 is available - Tim Curtis - 01-10-2025 Bump for information on second post-release patch. |