From e6afc6457554f128c5006e14354a66182bda1766 Mon Sep 17 00:00:00 2001 From: nathom Date: Mon, 29 Mar 2021 14:08:26 -0700 Subject: [PATCH] Update README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 591e5ea..c1ee5be 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,25 @@ 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 +First, ensure [pip](https://pip.pypa.io/en/stable/installing/) is installed. + ```bash pip3 install streamrip --upgrade ``` +If you would like to use `streamrip`'s conversion capabilities, install [ffmpeg](https://ffmpeg.org/download.html). - -## Basic Usage +## Example Usage **For Tidal and Qobuz, you NEED a premium subscription.**