add options for discover in README

This commit is contained in:
nathom 2021-03-29 14:11:58 -07:00
parent e6afc64575
commit 817ad53b36
1 changed files with 24 additions and 0 deletions

View File

@ -36,6 +36,8 @@ Download the album and convert it to `mp3`
rip --convert mp3 -u https://open.qobuz.com/album/0060253780968
```
To set the quality, use the `--quality` option to `0, 1, 2, 3, 4`:
| Quality ID | Audio Quality | Available Sources |
@ -46,6 +48,10 @@ To set the quality, use the `--quality` option to `0, 1, 2, 3, 4`:
| 3 | 24 bit / ≤ 96 kHz | Tidal (MQA), Qobuz |
| 4 | 24 bit / ≤ 192 kHz | Qobuz |
```bash
rip --quality 3 https://tidal.com/browse/album/147569387
```
@ -78,6 +84,24 @@ Want to find some new music? Use the `discover` command (only on Qobuz)
rip discover --list 'best-sellers'
```
> Avaiable options for `--list`:
>
> - most-streamed
> - recent-releases
> - best-sellers
> - press-awards
> - ideal-discography
> - editor-picks
> - most-featured
> - qobuzissims
> - new-releases
> - new-releases-full
> - harmonia-mundi
> - universal-classic
> - universal-jazz
> - universal-jeunesse
> - universal-chanson
For more help and examples