From dd36ea198a459fe2b8d9cd7fc79f102af2b82d2a Mon Sep 17 00:00:00 2001 From: vitiko98 Date: Thu, 13 Aug 2020 00:52:16 -0400 Subject: [PATCH] mp3 and queue support added --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eeeb45a..052458a 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ Seach and download Lossless and Hi-Res music from [Qobuz](https://www.qobuz.com/) ![Demostration](demo.gif) +> This is a GIF from the first release. After the first release, some new features like **queue** and **MP3** support were added. ## Features -* Download FLAC files from Qobuz +* Download FLAC and MP3 files from Qobuz * Forget about links: just search and download music directly from your terminal +* Queue support * If you still want links, `Qobuz-DL` also has an input url mode ## Getting started @@ -49,7 +51,7 @@ optional arguments: -h, --help show this help message and exit -a enable albums-only search -i run Qo-Dl-curses on URL input mode - -q int FLAC quality (6, 7, 27) (default: 6) [LOSSLESS, 24B <96KHZ, 24B >96KHZ] + -q int FLAC quality (5, 6, 7, 27) (default: 6) [320, LOSSLESS, 24B <96KHZ, 24B >96KHZ] -l int limit of search results by type (default: 10) -d PATH custom directory for downloads ``` @@ -57,4 +59,4 @@ optional arguments: `Qobuz-DL` is inspired in the discontinued Qo-DL-Reborn. This program uses two modules from Qo-DL: `qopy` and `spoofer`, both written by Sorrow446 and DashLt. ## Disclaimer This tool was written for educational purposes. I will not be responsible if you use this program in bad faith. -If you are using this program, you are accepting this: https://static.qobuz.com/apps/api/QobuzAPI-TermsofUse.pdf +Also, you are accepting this: https://static.qobuz.com/apps/api/QobuzAPI-TermsofUse.pdf