Spotify Module Set Up - PatchiPup/Jarvis-Mark-II GitHub Wiki
Spotify Module Set Up
To be able to use the Spotify module of Jarvis you need to create a Spotify Developer App and obtain the Client ID. This guide will walk you through the entire process. (Super Simple!)
-
Step 1: Create a Spotify Developer Account
Before you can create an app, you need a Spotify Developer account.
- Go to the Spotify Developer Dashboard (https://developer.spotify.com/dashboard).
- Click Log in and sign in with your Spotify account.
- If prompted, accept the terms and conditions.
-
Step 2: Create a New Spotify App
- Once logged in, click "Create an App".
- Enter the App Name and App Description (e.g., "Jarvis").
- Set the Redirect URI to http://127.0.0.1:8888/callback
- Toggle 'Web API' option
- Agree to the Spotify API terms and click Create.
-
Step 3: Get Your Client ID
After creating the app:
- Open the app in the Spotify Developer Dashboard.
- Click 'Settings' on top right
- Copy the Client ID
-
Step 4: Insert your Client ID to config.ini
Open config.ini and under 'Spotify' enter your Client ID in the field 'client_id'
You Are Done!
The spotify module should now be working. Beware that some features like 'skip song' require a premium spotify membership to work.