@mac
Glad your enjoying it
could you check if shairport-sync is up and running?
From a console try
$ systemctl list-units --failed
# You probably would see that both shairport-sync and upmpdcli have failed?
# So then check why they have failed with
journalctl -u shairport-sync.service
# similarly for other failed services in the above list
If you don’t see shairport-sync
it could be that the service was not included. I recall there were initially some issues, so please confirm with
systemctl list-units | grep shairport
$ which shairport-sync
# Should be /usr/local/bin/shairport-sync
$ shairport-sync --version
# Should be 3.3.6-OpenSSL-Avahi-ALSA-soxr-metadata-dbus-sysconfdir:/etc
# If we have shairport-sync, then it's just a matter of creating the proper service file for it again
sudo wget "https://raw.githubusercontent.com/volumio/Build/13c723d98523acfdb1d282b7aa95a6b74d33cad8/
volumio/lib/systemd/system/shairport-sync.service" -O /lib/systemd/system/shairport-sync.service
# Confirm that it's in the there
cat /lib/systemd/system/shairport-sync.service
systemctl daemon-reload
systemctl start shairport-sync
systemctl status shairport-sync
systemctl strop shairport-sync
# Now restart Volumio's Node Back end
systemctl restart volumio
# and you should be good!
Let me know if that works for you
Yes 014 version has Qobuz
Radio stations as in Webradio? yes also there
For the display it depends on which plugin you are using, but it should work, if not we need to figure out why and fix it!