![]() |
Upcoming moOde 8.0.0 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 8.0.0 release (/showthread.php?tid=4697) |
RE: Upcoming moOde 8.0.0 release - Tim Curtis - 02-19-2022 No betas but the production release could be this month :-) Code: Authenticated to moode ([192.168.1.204]:22). RE: Upcoming moOde 8.0.0 release - Mr.R0b0t - 02-19-2022 the best thing that happened to the raspberry pi ![]() RE: Upcoming moOde 8.0.0 release - Sehnsucht - 02-20-2022 Would it be possible, when there's a major update, for the currently running moOde instance to download the new moOde image to attached storage (in my case the 4th drive with all my flacs on), do a backup/restore of the current config into that image, and then write it to the current SD card and reboot? On a related note, how are people writing to the SD card in the first place. The only device I have with an SD card slot is a chromebook, so I have to use a chrome extension, designed for creating recovery images for it, to create the image. It takes ages. I have a couple of SD card -> USB dongles but they don't seem to work reliably on my Ubuntu desktop. Over the years I've had a few dongles and a few desktops and it's as if they can't handle larger SD cards (larger than 2gb, that is). Is this a known problem, or am I just unlucky? Is there a name I should be looking for before buying another one? RE: Upcoming moOde 8.0.0 release - Tim Curtis - 02-20-2022 That type of upgrade process would be prone to errors and when it failed would most likely result in a dead system :-0 For writing images I use the official Raspy Pi Imager. It supports Mac, Windows, x86 Ubuntu and RaspiOS. https://www.raspberrypi.com/software/ My iMac has an uSD card slot and I mostly use that for writing images but I've also used a USB-uSD adapter in a USB port and it works just as well. Below is a link to the adapter I use. https://www.amazon.com/gp/product/B06XTQZS4F/ref=ppx_yo_dt_b_asin_title_o01_s01?ie=UTF8&psc=1 RE: Upcoming moOde 8.0.0 release - TheOldPresbyope - 02-20-2022 @Sehnsucht I use an old Lenovo Thinkpad laptop which has the usual USB ports as well as a SD port. I routinely flash moOde to uSD card either via a USB-uSD adapter or via a SD-uSD adapter. Both adapters were included in SanDisk memory card purchases I made sometime in the past. Card capacities have ranged from 4GB (well, ok, that's too small these days) to 64GB. In short, I haven't suffered problems such as you report. The adapter Tim linked to looks very cool and I might yet get one because it is USB3.0 compatible, which mine are not. Then again, my laptop is too old to have a USB3.0 port so the speed advantage would accrue only if I flashed from my RPi4s. I use the Balena Etcher out of habit but, as Tim said, the Raspberry Pi Imager works fine. Regards, Kent PS - There are some clever ways to deal with the problem of writing a new system from a working system...cases in point: a uSD card swapping method; more recently, the method being developed by the RPF for RPi4b-like hosts...but to me these are similar to the parlor trick of sipping water out of a glass while standing on one's head. ETA - PPS - This with either LinuxMint or, previously, Win10Pro as the host on the laptop. RE: Upcoming moOde 8.0.0 release - Tim Curtis - 02-21-2022 Here's draft release notes for upcoming moOde 8. We are currently testing 5.15.y kernels :-) Along with moOde 8 there will be a new moodeaaudio dot org website with a special Developer section that contains a Master Guide on how to develop code for moOde including use of Gulp, Package Build and Image Build. Code: ################################################################################ RE: Upcoming moOde 8.0.0 release - Mr.R0b0t - 02-21-2022 this is the standard or modified bullseye kernel ? RE: Upcoming moOde 8.0.0 release - Tim Curtis - 02-21-2022 Its a stock kernel with our custom drivers added. Code: aloop ALSA Loopback driver - 384K RE: Upcoming moOde 8.0.0 release - Wheel_nut - 03-01-2022 Hi Tim, Would it be very difficult to be able to save multiple WiFi SSIDs and Passphrases so that MoOde could be portable between locations? Currently, if I want to take my MoOde player to another home, I have to re-configure the WiFi to that location and then have to re-configure it back to my own home when I return. It would be nice if MoOde behaved like my Android Phone and remembered and automatically connected to a remembered SSID. Robin RE: Upcoming moOde 8.0.0 release - Tim Curtis - 03-01-2022 It's more a matter of time and priority on the TODO list rather than difficulty. Hopefully it will bubble up near the top for a post 8.0.0 release or another dev will take it on :-) |