Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Thread Closed 
Upcoming end-of-year release(s)
#21
I think it could be enhanced to also scroll to the artist. There are a few other corner cases that need to be handled for example when the selected album/track is last in the queue and is deleted.

A good challenge for an interested dev.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#22
(12-02-2023, 10:52 PM)Tim Curtis Wrote: There are a few other corner cases that need to be handled for example when the selected album/track is last in the queue and is deleted.
I fail to catch you on this one: if it's the last and it's deleted, then the queue is empty and there is no reason to locate any artist / album in the library...?

Quote:A good challenge for an interested dev.
See what we can do, then... :-D
#23
(12-03-2023, 12:20 AM)Nutul Wrote:
(12-02-2023, 10:52 PM)Tim Curtis Wrote: There are a few other corner cases that need to be handled for example when the selected album/track is last in the queue and is deleted.
I fail to catch you on this one: if it's the last and it's deleted, then the queue is empty and there is no reason to locate any artist / album in the library...?

Quote:A good challenge for an interested dev.
See what we can do, then... :-D

Thats correct. Currently the params lib_pos and radio_pos aren't being reset when Queue empty etc. The meaning of the values in these params are documented in playerlib.js. IIRC simulating a click on the lib headers performs a reset on lib_pos and clicking on the "refresh" icon in Radio view resets radio_pos. Something like that.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#24
(12-03-2023, 02:42 AM)Tim Curtis Wrote: Thats correct. Currently the params lib_pos and radio_pos aren't being reset when Queue empty etc. The meaning of the values in these params are documented in playerlib.js. IIRC simulating a click on the lib headers performs a reset on lib_pos and clicking on the "refresh" icon in Radio view resets radio_pos. Something like that.

Ooops,

this is interesting info that would have taken me time to discover... I'll save as a note in my project's folder, for when I'll take a dive in this. :-)
#25
Here's the latest draft release notes.

Whats new:

Qobuz credentials section in UPnP Config. Entering subscription credentials creates a proxy Media Server to the Qobuz Music Service. This Media Server will appear in the UPnP Control Point.

       

Code:
################################################################################
#
# 2023-12-05 moOde 8.3.7 (Bullseye)
#
################################################################################

New features

- NEW: Radio manager stream monitor for restarting stalled streams
- NEW: Qobuz credentials section in UPnP Config

Updates

- UPD: Bump to MPD 0.23.14
- UPD: Bump to shairport-sync 4.3.2
- UPD: Bump to NQPTP 1.2.4
- UPD: Bump to Font Awesome 6.4.2 Pro and update specific icons
- UPD: Add comparison operators =~ and !~ (PERL regex) to Library Adv search
- UPD: Add DSD<number> badge for DSF/DFF/WavPack DSD formats
- UPD: Add DSD format to embedded cover art extractor
- UPD: Add WavPack format to Default/Default+ options for Prefs, Thumbgen scan
- UPD: Add Receivers btn on renderer overlay when connecting to Multiroom sender
- UPD: Add Audio info button on renderer overlay
- UPD: Add channel count and ALSA output format 'output' to extra metadata
- UPD: Add Artist under Title in Folder view (if Artist not = AlbumArtist)
- UPD: Add Prefs option for static waveform now-playing icon
- UPD: Add BSSID to info on Network Config
- UPD: Add underscore to allowed characters in manually entered SSID
- UPD: Add ALSA output mode option to Bluetooth Control
- UPD: Add Pi-5B revision code parsing to pirev.py utility
- UPD: Add option to remove CamillaDSP configs and IR files before restore
- UPD: Improve metadata layout in CoverView wide mode
- UPD: Improve icon for volume popup by always showing level
- UPD: Improve sort headings in Radio and Playlist views
- UPD: Improve bitrate sort in Radio view (sort high to low)
- UPD: Improve GPIO Config help and labels
- UPD: Improve Squeezelite Config help
- UPD: Improve readability and parsing of startup log
- UPD: Improve the "Artist column" option in Prefs Library
- UPD: Improve Favorite: update station type, include on Queue context menu
- UPD: Improve Input select configuration and volume handling
- UPD: Replace Chrome deprecated vertical sliders with cross-Browser sliders
- UPD: Remove unreliable AirPlay protocol switcher (only AirPlay 2 supported)
- UPD: Show "Radio station" for stations that transmit a bogus title tag
- UPD: Standardize display style for encodedAt and ALSA output formats
- UPD: Configure Squeezelite AUDIODEVICE param using Audio Config settings
- UPD: Move Local Display to Peripherals Config
- UPD: Move DLNA server to File Sharing section of System Config
- UPD: Move Prefs thumbnail and cover art options to dedicated section
- UPD: Move selected Library prefs options for a more logical grouping
- UPD: Allow host name to be imported from Raspberry Pi Imager

Audio devices

- NEW: ProtoDAC TDA1387 X8 (FifoPiMa)

Radio stations

- NEW: Eirewave
- NEW: Davide of MIMIC
- NEW: Soma FM - Bossa Beyond
- NEW: Soma FM - The In-Sound
- NEW: Soma FM - Tiki Time
- UPD: Jazz24
- UPD: BBC stations
- UPD: FluxFM stations
- UPD: Genres on various stations

Security

- UPD: Remove AP mode PSK from hostapd.conf

Bug fixes

- FIX: Radio/Tag/Album sync (auto-scroll then highlight item) not working
- FIX: WavPack format information not correct in Library and Audio info
- FIX: MPD mixer reverts to "software' after disconnecting bluetooth device
- FIX: Backup/Restore missing Prefs, Library, Track play setting
- FIX: Restore not updating buffer size in /etc/bluealsaaplay.conf
- FIX: Invert polarity auto-click not working
- FIX: Soma FM station name displays null when tag not present
- FIX: Base folder RADIO not excluded correctly in Folder view
- FIX: WebUI visual glitch when MPD is restarted
- FIX: Playbar context menu overflows right boundary
- FIX: Missing parenthesis when generating in nftables.conf
- FIX: Moodeutl -f/-F can hang if hwparams is empty (rare)
- FIX: HD badge hidden when radio station stopped
- FIX: Other minor fixes
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#26
What version of the RPi kernel will the EOY Moode release run on? Just checking back to see if the kernel fix required for the Allo Boss 2 will be included. I know there is a patch/work around but I was waiting to get a fully integrated fix before upgrading my Boss 2.
#27
Release 8.3.7 includes kernel 6.1.21 which is the last official kernel that shipped with RaspiOS Bullseye.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#28
As shown in the screenshot, Release 8.3.7 is showing as available but when I click the Install Button, nothing happens and I am stuck on this screen panel. I cannot return to the Home page or the Tag view.

What am I doing wrong?

- Robin

   
#29
(12-09-2023, 08:27 PM)Wheel_nut Wrote: As shown in the screenshot, Release 8.3.7 is showing as available but when I click the Install Button, nothing happens and I am stuck on this screen panel. I cannot return to the Home page or the Tag view.

Tried to click on the "Status" [VIEW] button?
#30
Since the release is already available this thread is closed.

Post new threads for any issues with 8.3.7.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub


Forum Jump: