From 2dec25a0fb6b9276190540e5b2a544f44fe47b52 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sat, 18 Jul 2020 19:58:09 +0100 Subject: [PATCH] updated spotify_playlist_tracks_uri.sh --- spotify_playlist_tracks_uri.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spotify_playlist_tracks_uri.sh b/spotify_playlist_tracks_uri.sh index 8e28568f..d23f9fe6 100755 --- a/spotify_playlist_tracks_uri.sh +++ b/spotify_playlist_tracks_uri.sh @@ -32,6 +32,8 @@ Returns track URIs for the given Spotify public playlist Playlist argument can be a playlist name (a regex which will return the first matching playlist) or a playlist ID (get this from spotify_playlists.sh) +\$SPOTIFY_PLAYLIST can be used from environment if no first argument is given + Spotify track URIs can be used as backups to restore a playlist's contents or copying to a new playlist Requires \$SPOTIFY_ID and \$SPOTIFY_SECRET to be defined in the environment