Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes 3 #90

Merged
merged 2 commits into from
Dec 22, 2024
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
11 changes: 5 additions & 6 deletions docs/faqs/spotify/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,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).
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/faqs/supermacro/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:|
| SetKeyTitle | `{{ "{{SetKeyTitle:$MyVar}}` | Set Stream Deck title to variable value.|
| VarSetFromEnv | `{{ "{{VarSetFromEnv:MyPath:PATH}}{{Output:MyPath}}" }}`|Get the %PATH% environment variable:|
| SetKeyTitle | `{{ "{{SetKeyTitle:$MyVar}}" }}` | Set Stream Deck title to variable value.|
Loading