From a86a2cc528d31c29e97396eeb25f1670c6dd933e Mon Sep 17 00:00:00 2001 From: Geeekie Date: Sun, 22 Dec 2024 15:45:06 +0100 Subject: [PATCH 1/2] Mistakes where made and fixed. --- docs/faqs/spotify/troubleshooting.md | 9 ++++----- docs/faqs/supermacro/variables.md | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/faqs/spotify/troubleshooting.md b/docs/faqs/spotify/troubleshooting.md index d1caa2a..a9fbbd2 100644 --- a/docs/faqs/spotify/troubleshooting.md +++ b/docs/faqs/spotify/troubleshooting.md @@ -7,10 +7,6 @@ description: Encountering issues with the Spotify plugin on your Stream Deck? Ou ## General Issues -!!! warning - - The playlist actions are no longer supported due to API updates made by Spotify. - ### Button error icons explained #### Free icon @@ -73,7 +69,10 @@ Chances are you authorized on a different Spotify account than the one you're no 5. Leave the Stream Deck profile that has your Spotify plugin to another on, then go back. ### The playlist dropdown is empty -Due to API updates from Spotify we are no longer able to support the playlist actions. We recommend using the **Play URI** action instead. +Start by playing a song in your player (the one you want to control). Then go out of the profile that has the Spotify action on and it, and then back in. Combo should populate. + +### I don't see a certain playlist in the plugin +Spotify limits to the first 50 playlists. You can move a playlist up in the order from the Spotify App. Afterwards, try moving out of the Stream Deck profile and back in for it to refresh. ## Installation issues ### "INVALID_CLIENT: Invalid redirect URI" Error diff --git a/docs/faqs/supermacro/variables.md b/docs/faqs/supermacro/variables.md index 402f5e0..24cd46a 100644 --- a/docs/faqs/supermacro/variables.md +++ b/docs/faqs/supermacro/variables.md @@ -49,4 +49,4 @@ Creating and using User Defined variables is easy using the following Variable C | VarUnsetAll | `{{ "{{VARUNSETALL}}" }}` | Clears **all** variables. | | SetIconFromFile | `{{ "{{SetIconFromFile:C:\\image.png}}" }}` | Sets the Stream Deck key's icon to the image stored in `C:\image.png`. | | VarSetFromEnv | `{{ "{{VarSetFromEnv:MyPath:PATH}}{{OUTPUT:MyPath}}" }}`|Get the %PATH% environment variable:| -| SetKeyTitle | `{{ "{{SetKeyTitle:$MyVar}}` | Set Stream Deck title to variable value.| \ No newline at end of file +| SetKeyTitle | `{{ "{{SetKeyTitle:$MyVar}}" }}` | Set Stream Deck title to variable value.| \ No newline at end of file From f0d9d6dd4a3aa9be093c7cc31ae748a8a4b001bd Mon Sep 17 00:00:00 2001 From: Geeekie Date: Sun, 22 Dec 2024 15:46:55 +0100 Subject: [PATCH 2/2] Minor fixes --- docs/faqs/spotify/troubleshooting.md | 2 +- docs/faqs/supermacro/variables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faqs/spotify/troubleshooting.md b/docs/faqs/spotify/troubleshooting.md index a9fbbd2..d4d89e0 100644 --- a/docs/faqs/spotify/troubleshooting.md +++ b/docs/faqs/spotify/troubleshooting.md @@ -60,7 +60,7 @@ Start by playing a song in your player (the one you want to control). Then go ou **If after the above it's not populating:** Chances are you authorized on a different Spotify account than the one you're now playing the song in. -**Try the following:** +**Try the following:** 1. Log out from both your browser and Spotify app. 2. Press the Revoke button on the Spotify plugin (at the very bottom of the settings). diff --git a/docs/faqs/supermacro/variables.md b/docs/faqs/supermacro/variables.md index 24cd46a..f401dce 100644 --- a/docs/faqs/supermacro/variables.md +++ b/docs/faqs/supermacro/variables.md @@ -48,5 +48,5 @@ Creating and using User Defined variables is easy using the following Variable C | VarUnset | `{{ "{{VarUnset:MyVar}}" }}` | Clears `MyVar`. | | VarUnsetAll | `{{ "{{VARUNSETALL}}" }}` | Clears **all** variables. | | SetIconFromFile | `{{ "{{SetIconFromFile:C:\\image.png}}" }}` | Sets the Stream Deck key's icon to the image stored in `C:\image.png`. | -| VarSetFromEnv | `{{ "{{VarSetFromEnv:MyPath:PATH}}{{OUTPUT:MyPath}}" }}`|Get the %PATH% environment variable:| +| VarSetFromEnv | `{{ "{{VarSetFromEnv:MyPath:PATH}}{{Output:MyPath}}" }}`|Get the %PATH% environment variable:| | SetKeyTitle | `{{ "{{SetKeyTitle:$MyVar}}" }}` | Set Stream Deck title to variable value.| \ No newline at end of file