{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Add Spotify Jukebox
Items
{% raw %} {% endraw %}
LNbits jukebox extension
{% include "jukebox/_api_docs.html" %}
Continue Continue
Cancel

To use this extension you need a Spotify client ID and client secret. You get these by creating an app in the Spotify developers dashboard here.
In the app go to edit-settings, set the redirect URI to this link (replacing the CLIENT-ID with your own) {% raw %}{{ locationcb }}CLIENT-ID{% endraw %}
Get token Get token
Cancel

Create Jukebox
Cancel
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}