mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-05 09:23:45 -04:00
Standardize quality ids
Update README
This commit is contained in:
parent
1f5b0e7217
commit
24b858fad7
7 changed files with 138 additions and 167 deletions
14
README.md
14
README.md
|
@ -28,6 +28,20 @@ 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 |
|
||||
| ---------- | ------------------- | -------------------- |
|
||||
| 0 | 128 kbps MP3 or AAC | Deezer, Tidal |
|
||||
| 1 | 320 kbps MP3 or AAC | Deezer, Tidal, Qobuz |
|
||||
| 2 | 16 bit / 44.1 kHz | Deezer, Tidal, Qobuz |
|
||||
| 3 | 24 bit / ≤ 96 kHz | Tidal (MQA), Qobuz |
|
||||
| 4 | 24 bit / ≤ 192 kHz | Qobuz |
|
||||
|
||||
```bash
|
||||
rip --quality 3 https://tidal.com/browse/album/147569387
|
||||
```
|
||||
|
||||
Search for *Fleetwood Mac - Rumours* on Qobuz
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue