add option for compression

This commit is contained in:
schreifuchs 2024-01-12 12:41:26 +01:00
parent 84a63e1f7e
commit 8a22a6659d
6 changed files with 53 additions and 14 deletions

View file

@ -28,7 +28,7 @@ brew install flac
## Usage
```
spotify-dl 0.1.0
spotify-dl 0.1.1
A commandline utility to download music directly from Spotify
USAGE:
@ -36,10 +36,13 @@ USAGE:
FLAGS:
-h, --help Prints help information
-o, --ordered Download songs in the order they are in the playlist, prfixing the filename with the track number
-o, --ordered Prefixing the filename with its index in the playlist
-V, --version Prints version information
OPTIONS:
-c, --compression <compression> Setting the flac compression level from 0 (fastest, least compression) to
8 (slowest, most compression). A value larger than 8 will be reated as 8.
Defaults to 4.
-d, --destination <destination> The directory where the songs will be downloaded [default: .]
-p, --password <password> Your Spotify password
-u, --username <username> Your Spotify username
@ -56,4 +59,4 @@ The usage of this software may infringe Spotify's ToS and/or your local legislat
## License
spotify-dl is licensed under the MIT license. See [LICENSE](LICENSE).
spotify-dl is lic:ewensed under the MIT license. See [LICENSE](LICENSE).