From 24c06facf7626c77f310b5b8a3192e914e5bc6be Mon Sep 17 00:00:00 2001 From: Logykk <35679186+logykk@users.noreply.github.com> Date: Sat, 23 Oct 2021 13:40:35 +1300 Subject: [PATCH] Added info on artist downloading Added usage for downloading all music by an artist and a disclaimer about banned accounts. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5b5ff4..de8c6b4 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ Python packages: ``` Command line usage: - python zspotify.py Loads search prompt to find then download a specific track, album or playlist + python zspotify.py Loads search prompt to find then download a specific track, album or playlist python zspotify.py Downloads the track, album, playlist or podcast episode specified as a command line argument + python zspotify.py Downloads all albums by specified artist Extra command line options: -p, --playlist Downloads a saved playlist from your account @@ -49,7 +50,10 @@ Special hardcoded options: ANTI_BAN_WAIT_TIME Change this setting if the time waited between bulk downloads is too high or low OVERRIDE_AUTO_WAIT Change this to True if you want to completely disable the wait between songs for faster downloads with the risk of instability ``` - +### Will my account get banned if I use this tool? +Currently no user has reported their account getting banned after using ZSpotify. +This isn't to say _you_ won't get banned as it is technically againt Spotify's TOS. +**Use ZSpotify at your own risk**, the developers of ZSpotify are not responsible if your account gets banned. ## **Changelog:** **v2.0 (22 Oct 2021):**