Hi,
I understand that MC cannot run spotify internally on the id. I tried using the firefox version on id, but spotify web version doesn't support that version of firefox. I see on the spotify site that they have a linux beta version. I will paste the instructions below. Has anyone tried to get this running in the id? Any help appreciated...
Apparently they have a Debian package and I know the id is running that. Here are the spotify instructions. Can this be done?
# 1. Add the Spotify repository signing keys to be able to verify downloaded packages
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0DF731E45CE24F27EEEB1450EFDC8610341D9410
# 2. Add the Spotify repository
echo deb
http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
# 3. Update list of available packages
sudo apt-get update
# 4. Install Spotify
sudo apt-get install spotify-client
cheers,
Don