![]() |
Upcoming moOde 9.0.0 (Bookworm) - 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.0 (Bookworm) (/showthread.php?tid=6296) |
RE: Upcoming moOde 9.0.0 (Bookworm) - nullstring - 04-08-2024 (03-29-2024, 04:40 PM)Tim Curtis Wrote: @nullstring there's a reasonably stable ~pre2 package in the repo if you want to try it out. Hello Tim! I finally got a chance to look at this, but it appears that the moode-player=9.0.0-1moode1~pre2 package was removed from the deb repo. Let me know when I can look at this again. Sincerely, nullstring RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 04-08-2024 A ~pre3 package is in the works pending completion of updates to the Backup/Restore and Auto-configure routines. It's quite a bit of work so prolly in the next few days. RE: Upcoming moOde 9.0.0 (Bookworm) - nullstring - 04-08-2024 (04-08-2024, 09:14 PM)Tim Curtis Wrote: A ~pre3 package is in the works pending completion of updates to the Backup/Restore and Auto-configure routines. It's quite a bit of work so prolly in the next few days. Perfect. Thank you! RE: Upcoming moOde 9.0.0 (Bookworm) - ptrkollias - 04-09-2024 (04-08-2024, 09:14 PM)Tim Curtis Wrote: A ~pre3 package is in the works pending completion of updates to the Backup/Restore and Auto-configure routines. It's quite a bit of work so prolly in the next few days. Very fine. I'll give a try. Perhaps it takes too long to start Moode because it has to update library. Thanks a lot RE: Upcoming moOde 9.0.0 (Bookworm) - Nutul - 04-09-2024 (04-09-2024, 07:18 AM)ptrkollias Wrote: Perhaps it takes too long to start Moode because it has to update library.AFAIK moOde doesn't do a library update at every startup... RE: Upcoming moOde 9.0.0 (Bookworm) - fralippo - 04-09-2024 I'd also like to try the pre3 package on my new Pi5, although I'm not sure to be able to do it... Anyway, one question, would it only be possible with a monitor connected to the Pi's hdmi output? Or is it possible to edit the code on the SD card on a Windows PC? RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 04-09-2024 (04-09-2024, 03:49 PM)Nutul Wrote:(04-09-2024, 07:18 AM)ptrkollias Wrote: Perhaps it takes too long to start Moode because it has to update library.AFAIK moOde doesn't do a library update at every startup... Library update is strictly on-demand by explicitly doing "Update library" from the menu or by Regenerating the library from Library Config. It's never done automatically at startup. Have a look at the startup daemon /var/www/daemon/worker.php RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 04-09-2024 (04-09-2024, 03:55 PM)fralippo Wrote: I'd also like to try the pre3 package on my new Pi5, although I'm not sure to be able to do it... Anyway, one question, would it only be possible with a monitor connected to the Pi's hdmi output? Or is it possible to edit the code on the SD card on a Windows PC? For ~pre3 I might create a test image but if not then you would need to follow the instructions posted earlier in this Thread. You need to be able to SSH into a freshly booted Bookworm Lite. RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 04-11-2024 Hi, A ~pre3 image and moode-player installable package are available for testing. The pre images are hosted at moodeaudio.org (not GitHub) and download times may be long due to limited bandwidth for my hosting plan. The goal for ~pre3 was stability and function, especially for audio configuration (ALSA dynamic card assignment) and backup/restore (refactor, add missing settings), and also to provide a working alsa_cdsp / CamillaDSP on Pi-5. Audio configuration The main change in Bookworm is that ALSA now assigns I2S audio devices an available card instead of always card 0 and then no other cards are visible. This means that after configuring an I2S audio device (and restarting) it just appears as another device in the Output device dropdown list along with HDMI/Headphone/USB devices and can be selected and set w/o restart. There is also a new Output device cache that retains MPD volume type, ALSA output mode and max volume for a given device. These values will be used the next time the device is selected and set thus making things easier. Backup/restore The Config and Press settings have been updated to include all reported missing settings. There is also a new landing page that is displayed after a restore completes. Note that moode 8 series backups cannot be used to restore to moode 9 due to the differences in audio and networking between Bullseye and Bookworm. CamillaDSP A test compile of the original alsa_cdsp output plugin (format switcher) is included to enable CamillaDSP to function on Pi-5 although there may be issues. Note it does not work on < Pi-5. This is being investigated but there is no timing yet for a resolution. Image download http://moodeaudio.org/test/image_2024-04-10-moode-r900~pre3-arm64-lite.zip Installing ~pre3 on fresh Bookworm Lite Code: #/////////////////////////////////////////////////// WIP release notes Code: ################################################################################ RE: Upcoming moOde 9.0.0 (Bookworm) - TheOldPresbyope - 04-11-2024 @Tim Curtis I can't imagine how many hours you've put into this (well,, actually, I sorta can). Three cheers and a tip of my hat to you! Regards, Kent |