cherry-spotify

Spotify plugin for cherry home automation via spop

Usage no npm install needed!

<script type="module">
  import cherrySpotify from 'https://cdn.skypack.dev/cherry-spotify';
</script>

README

cherry-spotify

This a Spotify plugin for cherry home automation.
Uses Spop to implement cherry's music player protocol.

Cherry configuration options

  {
  "spop_ip": "192.168.1.151",
  "spop_port": 6602
  }

 Install spop

sudo apt-get install cmake libao-dev libdbus-glib-1-dev libsox-dev libjson-glib-dev libnotify-dev libsoup
# download libspotify, then sudo make install