Skip to content

Commit

Permalink
Update Spotify integration guide (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannisroot committed Oct 26, 2023
1 parent f520cf1 commit d190d89
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions content/en/docs/Usage/external-integrations.md
Expand Up @@ -14,19 +14,29 @@ aliases:
Artist images can be retrieved from Spotify. You'll need to set the config options `Spotify.ID` and `Spotify.Secret`.
To obtain these values, create a free account in Spotify, then follow these steps:

1) Click on the "Create an App" button in Spotify's Developer dashboard: https://developer.spotify.com/dashboard/applications:
1) Click on the "Create app" button in Spotify's Developer dashboard: https://developer.spotify.com/dashboard/applications:
<p align="center">
<img width="500" src="/screenshots/spotify-dashboard.png">
</p>

2) Fill all fields and click on the "Create" button:
2) Fill the name and description fields, fill the "Redirect URI" field with `http://localhost/` and click on the "Save" button:
<p align="center">
<img width="500" src="/screenshots/spotify-create-app.png">
</p>

3) Copy the values to your [configuration file](/docs/usage/configuration-options#configuration-file) (or set them as environment variables):
3) Go to "Settings":
<p align="center">
<img width="500" src="/screenshots/spotify-app-created.png">
<img width="500" src="/screenshots/spotify-app-home.png">
</p>

4) Click "View client secret":
<p align="center">
<img width="500" src="/screenshots/spotify-app-basic-info.png">
</p>

5) Copy the values of ID and secret to your [configuration file](/docs/usage/configuration-options#configuration-file) (or set them as environment variables):
<p align="center">
<img width="500" src="/screenshots/spotify-app-basic-info-secret.png">
</p>

## Last.fm
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/screenshots/spotify-app-basic-info.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/screenshots/spotify-app-created.png
Binary file not shown.
Binary file added static/screenshots/spotify-app-home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/screenshots/spotify-create-app.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/screenshots/spotify-dashboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d190d89

Please sign in to comment.