Moode Forum
Update to version 9.3.0 - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Update to version 9.3.0 (/showthread.php?tid=7563)

Pages: 1 2


Update to version 9.3.0 - alessandro55 - 03-26-2025

Hi everyone, I updated to version 9.3.0 and I can't find the AIFF files in the library. I have a raspberry Pi4 and the files are on the Nas. After several tests and attempts Moode does not see the Aiff files. I'm not very expert. Thanks to everyone for the help.


RE: Update to version 9.3.0 - Tim Curtis - 03-26-2025

I assume you read the **NOTE in the release announcement.
https://moodeaudio.org/forum/showthread.php?tid=7496


RE: Update to version 9.3.0 - alessandro55 - 03-27-2025

OK thank you


RE: Update to version 9.3.0 - wadada - 03-28-2025

I updated moode to 9.3.0, restarted, updated library and restarted. System Information show moode 9.3.0 with MPD 023.14.
Now I tried the instruction Tim shared to bump MPD to 24.2.
Should I keep mpd.conf or overwrite with the one from the source?


RE: Update to version 9.3.0 - Tim Curtis - 03-28-2025

Did the update log confirm that it completed successfully?


RE: Update to version 9.3.0 - wadada - 03-28-2025

nope. just checked. it failed somewhere. But now I am on 24.2 and all works fine. Failed also on my second pi. Will do a fresh install later...
tried to do a manual upgrade via the command you shared from the terminal. But this also failed.


RE: Update to version 9.3.0 - wadada - 03-28-2025

Update: 
Pi 1 & P2 updated via the webinterface both failed.
Pi 3 update with this command
Code:
sudo /var/www/util/system-updater.sh moode9)
from the terminal was successful.
Regards


RE: Update to version 9.3.0 - TheOldPresbyope - 03-28-2025

@wadada

All Pi 1s and some Pi 2s are 32- bit only. The update is for the 64-bit moOde build.

Regards,
Kent


RE: Update to version 9.3.0 - wadada - 03-28-2025

My bad. I meant Pi setup 1 and setup 2 failed when initiating update from 9.26->9.3 via web interface. Pi setup 3 I tried directly with the shell command and it went through without any issue. All Pi's are minimum version 3.


RE: Update to version 9.3.0 - jwpope - 03-30-2025

I had a similar failure to update via web interface. The in-place status log looks like:

Code:
20250330 164653 updater: Start 2025-03-21 update for moOde
20250330 164653 updater: ** Step 01-35: Remove package hold
20250330 164700 updater: ** Step 02-35: Update package list
20250330 164751 updater: ** Step 03-35: Update Linux kernel to 6.6.74
20250330 164751 updater: ** - Kernel is current, no update required
20250330 164751 updater: ** Step 04-35: Install moode-player=9.3.0-1moode1
20250330 164834 updater: ** Step failed
20250330 164834 updater: ** Exiting update
20250330 164834 updater: Install failed, update cancelled

Same status resulted on Pi 3B+ and Pi Zero 2W systems both of which show aarch64 Bookworm 12.6 64 bit.
The dpkg --list is showing that the moode-player is in "Unpacked" status and not yet installed...

sudo dpkg --list "*moode*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version       Architecture Description
+++-==============-=============-============-=================================
iU  moode-player   9.3.0-1moode1 all          moOde audio player

Further info:

I installed 9.3.0 from Raspberry Pi imager restoring the configuration saved from my 3B+ system. I had to manually choose my HiFiBerry DAC+ Pro card which did not get carried over from the backup settings, but otherwise followed the notes to apply the patch that installs just the updated mpd 0.24.2-1moode1, followed by regenerating my Library, etc., and I'm now at moose-player 9.3.0 which appears in a "Hold Installed" state using dpkg --list.