conkw documentation - SpotifyGrabber

This is the Spotify grabber. It relies on the spotify APIs to gather the currently playing song and album to report on the Conkw UI. You also can perform basic actions, such as play/pause/next/prev right from the UI.

Use cases

Usage

In order to use it, you need to:

This is all you have to do on the spotify website. Now:

Note: Here is below the default config portion for the SpotifyGrabber:

"config": {
  "clientId":"Your client id",
  "clientSecret":"Your client secret",
  "redirectUri":"Your redirect URI"
}

Metrics

Default UI

Here is how the default UI looks like:

Of course, the four buttons are operational. You can go next, previous, pause and restart the music directly from the UI.

While this is the default style, you can imagine anything you want really. The world is your oyster. If you know a bit of HTML, JavaScript and CSS, you can make the UI looks exactly as you want.