Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 10 additions & 13 deletions docs/faqs/spotify/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,19 @@ Please follow the step-by-step instructions below to create your own Spotify Dev
3. **Website**: Leave empty.

4. **Redirect URI**: Copy text below then click **Add**.

!!! warning annotate "Pay Attention: This step has changed in versions v3.2 and above"

If you see **Auth v2** (1) in top left corner of Spotify Integration setup window:
{ .annotate }
If you see **Auth v2** (1) in top left corner of Spotify Integration setup window:
{ .annotate }

1. ![Auth v2](img/spotifyAuthv2.png)
1. ![Auth v2](img/spotifyAuthv2.png)

```
http://127.0.0.1:4202
```

!!! warning annotate "Plugin version 3.1 or below"

If you are using Spotfiy plugin version 3.1 or below, copy the **Redirect URI** below:
```
http://localhost:4202
```
```
http://127.0.0.1:4202
```

If you DON'T see **Auth v2** there, you must upgrade your plugin to a newer version.

![Step 3b and 3c](img/spotauth3bc.png "Setting redirect URI to http://127.0.0.1:4202")

Expand Down
Binary file added docs/faqs/spotify/img/spotify_no_connection.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 6 additions & 13 deletions docs/faqs/spotify/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ description: Encountering issues with the Spotify plugin on your Stream Deck? Ou

### Button error icons explained

#### Free icon
![Free Icon](img/spotify_free.webp)
| Icon | Explanation |
| --- | --- |
| ![Free Icon](img/spotify_free.webp) | Spotify Premium is required to use the Spotify plugin, this is a requirement set by Spotify. |
| ![Key Icon](img/key.webp) | The key is not configured, you need to **Revoke Approval** from the bottom of the **Play button** settings, then go trough wizard again because your tokens are invalid. |
| ![Throttled Icon](img/throttled.webp) | You are being throttled by Spotify, go to the [throttling section](./#throttling) to find out more. |
| ![No Connection Icon](img/spotify_no_connection.webp) | The plugin lost connection to Spotify's servers. You can press the key to try and resume manually. |

Spotify Premium is required to use the Spotify plugin, this is a requirement set by Spotify.

#### Key error icon
![Key Icon](img/key.webp)

The key is not configured, you need to **Revoke Approval** from the bottom of the **Play button** settings, then go trough wizard again because your tokens are invalid.

#### Throttled icon
![Throttled Icon](img/throttled.webp)

You are being throttled by Spotify, go to the [throttling section](./#throttling) to find out more.

### Button does not work or displays ⚠️
1. Make sure you set the Device setting to the device you want to play on.
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs>=1.4.2
mkdocs-glightbox>=0.2.1
mkdocs>=1.6.1
mkdocs-glightbox>=0.4.0
mkdocs-macros-plugin>=0.7.0
mkdocs-material>=9.0.0
mkdocs-video>=1.3.0
mkdocs-material>=9.6.5
mkdocs-video>=1.5.0