From bc2e3488c3810104a9f83b5a411aa372b9129945 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 9 May 2023 02:55:33 +0100 Subject: [PATCH] updated spotify_api_token.sh --- spotify/spotify_api_token.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotify/spotify_api_token.sh b/spotify/spotify_api_token.sh index 75ca6b18..3723db8e 100755 --- a/spotify/spotify_api_token.sh +++ b/spotify/spotify_api_token.sh @@ -39,7 +39,7 @@ Many scripts utilize this code and will automatically generate the authenticatio For private tokens which require authorization pop-ups, if you want to avoid these on every run of these spotify scripts, you can preload a private authorized token in to your shell for an hour like so: -export SPOTIFY_ACCESS_TOKEN=\"\$(SPOTIFY_PRIVATE=1 '$srcdir/../spotify_api_token.sh') +export SPOTIFY_ACCESS_TOKEN=\"\$(SPOTIFY_PRIVATE=1 '$srcdir/../spotify/spotify_api_token.sh') Generate an App client ID and secret for SPOTIFY_ID and SPOTIFY_SECRET environment variables here: