Tidal not playing on volumio 2.861

I can connect to my account because I can see my Artists etc. However pressing play does not result in any music being played or even the play button changing to pause.
Rebooting doesn’t make any difference.

Also even though my NAS media library is mounted none the the songs display.
I have connected using ssh using volumio and have access to the files.

My environmennt is Rapberry Pi 4 with 8GB mem 32GB SD card, Hifiberry dac+ pro. Volumio version is 2.861. apt-apt upgrade was run yesterday.

1 Like

Error was …
root@volumio:/lib/systemd/system# /usr/bin/mpd
/usr/bin/mpd: error while loading shared libraries: libbcm_host.so: cannot open shared object file: No such file or directory

Fixed it as follows:
cd /etc/ld.so.conf.d
echo “/opt/vc/lib/” >> vclib.conf
ldconfig

shutdown
power cycle

Music library now also appearing.

Thanks. This helped solving my problem.