Posts: 87
Threads: 20
Joined: Apr 2018
Reputation:
2
07-16-2019, 10:19 AM
(This post was last modified: 07-16-2019, 10:35 AM by mancio61.)
Hi Tim, I'm running 5.3 version , but from a couple of days I had some issues: Web UI not shown properly, a noise out of the speakers instead of music, failure to connect to Tidal (from Kazoo app I've got the message "connection failure" and I had to restart MPD service from the Moode UI to connect correctly...), and some other issues. So I think that can be a problem of the microSD card. I then format the card, re-install from scratch 5.3.1 and moode runs (music from speakers !), but the WebUI has still problems : the "player" main panel is grey, all the "configuration" panels are shown but with all the triggers red instead of green. So I definitely decide to use a brand new microSD. The question is : should I install the upcoming 5.4 (even in Beta state), in order to update to the 5.4 when will be released? Or , if there will be an online update from 5.3 to 5.4, is better to install 5.3?
I use python (with the MPD library) to manage the OLED display of my RPI3-based streamer, are there known problems with the updated underlying Linux version for the 5.4 ? Which version of MPD pyhton library I have to install (is required by the python script to update the display with the playing music info)
Thanks
Posts: 87
Threads: 20
Joined: Apr 2018
Reputation:
2
Oh thanks!
Anyway I've installed the 5.4 Beta2 on the fresh microSD, install python and python-mpd library.. and all it works !
So I assume from your post that it will not be any online-update from 5.4Beta2 to 6.0 ? Shall I re-install the 6.0 (when available) from scratch?
Posts: 13,777
Threads: 310
Joined: Mar 2018
Reputation:
559
Yes, moOde 6 is based on the newly released Raspbian 10 (Buster) operating system and is not backward compatible with moOde 5 series which is based on Raspbian 9 (Stretch).
-Tim
Posts: 161
Threads: 4
Joined: Apr 2018
Reputation:
15
07-18-2019, 12:38 AM
(This post was last modified: 07-18-2019, 01:57 AM by MikeyFresh.)
I've got Moode 5.4b2 up and running on the new RPi 4B 1GB board tonight.
Everything seems fine with both internet radio playback, and streaming from my JRiver DLNA server using the JRemote iPad app as a control point.
Within Moode's own web interface, I did not see a way to index the UPnP library. I was able to add it as a source, however it didn't then appear nor could I figure out how to index it.
I also noticed with the HDMI port set to OFF, I still get video output to my monitor during the boot sequence.
Posts: 13,777
Threads: 310
Joined: Mar 2018
Reputation:
559
UPnP sources are indexed via MPD "update" command, same as for NAS or USB sources. After adding the UPnP source, MPD update should automatically start.
To troubleshoot UPnP Browsing:
- Verify that the DLNA server folders appear under /mnt/UPnP
- Examine the MPD log for "added..." entries for all the songs on the DLNA server
Regarding the Pi-4:
There are still some unfinished parts in Raspbian Buster, Raspberry Pi firmware and in certain components. As soon as those are finished and updates made available they will be incorporated in moOde :-)
- USB boot not fully complete in Pi Firmware
- WiringPi GPIO not handling pull up/down states
- The tvservice command does not appear to to turn off the HDMI ports
-Tim