{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Add Spotify Jukebox {% raw %} {% endraw %}
{{SITE_TITLE}} 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.
Submit keys Submit keys
Cancel

In the app go to edit-settings, set the redirect URI to this link
{% raw %}{{ locationcb }}{{ jukeboxDialog.data.sp_id }}{% endraw %} Click to copy URL
Settings can be found here.
Authorise access Authorise access
Cancel

Create Jukebox Create Jukebox
Cancel
Shareable Jukebox QR
Copy jukebox link Open jukebox Close
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}