Thank you for your donation!


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


Upcoming moOde 6.5.2
#1
Hi,

Here's the draft release notes for upcoming moOde release 6.5.2

Code:
########################################################
//
// 2020-MM-DD TC moOde 6.5.2
//
########################################################

Updates

- UPD: Bump to miniDLNA 1.2.1+0763719 DSD support
- UPD: Add wlan0 check/reset to watchdog

Bug fixes

- FIX: Start up logic for auto play and auto-shuffle
- FIX: Librespot not compiled for arm6
- FIX: Renderer active overlays not cleared when on configs
- FIX: Podcast streams not being handled correctly
- FIX: No Artist line when Tagview covers option = No
- FIX: Enter key fail in Library search when alpha

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#2
Many thanks for you and the teams hard work Tim, dropped a donation in to show my gratitude. Shy
Reply
#3
(05-02-2020, 01:12 PM)Tim Curtis Wrote: Hi,

Here's the draft release notes for upcoming moOde release 6.5.2

Code:
########################################################
//
// 2020-MM-DD TC moOde 6.5.2
//
########################################################

Updates

- UPD: Bump to miniDLNA 1.2.1+0763719 DSD support
- UPD: Add wlan0 check/reset to watchdog

Bug fixes

- FIX: Start up logic for auto play and auto-shuffle
- FIX: Librespot not compiled for arm6
- FIX: Renderer active overlays not cleared when on configs
- FIX: Podcast streams not being handled correctly
- FIX: No Artist line when Tagview covers option = No
- FIX: Enter key fail in Library search when alpha

-Tim

Consider adding a bit of spacing between album titles when "Show tagview covers" == NO - (and maybe reducing the vertical spacing in the other columns a bit, making all them equal).

 Roberto
Reply
#4
Yer showing the broken Podcast case that was already discussed in an earlier thread.

In upcoming release 6.5.2 radio stations that reference individual podcast streams that have the metadata element "duration" are handled similar to song files. Theres an item in the relnotes.

Just keep in mind that Podcasts which are 99% talk are not really in scope for moOde. Software like VLC or Kodi etc is best for those types of media
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#5
Hi Tim ,

Do you think you would be interested in adding my edit of code to the gpio-buttons script ?
It might help those having trouble with gpio false triggers.

Code:
time.sleep(0.005) # edge debounce of 5mSec
# only deal with valid edges
if GPIO.input(channel) == 1:

from this thread !
Reply
#6
Sure, I'll add for upcoming 6.5.2
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#7
(05-03-2020, 11:46 AM)Tim Curtis Wrote: Sure, I'll add for upcoming 6.5.2

Hi Tim I just noticed the edit on github as I'm trying to resolve the issue with the 6.5.1 image and I noticed that there is no : at the end of
Code:
if GPIO.input(channel) == 1
this would cause an error

regards

Smile
Reply
#8
Good catch. Fixed.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Forum Jump: