Thank you for your donation!


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


Official moOde 6.6.0 support thread
#11
(07-11-2020, 11:40 AM)fritschomat Wrote: just for your information.
the radio stations NME1&2 are available in higher bitrates 256k 

http://listen-nme.sharp-stream.com/nme1high.mp3,"NME 1 - Classic & New Indie Alt"

http://listen-nme.sharp-stream.com/nme2high.mp3,"NME 2 - New & Upfront Indie Alt"

I'll include in first bug fix update :-)
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#12
(07-11-2020, 11:43 AM)philrandal Wrote: So far so good, but...

BBC 320K Radio 4 shows station logo correctly in Radio List, but when you're playing, defaults to the standard Moode Logo.

BBC Radio 4 (non-320K) does as expected.

Looks like it's the same for the other BBC 320K streams.

Phil

This is a bug :-0

Will be fixed in first bug fix update :-)
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#13
(07-11-2020, 12:47 PM)Tim Curtis Wrote:
(07-11-2020, 11:43 AM)philrandal Wrote: So far so good, but...

BBC 320K Radio 4 shows station logo correctly in Radio List, but when you're playing, defaults to the standard Moode Logo.

BBC Radio 4 (non-320K) does as expected.

Looks like it's the same for the other BBC 320K streams.

Phil

This is a bug :-0

Will be fixed in first bug fix update :-)

Yup. found it.

Logo file is in /var/local/www/imagesw/radio-logos/BBC 320K Radio 4 FM.jpg

DB says images/radio-logos/BBC 320K Radio 4 FM.jpg

Cheers,

Phil

Reply
#14
(07-11-2020, 12:56 PM)philrandal Wrote:
(07-11-2020, 12:47 PM)Tim Curtis Wrote:
(07-11-2020, 11:43 AM)philrandal Wrote: So far so good, but...

BBC 320K Radio 4 shows station logo correctly in Radio List, but when you're playing, defaults to the standard Moode Logo.

BBC Radio 4 (non-320K) does as expected.

Looks like it's the same for the other BBC 320K streams.

Phil

This is a bug :-0

Will be fixed in first bug fix update :-)

Yup. found it.

Logo file is in /var/local/www/imagesw/radio-logos/BBC 320K Radio 4 FM.jpg

DB says images/radio-logos/BBC 320K Radio 4 FM.jpg

Cheers,

Phil

Try applying this stack of table updates, then reboot.

Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Asian Network.jpg' WHERE name='BBC Asian Network - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 1.jpg' WHERE name='BBC Radio 1 - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 2.jpg' WHERE name='BBC Radio 2 - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 3.jpg' WHERE name='BBC Radio 3 - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 4 FM.jpg' WHERE name='BBC Radio 4 FM - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 5 live.jpg' WHERE name='BBC Radio 5 live - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 5 live sports extra.jpg' WHERE name='BBC Radio 5 live sports extra - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 6 music.jpg' WHERE name='BBC Radio 6 music - 320K'"
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#15
(07-11-2020, 01:16 PM)Tim Curtis Wrote:
(07-11-2020, 12:56 PM)philrandal Wrote:
(07-11-2020, 12:47 PM)Tim Curtis Wrote:
(07-11-2020, 11:43 AM)philrandal Wrote: So far so good, but...

BBC 320K Radio 4 shows station logo correctly in Radio List, but when you're playing, defaults to the standard Moode Logo.

BBC Radio 4 (non-320K) does as expected.

Looks like it's the same for the other BBC 320K streams.

Phil

This is a bug :-0

Will be fixed in first bug fix update :-)

Yup. found it.

Logo file is in /var/local/www/imagesw/radio-logos/BBC 320K Radio 4 FM.jpg

DB says images/radio-logos/BBC 320K Radio 4 FM.jpg

Cheers,

Phil

Try applying this stack of table updates, then reboot.

Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Asian Network.jpg' WHERE name='BBC Asian Network - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 1.jpg' WHERE name='BBC Radio 1 - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 2.jpg' WHERE name='BBC Radio 2 - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 3.jpg' WHERE name='BBC Radio 3 - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 4 FM.jpg' WHERE name='BBC Radio 4 FM - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 5 live.jpg' WHERE name='BBC Radio 5 live - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 5 live sports extra.jpg' WHERE name='BBC Radio 5 live sports extra - 320K'"
sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_radio SET logo='imagesw/radio-logos/BBC 320K Radio 6 music.jpg' WHERE name='BBC Radio 6 music - 320K'"
Fab.

That fixes it.

Phil

Reply
#16
(07-11-2020, 12:08 PM)jonners Wrote:
(07-11-2020, 12:03 PM)bravem01 Wrote: I am unable to select usb audio in 6.6. I have tried with a prevously working 6.5.2 using the upgrade route and also with a fresh install of 6.6. Moode appears to work visually but with no sound. Regards to the team for this usually great development.

USB DAC playing OK here in 6.6. Which DAC are you using?

Hi, I have the same issue.  After upgrading to 6.6.0 lost USB audio to work. Fresh installation did not resolve the issue.

I have slightly dig into and found that ALSA proc tree has been changed between 6.5.2  and 6.6.0. It seems this is causing USB audio unable to use when HDMI (w/audio support) is connected (during boot?). I'm not checking the details but believe ALSA drivers are updated and this causes the difference ... see below.

I am using Topping D50s device on Pi-4B v1.2 4GB, enabling HDMI local display and connecting to the display that has audio capability.

