Moode Forum
Upcoming moOde 7.5.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 7.5.0 release (/showthread.php?tid=4292)

Pages: 1 2


Upcoming moOde 7.5.0 release - Tim Curtis - 10-11-2021

Hi,

This is a status thread for upcoming moOde 7.5.0 release. This release is mainly focussed on important updates and bug fixes.

-Tim

WIP release notes
Code:
################################################################################
#
# 2021-MM-DD TC moOde 7.5.0
#
################################################################################

Updates

- UPD: Bump to librespot 0.3.0
- UPD: Improve Spotify Config
- UPD: Add ALSA output mode to Multiroom Receiver config
- UPD: Add query timeout to Multiroom Sender config

Radio stations

- NEW:
- UPD: Bayern 2
- UPD: BR-Klassik
- UPD: Jazz FM
- UPD: Linn Classical
- UPD: Linn Jazz
- UPD: Linn Radios

Bug fixes

- FIX: Addfav visible on context menu



RE: Upcoming moOde 7.5.0 release - philrandal - 10-11-2021

(10-11-2021, 12:49 PM)Tim Curtis Wrote: Hi,

This is a status thread for upcoming moOde 7.5.0 release. This release is mainly focussed on important updates and bug fixes.

-Tim

WIP release notes
Code:
################################################################################
#
# 2021-MM-DD TC moOde 7.5.0
#
################################################################################

Updates

- UPD: Bump to librespot 0.3.0
- UPD: Improve Spotify Config
- UPD: Add ALSA output mode to Multiroom Receiver config
- UPD: Add query timeout to Multiroom Sender config

Radio stations

- NEW:
- UPD: Bayern 2
- UPD: BR-Klassik
- UPD: Jazz FM
- UPD: Linn Classical
- UPD: Linn Jazz
- UPD: Linn Radios

Bug fixes

- FIX: Addfav visible on context menu
Can you add JB Radio 2 back in? The links are in the radio stations thread.

Cheers,

Phil


RE: Upcoming moOde 7.5.0 release - Tim Curtis - 10-11-2021

I'll have a look.


RE: Upcoming moOde 7.5.0 release - Tim Curtis - 10-11-2021

Yer all set. It's nice to have JB Radio 2 back on the air :-)


RE: Upcoming moOde 7.5.0 release - Tantor - 10-12-2021

(10-11-2021, 09:09 PM)Tim Curtis Wrote: Yer all set. It's nice to have JB Radio 2 back on the air :-)

Hi Tim, could you also update piCamillaDSP-plot  in the next MoOde release, many thanks


RE: Upcoming moOde 7.5.0 release - Tim Curtis - 10-12-2021

Do you have a link to the new version info?


RE: Upcoming moOde 7.5.0 release - TheOldPresbyope - 10-12-2021

(10-12-2021, 10:33 AM)Tantor Wrote:
(10-11-2021, 09:09 PM)Tim Curtis Wrote: Yer all set. It's nice to have JB Radio 2 back on the air :-)

Hi Tim, could you also update piCamillaDSP-plot  in the next MoOde release, many thanks

If you don't want to wait you can do it yourself in a few minutes. The general instructions are at https://github.com/HEnquist/pycamilladsp-plot

Specifically, on my moOde 7.4.1 player I ran the following (choose some convenient directory to work in; I start in user pi's home directory /home/pi)


Code:
git clone --depth 1 https://github.com/HEnquist/pycamilladsp-plot.git
cd pycamilladsp-plot
sudo pip3 install .

The output from the install step ended with the following

Code:
Successfully built camilladsp-plot
Installing collected packages: camilladsp-plot
 Found existing installation: camilladsp-plot 0.6.0
   Uninstalling camilladsp-plot-0.6.0:
     Successfully uninstalled camilladsp-plot-0.6.0
Successfully installed camilladsp-plot-0.6.2

I tried "plot frequency response of this filter" and "plot the pipeline" buttons and both still(!) worked. I have no idea what improvements this upgrade brings. 

Regards,
Kent

PS - using the --depth 1 option on git clone isn't necessary but it saves time and space when all you want is the current codebase.


RE: Upcoming moOde 7.5.0 release - Tim Curtis - 10-12-2021

Is there a link to the 0.6.2 release notes so I can see what the bump includes?


RE: Upcoming moOde 7.5.0 release - bitlab - 10-12-2021

@TheOldPresbyope the plots in the webgui aren't done by camilladsp-plot, but directly in javascript.
Plots generated from the commandline will use camilladsp-plot.

@Tim Curtis requirements for the camilladspbackend are still pointing to camilladsp-plot 0.6.0. Just like as with previous moode releases just wait to the last moment before the moode release if the entire camilladsp tool chain be bumped. If you give me a warning 2 days in advance of the TR, I will bump and test the versions.


RE: Upcoming moOde 7.5.0 release - Tim Curtis - 10-12-2021

Great thanks @bitlab :-)