Works nicely. Even with a Hifiberry DIGI+.
Although… I have 2 Rpi3’s (both OSMC). With the second one, I had the following notification:
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?
So, after an additional sudo apt-get install apt-transport-https
it got installed.
BTW, I used the sudo nano /etc/default/raspotify
. I was a bit surprised it was an empty file. But when I filled it with this, it worked:
DEVICE_NAME=“speelkamer”
BITRATE=“320”
OPTIONS=“–device hw:0”
(The --device hw:0
part was necessary for the second Rpi, of which I use the jack output).