{% 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 Developer Dashboard

Open the Spotify Developer Dashboard
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
Open the Spotify Application Settings

After adding the redirect URI, click the "Authorise access" button below.

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 %}