01-09-2025, 12:07 AM
(This post was last modified: 01-10-2025, 11:41 AM by Tim Curtis.
Edit Reason: Add post release patches
)
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.
2. This patch fixes a bug in the Deezer and Spotify metadata screens that cause unresponsive icons
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
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
- New pleezer version 0.8.0 that includes support for Deezer live radio and podcasts
- New options added to Deezer Config
- New options added to Players feature
- Restore backup zips up to 128M in size
- Minor bug fixes
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:
################################################################################
#
# 2025-01-08 moOde 9.2.2 (Bookworm)
#
################################################################################
Updates
- UPD: Bump to pleezer 0.8.0
- UPD: Add support for Deezer live radio and podcasts
- UPD: Add new options to Deezer Config
- UPD: Add audio format badge to Deezer metadata
- UPD: Add audio format badge to Spotify metadata
- UPD: Improve Players feature: Add "Refresh screen" and "Rediscover" options
- UPD: Increase PHP/NGINX upload/transfer limits from 75M to 128M
Bug fixes
- FIX: IQaudIO Pi-DigiAMP+ not being unmuted during startup
- FIX: Restore fails when backup zip file size > 75M
- FIX: Audio info not showing for UPnP files
- FIX: Welcome notification gets clipped in certain landscape modes
- FIX: REST API commands sent via CLI can't access PHP session