Moode Forum
Upcoming moOde 6.5.2 - 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 6.5.2 (/showthread.php?tid=2460)



Upcoming moOde 6.5.2 - Tim Curtis - 05-02-2020

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


RE: Upcoming moOde 6.5.2 - grumbleweed - 05-02-2020

Many thanks for you and the teams hard work Tim, dropped a donation in to show my gratitude. Shy


RE: Upcoming moOde 6.5.2 - moodenigo - 05-02-2020

(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


RE: Upcoming moOde 6.5.2 - Tim Curtis - 05-03-2020

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


RE: Upcoming moOde 6.5.2 - GreyLinux - 05-03-2020

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 !


RE: Upcoming moOde 6.5.2 - Tim Curtis - 05-03-2020

Sure, I'll add for upcoming 6.5.2


RE: Upcoming moOde 6.5.2 - GreyLinux - 05-03-2020

(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


RE: Upcoming moOde 6.5.2 - Tim Curtis - 05-03-2020

Good catch. Fixed.