diff --git a/docs/faqs/spotify/getting-started.md b/docs/faqs/spotify/getting-started.md index 6a89acf..7c60e1b 100644 --- a/docs/faqs/spotify/getting-started.md +++ b/docs/faqs/spotify/getting-started.md @@ -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") diff --git a/docs/faqs/spotify/img/spotify_no_connection.webp b/docs/faqs/spotify/img/spotify_no_connection.webp new file mode 100644 index 0000000..715484e Binary files /dev/null and b/docs/faqs/spotify/img/spotify_no_connection.webp differ diff --git a/docs/faqs/spotify/troubleshooting.md b/docs/faqs/spotify/troubleshooting.md index fc5e0a0..cb77535 100644 --- a/docs/faqs/spotify/troubleshooting.md +++ b/docs/faqs/spotify/troubleshooting.md @@ -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. diff --git a/requirements.txt b/requirements.txt index 857fe23..6c1ff99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +mkdocs-material>=9.6.5 +mkdocs-video>=1.5.0 \ No newline at end of file