mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-04 08:59:47 -04:00
add options for discover in README
This commit is contained in:
parent
e6afc64575
commit
817ad53b36
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -36,6 +36,8 @@ Download the album and convert it to `mp3`
|
||||||
rip --convert mp3 -u https://open.qobuz.com/album/0060253780968
|
rip --convert mp3 -u https://open.qobuz.com/album/0060253780968
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
To set the quality, use the `--quality` option to `0, 1, 2, 3, 4`:
|
To set the quality, use the `--quality` option to `0, 1, 2, 3, 4`:
|
||||||
|
|
||||||
| Quality ID | Audio Quality | Available Sources |
|
| 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 |
|
| 3 | 24 bit / ≤ 96 kHz | Tidal (MQA), Qobuz |
|
||||||
| 4 | 24 bit / ≤ 192 kHz | Qobuz |
|
| 4 | 24 bit / ≤ 192 kHz | Qobuz |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rip --quality 3 https://tidal.com/browse/album/147569387
|
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'
|
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
|
For more help and examples
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue