# cherry-spotify

This a Spotify plugin for [cherry](https://github.com/wit-ai/cherry) home automation.<br/>
Uses [Spop][spop] to implement [cherry's music player protocol](https://github.com/wit-ai/cherry/protocols/music).

## Cherry configuration options

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

## Install spop

```bash
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
```

[spop]: https://github.com/Schnouki/spop
