Spotify on Volumio 1.55

In the native interface there is an option, but does it work? :sunglasses:

Can you elaborate on what you exactly mean? And which platform are we talking about? :slight_smile:

How to install SPOTIFY SVOLUMIO 1.55 ?

:bulb: :bulb: up!

wget -q -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -
echo -e "deb http://apt.mopidy.com/ stable main contrib non-free\ndeb-src http://apt.mopidy.com/ stable main contrib non-free" | sudo tee /etc/apt/sources.list.d/mopidy.list
sudo apt-get update
apt-get -y install cmake telnet libjson-glib-dev libao-dev libdbus-glib-1-dev libnotify-dev libsoup2.4-dev libsox-dev libspotify-dev
mkdir -p /home/osmc/gitrepos
cd /home/osmc/gitrepos
git clone git://github.com/Schnouki/spop.git

# Copy the configuration into a new config
echo "Preparing to compile and build..."
mkdir -p ~/.config/spop

# The default config file contains too many variables, causing volumio to be unable to set it up
cp spop/spopd.conf.sample /etc/spopd.conf

# Try to build spop
cd /home/osmc/gitrepos/spop
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make install
chmod 777 /etc/spopd.conf[/code]

after reboot

[code] netstat -anpe | grep 6602
tcp        0      0 127.0.0.1:6602          0.0.0.0:*               LISTEN      0          7715        828/spopd[/code]

[code] telnet localhost 6602
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
spop 0.0.1

So… sometimes i see music (not full albums, but sometimes are not)
spotyfi.png

So if I’m getting this correctly, you used my old scripts and installed volumio on top of OSMC?

Volumio 1.55 is very old, and frankly I do not suggest to use it.
Furthermore the Spotify implementation it uses will stop working soon…