updated spotify_backup_playlists.sh

pull/2/head
Hari Sekhon 4 years ago
parent 521cf6790d
commit fa76675118

@ -54,6 +54,6 @@ if [ -z "${SPOTIFY_ACCESS_TOKEN:-}" ]; then
export SPOTIFY_ACCESS_TOKEN="$("$srcdir/spotify_api_token.sh")"
fi
"$srcdir"/spotify_foreach_playlist.sh "./spotify_playlist_tracks_uri.sh '{playlist_id}' > '$backup_dir'/\"\$(tr -d / <<< \"{playlist}.txt\")\" $*" "$spotify_user" "$@"
"$srcdir"/spotify_foreach_playlist.sh "echo -n '=> ' && ./spotify_playlist_tracks_uri.sh '{playlist_id}' > '$backup_dir'/\"\$(tr -d / <<< \"{playlist}.txt\")\" $* && echo -n 'OK'" "$spotify_user" "$@"
echo >&2
timestamp "Backups finished in $SECONDS seconds"

Loading…
Cancel
Save