mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-07 10:04:49 -04:00
Update README
This commit is contained in:
parent
03fa238496
commit
e6afc64575
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -2,17 +2,25 @@
|
||||||
|
|
||||||
A scriptable stream downloader for Qobuz, Tidal, and Deezer.
|
A scriptable stream downloader for Qobuz, Tidal, and Deezer.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Downloads tracks, albums, playlists, discographies, and labels from Qobuz, Tidal, and Deezer
|
||||||
|
|
||||||
|
- Automatically converts files to a preferred format
|
||||||
|
- Has a database that stores the downloaded tracks' IDs so that repeats are avoided
|
||||||
|
- Easy to customize with the config file
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
First, ensure [pip](https://pip.pypa.io/en/stable/installing/) is installed.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install streamrip --upgrade
|
pip3 install streamrip --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you would like to use `streamrip`'s conversion capabilities, install [ffmpeg](https://ffmpeg.org/download.html).
|
||||||
|
|
||||||
|
## Example Usage
|
||||||
## Basic Usage
|
|
||||||
|
|
||||||
**For Tidal and Qobuz, you NEED a premium subscription.**
|
**For Tidal and Qobuz, you NEED a premium subscription.**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue