Skip to content

Commit

Permalink
add print util to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgie committed Nov 25, 2019
1 parent 835ff4b commit 25f816a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Script that creates a playlist of recommendations based on the user's top artist
- [Presets](#presets)
- [Tuning](#tuning)
- [Blacklists](#blacklists)
- [Printing](#printing)
- [Troubleshooting](#troubleshooting)

## Installation
Expand Down Expand Up @@ -147,5 +148,14 @@ To see your current blacklist entries, pass the `list` argument to the `-b` opti
$ spotirec -b list
```

### Printing
You can print lists containing your available choices without having to create a playlist using the `--print` argument followed by `[artists|tracks|genres|genre-seeds]`
```
$ spotirec --print artists
$ spotirec --print tracks
$ spotirec --print genres
$ spotirec --print genre-seeds
```

## Troubleshooting
If you encounter issues adding tracks to your playlist, try running the script from a terminal. This should output a status code of the request, as well as some information about the code. Should you need additional help regarding status codes, consult the table in the `Response Status Codes` section [here](https://developer.spotify.com/documentation/web-api/)

0 comments on commit 25f816a

Please sign in to comment.