From 0e07b690bb785e3865ad092e33853998849fc810 Mon Sep 17 00:00:00 2001 From: wdaniels Date: Fri, 4 Sep 2020 12:20:29 -0600 Subject: [PATCH] updating the README to include the new param --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3fa7df..b685976 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ You can also run the script from the command line: Adding `--format=json` will give you a JSON dump with everything that the script gets from the Spotify API. If for some reason the browser-based authorization flow doesn't work, you can also [generate an OAuth token](https://developer.spotify.com/web-api/console/get-playlists/) on the developer site (with the `playlist-read-private` permission) and pass it with the `--token` option. +Adding `--playlist_name="name of playlist you want"` will filter the results to only include a specifically named playlist. + Collaborative playlists and playlist folders don't show up in the API, sadly. *The [last version compatible with Python 2.7](https://raw.githubusercontent.com/bitsofpancake/spotify-backup/1f7e76a230e10910aa2cfa5d83ced4c271377af4/spotify-backup.py) probably still works.