qobuz-dl/README.md

55 lines
1.8 KiB
Markdown
Raw Normal View History

# qobuz-dl
2020-12-08 05:28:21 +01:00
Seach and download Lossless and Hi-Res music from [Qobuz](https://www.qobuz.com/).
If you need help or want to report a problem, join [qobuz-dl's discord server](https://discord.gg/eEZbgPpD).
2020-08-10 04:47:51 +02:00
## Features
2020-08-13 06:52:16 +02:00
* Download FLAC and MP3 files from Qobuz
* Search and download music directly from your terminal with interactive mode
2020-08-13 06:52:16 +02:00
* Queue support
* Input url mode with download support for albums, tracks, artists, playlists and labels
2020-08-10 04:47:51 +02:00
## Getting started
2020-12-08 05:28:21 +01:00
> `qobuz-dl` requires Python >3.6
> You'll need an **active subscription**
2020-08-10 04:47:51 +02:00
#### Install qobuz-dl with pip
##### Linux / MAC OS / Windows
2020-08-10 04:47:51 +02:00
```
2020-12-07 21:37:51 +01:00
pip3 install --upgrade qobuz-dl
2020-08-10 04:47:51 +02:00
```
#### Run qobuz-dl and enter your credentials
2020-12-07 21:37:51 +01:00
##### Linux / MAC OS
2020-08-10 04:47:51 +02:00
```
qobuz-dl
2020-08-10 04:47:51 +02:00
```
2020-12-07 21:37:51 +01:00
##### Windows
2020-08-10 04:47:51 +02:00
```
2020-12-07 21:37:51 +01:00
qobuz-dl.exe
2020-08-10 04:47:51 +02:00
```
> If something fails, run `qobuz-dl -r` to reset your config file.
2020-08-10 04:47:51 +02:00
## Usage
```
usage: qobuz-dl [-h] [-a] [-r] [-i Album/track URL] [-q int] [-l int] [-d PATH]
2020-08-10 04:47:51 +02:00
optional arguments:
2020-11-03 00:55:37 +01:00
-h, --help show this help message and exit
-r create/reset config file
2020-11-03 00:55:37 +01:00
-a enable albums-only search
-i album/track/artist/label/playlist URL run qobuz-dl on URL input mode (download by url)
2020-11-03 00:55:37 +01:00
-q int 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 (default: 'Qobuz Downloads')
2020-08-10 04:47:51 +02:00
```
## A note about Qo-DL
`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.
2020-08-10 04:47:51 +02:00
## Disclaimer
This tool was written for educational purposes. I will not be responsible if you use this program in bad faith.
2020-12-08 05:28:21 +01:00
Also, you are accepting this: [Qobuz API Terms of Use](https://static.qobuz.com/apps/api/QobuzAPI-TermsofUse.pdf).