Moode Forum
Upcoming moode 9.0.1 bugfix release - 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: Upcoming moode 9.0.1 bugfix release (/showthread.php?tid=6498)

Pages: 1 2


Upcoming moode 9.0.1 bugfix release - Tim Curtis - 05-20-2024

Hi,

Here's the latest WIP bug fixes.

Code:
################################################################################
#
# 2024-MM-DD moOde 9.0.1 (Bookworm)
#
################################################################################

Bug fixes

- FIX: GPIO buttons driver crashes due to null values in cfg_gpio table
- FIX: Fixed (0dB) reverts to Software vol for DAC's w/o Hardware volume
- FIX: Clear/Play action for One touch radio displays an unknown notification
- FIX: CoverView automatic display notification stays up indefinitely



RE: Upcoming moode 9.0.1 bugfix release - Tim Curtis - 05-24-2024

More minor bugs reported, reproduced and fixed :-)

If the bug you reported is not in the release notes let me know.

Code:
################################################################################
#
# 2024-MM-DD moOde 9.0.1 (Bookworm)
#
################################################################################

Bug fixes

- FIX: Network scan list is incorrectly parsed and incomplete
- FIX: Library update REST API not working due to incorrect include path
- FIX: Worker log reports method: dhcp even when static addr is set
- FIX: GPIO buttons driver crashes due to bad values in cfg_gpio table
- FIX: Fixed (0dB) reverts to Software vol for DAC's w/o Hardware volume
- FIX: Clear/Play action for One touch radio displays an unknown notification
- FIX: CoverView automatic display notification stays up indefinitely
- FIX: Rotary encoder systemd unit file is marked as executable



RE: Upcoming moode 9.0.1 bugfix release - bitlab - 05-24-2024

Missing fix: Allow backup import 8 with config, playlist, stations and cdsp from web gui.


RE: Upcoming moode 9.0.1 bugfix release - Tim Curtis - 05-24-2024

That one is next in the queue :-)


RE: Upcoming moode 9.0.1 bugfix release - Tim Curtis - 05-24-2024

A few more fixes and updates.

Code:
################################################################################
#
# 2024-MM-DD moOde 9.0.1 (Bookworm)
#
################################################################################

Updates

- UPD: Allow backup zips from moode 8 to be restored
- UPD: Show 255.255.255.0 (Default) as the default netmask

Bug fixes

- FIX: Network scan list is incorrectly parsed and incomplete
- FIX: Library update REST API not working due to incorrect include path
- FIX: Worker log reports method: dhcp even when static addr is set
- FIX: GPIO buttons driver crashes due to bad values in cfg_gpio table
- FIX: Fixed (0dB) reverts to Software vol for DAC's w/o Hardware volume
- FIX: Clear/Play action for One touch radio displays an unknown notification
- FIX: CoverView automatic display notification stays up indefinitely
- FIX: Rotary encoder systemd unit file is marked as executable



RE: Upcoming moode 9.0.1 bugfix release - ststefanov - 05-26-2024

(05-24-2024, 01:56 PM)Tim Curtis Wrote: That one is next in the queue :-)

Is it include library too?
This is the only one which stops me to upgrade. My library is huge.


RE: Upcoming moode 9.0.1 bugfix release - Tim Curtis - 05-26-2024

(05-26-2024, 07:20 AM)ststefanov Wrote:
(05-24-2024, 01:56 PM)Tim Curtis Wrote: That one is next in the queue :-)

Is it include library too?
This is the only one which stops me to upgrade. My library is huge.

The MPD database, moode tag cache and cover thumbs have never been part of backup/restore, prolly because for large collections the cover thumbs would result in a huge zip file which would exceed PHP upload file size limits for the restore.

If you want to try to migrate them yourself then copy the items below to a USB drive and then to their same locations in moode9. I've never tested this so YMMV.

FILE: /var/lib/mpd/database
FILE: /var/local/www/libcache_all.json
DIRECTORY: /var/local/www/imagesw/thmcache/


RE: Upcoming moode 9.0.1 bugfix release - ststefanov - 05-27-2024

Seems to work fine!
Thank you!


RE: Upcoming moode 9.0.1 bugfix release - kurt1970 - 05-31-2024

Hi Tim,

I successfully installed 9.0.1 and migrated my 8.3.9 config. Congrats! Great work!

However, when I check for an update (Configure - System - Software update), I get the message "Check for update failed".

Is this normal?

Tx,
Kurt


RE: Upcoming moode 9.0.1 bugfix release - Tim Curtis - 05-31-2024

You are a bit ahead of the official release. See this post from yesterday
https://moodeaudio.org/forum/showthread.php?tid=6532&pid=54743#pid54743

The new 2024-05-30 image was uploaded this morning but I still need to run a few more tests on the patch thats needed for the in-place update to become visible. If that looks ok there is a good chance that 901 will be released sometime today, officially :-)