updated spotify_foreach_playlist.sh

pull/2/head
Hari Sekhon 4 years ago
parent 131b8ccd9b
commit 1c9150878a

@ -17,6 +17,9 @@ set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1090
. "$srcdir/lib/spotify.sh"
# used by usage() in lib/utils.sh
# shellcheck disable=SC2034
usage_args="<command to execute per playlist> [<spotify_user> [<curl_options>]"
@ -31,7 +34,7 @@ Useful for combining with other spotify_*.sh scripts, such as downloading all th
Requires \$SPOTIFY_USER be set in the environment or else given as the second arg
Requires \$SPOTIFY_ID and \$SPOTIFY_SECRET to be defined in the environment
$usage_auth_msg
Examples:
@ -47,9 +50,6 @@ export SPOTIFY_PRIVATE=1
export SPOTIFY_ACCESS_TOKEN=\"\$(\"$srcdir/spotify_api_token.sh\")\"
"
# shellcheck disable=SC1090
. "$srcdir/lib/spotify.sh"
help_usage "$@"
min_args 1 "$@"

Loading…
Cancel
Save