Dear, I have installed Raspotify on OSMC (build November 2020) as reported in this faq but as you can see on the following screenshot it is not available. Why?
I have installed raspotify as reported in the following lines:
curl -sSL https://dtcooper.github.io/raspotify/key.asc | sudo apt-key add -v -
echo 'deb https://dtcooper.github.io/raspotify jessie main' | sudo tee /etc/apt/sources.list.d/raspotify.list
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get -y install raspotify
Test:
osmc@osmc:~$ systemctl status raspotify
raspotify.service - Raspotify
Loaded: loaded (/lib/systemd/system/raspotify.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-12-17 10:39:13 CET; 16min ago
Process: 670 ExecStartPre=/bin/mkdir -m 0755 -p /var/cache/raspotify (code=exited, status=0/SUCCESS)
Process: 671 ExecStartPre=/bin/chown raspotify:raspotify /var/cache/raspotify (code=exited, status=0/SUCCESS)
Main PID: 672 (librespot)
Memory: 788.0K
CGroup: /system.slice/raspotify.service
`-672 /usr/bin/librespot --name raspotify (osmc) --backend alsa --bitrate 160 --disable-audio-cache --enab
Dec 17 10:39:13 osmc systemd[1]: Starting Raspotify...
Dec 17 10:39:13 osmc systemd[1]: Started Raspotify.
Dec 17 10:39:13 osmc librespot[672]: [2020-12-17T09:39:13Z INFO librespot] librespot (raspotify v0.14.0) 6aac8a6 (20
Dec 17 10:39:13 osmc librespot[672]: [2020-12-17T09:39:13Z WARN libmdns] Failed to register IPv6 receiver: Os { code
lines 1-14/14 (END)
Thanks a lot for your support.