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: ######################################################## -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. RE: Upcoming moOde 6.5.2 - moodenigo - 05-02-2020 (05-02-2020, 01:12 PM)Tim Curtis Wrote: Hi, 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 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 regards RE: Upcoming moOde 6.5.2 - Tim Curtis - 05-03-2020 Good catch. Fixed. |