mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-29 19:24:34 +01:00
Updated documentation
This commit is contained in:
parent
fe6f266b41
commit
68cea35fde
@ -1,4 +1,10 @@
|
|||||||
## **Changelog:**
|
## **Changelog:**
|
||||||
|
**v2.4 (27 Oct 20212):**
|
||||||
|
- Added realtime downloading support to avoid account suspensions.
|
||||||
|
- Fix for downloading by artist.
|
||||||
|
- Replace audio conversion method for better quality.
|
||||||
|
- Fix bug when automatically setting audio bitrate.
|
||||||
|
|
||||||
**v2.3 (25 Oct 2021):**
|
**v2.3 (25 Oct 2021):**
|
||||||
- Moved changelog to seperate file.
|
- Moved changelog to seperate file.
|
||||||
- Added argument parsing in search function (query results limit and query result types).
|
- Added argument parsing in search function (query results limit and query result types).
|
||||||
|
@ -74,8 +74,9 @@ Create and run a container from the image:
|
|||||||
|
|
||||||
**There have been 2-3 reports from users who received account bans from Spotify for using this tool**.
|
**There have been 2-3 reports from users who received account bans from Spotify for using this tool**.
|
||||||
|
|
||||||
We are working on making it less likely for your account to get banned, please be patient.
|
We recommend using ZSpotify with a burner account.
|
||||||
We suggest you wait till this fix has been made to avoid ban, or if you are in a hurry, make sure to not use your primary account.
|
Alternatively, there is a configuration option labled ```DOWNLOAD_REAL_TIME```, this limits the download speed to the duration of the song being downloaded thus not appearing suspicious to Spotify.
|
||||||
|
This option is much slower and is only recommended for premium users who wish to download songs in 320kbps without buying premium on a burner account.
|
||||||
|
|
||||||
**Use ZSpotify at your own risk**, the developers of ZSpotify are not responsible if your account gets banned.
|
**Use ZSpotify at your own risk**, the developers of ZSpotify are not responsible if your account gets banned.
|
||||||
|
|
||||||
|
@ -130,5 +130,5 @@ CONFIG_DEFAULT_SETTINGS = {
|
|||||||
'OVERRIDE_AUTO_WAIT': False,
|
'OVERRIDE_AUTO_WAIT': False,
|
||||||
'CHUNK_SIZE': 50000,
|
'CHUNK_SIZE': 50000,
|
||||||
'SPLIT_ALBUM_DISCS': False,
|
'SPLIT_ALBUM_DISCS': False,
|
||||||
'DOWNLOAD_REAL_TIME': True
|
'DOWNLOAD_REAL_TIME': False
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user