mirror of
https://zotify.xyz/zotify/zotify.git
synced 2024-11-10 01:02:06 +01:00
updates readme with changes from GH PRs
This commit is contained in:
parent
8cfd27407e
commit
33ffd38d46
1 changed files with 15 additions and 5 deletions
16
README.md
16
README.md
|
@ -3,10 +3,10 @@
|
|||
### A highly customizable music and podcast downloader.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://i.imgur.com/hGXQWSl.png" width="50%">
|
||||
<img src="https://i.imgur.com/hGXQWSl.png" width="50%" alt="Zotify logo">
|
||||
</p>
|
||||
|
||||
### Featues
|
||||
### Features
|
||||
- Downloads at up to 320kbps*
|
||||
- Downloads directly from the source**
|
||||
- Downloads podcasts, playlists, liked songs, albums, artists, singles.
|
||||
|
@ -46,6 +46,7 @@ Basic options:
|
|||
-l, --liked Downloads all the liked songs from your account
|
||||
-f, --followed Downloads all songs by all artists you follow
|
||||
-s, --search Searches for specified track, album, artist or playlist, loads search prompt if none are given.
|
||||
-h, --help See this message.
|
||||
```
|
||||
|
||||
### Options
|
||||
|
@ -84,6 +85,15 @@ Be aware you have to set boolean values in the commandline like this: `--downloa
|
|||
|
||||
*very-high is limited to premium only
|
||||
|
||||
### Configuration
|
||||
|
||||
You can find the configuration file in following locations:
|
||||
| OS | Location
|
||||
|-----------------|---------------------------------------------------------|
|
||||
| Windows | `C:\Users\<USERNAME>\AppData\Roaming\Zotify\config.json`|
|
||||
| MacOS | `/Users/<USERNAME>/.config/zotify/config.json` |
|
||||
| Linux | `/home/<USERNAME>/.config/zotify/config.json` |
|
||||
|
||||
### Output format
|
||||
|
||||
With the option `OUTPUT` (or the commandline parameter `--output`) you can specify the output location and format.
|
||||
|
@ -133,7 +143,7 @@ If you see this, don't worry! Just try logging back in. If you see the incorrect
|
|||
Currently no user has reported their account getting banned after using Zotify.
|
||||
|
||||
It is recommended you use Zotify with a burner 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 appearing less suspicious.
|
||||
Alternatively, there is a configuration option labeled ```DOWNLOAD_REAL_TIME```, this limits the download speed to the duration of the song being downloaded thus appearing less suspicious.
|
||||
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.
|
||||
|
||||
### Disclaimer
|
||||
|
|
Loading…
Reference in a new issue