For moOde 6.5.2,  # sudo cat /proc/asond/cards shows below list. HDMI device is not listed as audio device.
-----------------------------------------------------------------------
pi@moode:~ $ sudo cat /proc/asound/cards
 0 [ALSA           ]: bcm2835_alsa - bcm2835 ALSA
                      bcm2835 ALSA
 1 [D50s           ]: USB-Audio - D50s
                      Topping D50s at usb-0000:01:00.0-1.4, high speed 
-----------------------------------------------------------------------
then, moOde shows On-board audio and USB audio as Device type on mpd-config.php



For moOde 6.6.0, lists HDMI display as audio device on default thus the list is changing below.
-----------------------------------------------------------------------
pi@moode:~ $ sudo cat /proc/asound/cards
 0 [b1             ]: bcm2835_hdmi - bcm2835 HDMI
                      bcm2835 HDMI 1
 1 [Headphones     ]: bcm2835_headphonbcm2835 Headphones - bcm2835 Headphones
                      bcm2835 Headphones
 2 [D50s           ]: USB-Audio - D50s
                      Topping D50s at usb-0000:01:00.0-1.4, high speed
-----------------------------------------------------------------------
then, moOde shows nothing as Device type on mpd-config.php (=USB Audio doesn't work).


As far as I have glanced the code on moOde,  getDeviceNames() in inc/playerlib.php seems to expect card0 is on-board then card1 is USB-Audio (and only checking these 2 cards) thus seems to go to malfunction when is fed the list on 6.6.0 above.


I cannot check all the combination of audio devices but if this matches to the phoenomenon that bravem01 is experiencing, just removing HDMI display on the boot will restore USB-Audio to work (can select on mpd config screen), I believe. (but also believe this behavior is not an expected, at least for me).

Hope this will clarify the issue...

Best regards,
Hiroshi Aiko.
Reply
#17
(07-11-2020, 12:39 PM)Tim Curtis Wrote:
(07-11-2020, 10:00 AM)jbajci Wrote:
hi, moode 6.6 doesn't work for me. I have rpi4 + allo kali and piano 2.1. After a clean installation, I will set up the i2s dac Allo piano 2.1 and restart moode. After the restart, mpd-config.php cannot be run in the menu and the system reports mpd failed.

Reboot then post mode log

cat /var/log/moode.log



sorry i have no experience with linux system. I don't know exactly what to do. 

When I click on audio, network or system settings, nothing happens. When I click on the settings library, a white window appears with the text "lib-config: Connection to MPD failed"

pi@moode:~ $ cat /var/log/moode.log

20200711 180548 worker: -- Start

20200711 180548 worker: Successfully daemonized

20200711 180549 worker: Integrity check (failed:3)

20200711 180549 worker: Exited

20200711 181411 moode.php: MPD connect failed: cmd=(loadlib)

20200711 181411 moode.php: MPD connect failed: cmd=(lsinfo)

20200711 181411 moode.php: MPD connect failed: cmd=(lsinfo)

20200711 181438 moode.php: MPD connect failed: cmd=(lsinfo)

20200711 181438 moode.php: MPD connect failed: cmd=(lsinfo)

20200711 181438 moode.php: MPD connect failed: cmd=(loadlib)

20200711 181444 audioinfo: Connection to MPD failed

20200711 181617 moode.php: MPD connect failed: cmd=(loadlib)

20200711 181617 moode.php: MPD connect failed: cmd=(lsinfo)

20200711 181617 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 010005 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 010005 moode.php: MPD connect failed: cmd=(loadlib)

20200712 010005 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 010011 lib-config: Connection to MPD failed

20200712 010030 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 010030 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 010030 moode.php: MPD connect failed: cmd=(loadlib)

20200712 010518 lib-config: Connection to MPD failed

20200712 011036 moode.php: MPD connect failed: cmd=(loadlib)

20200712 011036 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 011036 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 011040 audioinfo: Connection to MPD failed

20200712 011125 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 011125 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 011125 moode.php: MPD connect failed: cmd=(loadlib)

20200712 011155 audioinfo: Connection to MPD failed

20200712 013900 moode.php: MPD connect failed: cmd=(lsinfo)

20200712 013900 moode.php: MPD connect failed: cmd=(loadlib)

20200712 013900 moode.php: MPD connect failed: cmd=(lsinfo)
pi@moode:~ $

Reply
#18
Hi Tim, I'm getting no option for USB output in Audio Device with USBridge Sig.

Is 64-bit now available ? the Info note still says not available for USBridge.


DAC now working, it needs to be on and set to USB input for setting to work.

64-bit working.

Many thanks.
Reply
#19
USB output is working fine for me on a Pi 3B+ to a Topping D50s if that helps..

One issue I've noticed is now in Tag view on my phone in portrait orientation the quick-scroll letters from the different columns are shmushed on top of each other in between the Artists and Albums columns. Same in Firefox, Chrome and Samsung Internet browsers.
Landscape is fine as is portrait orientation on a larger tablet screen and on desktop browsers, screenshots attached.


Attached Files Thumbnail(s)
       
Reply
#20
(07-12-2020, 12:28 AM)misterdog Wrote: Hi Tim, I'm getting no option for USB output in Audio Device with USBridge Sig.

Is 64-bit now available ? the Info note still says not available for USBridge.


DAC now working, it needs to be on and set to USB input for setting to work.

64-bit working.

Many thanks.

Yes the help text needs to be updated now that we are supporting the 64-bit ASIX and CF921AC drivers for the SIG.

Added to the TODO list :-)
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Forum Jump: