qobuz-dl/README.md

70 lines
2.1 KiB
Markdown
Raw Normal View History

# qobuz-dl
2020-08-10 04:47:51 +02:00
Seach and download Lossless and Hi-Res music from [Qobuz](https://www.qobuz.com/)
![Demostration](demo.gif)
2020-08-13 06:52:16 +02:00
> This is a GIF from the first release. After the first release, some new features like **queue** and **MP3** support were added.
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
2020-11-20 00:59:25 +01:00
* URL input mode with download support for albums, tracks, artists, playlists and labels
2020-08-10 04:47:51 +02:00
## Getting started
> Note: `qobuz-dl` requires Python >3.6
2020-08-10 04:47:51 +02:00
> Note 2: You'll need an **active subscription**
#### Install requirements with pip
##### Linux / MAC OS
```
pip3 install -r requirements.txt --user
```
##### Windows 10
```
pip3 install windows-curses
pip3 install -r requirements.txt
```
2020-12-07 16:32:37 +01:00
#### Add your credentials to `config.py` file
```python
email = "your@email.com"
password = "your_password"
2020-08-10 04:47:51 +02:00
```
2020-12-05 20:21:56 +01:00
2020-12-07 16:32:37 +01:00
In addition to your credentials, you can also use the `config.py` file to
change other default values:
```python
default_folder = "Qobuz Downloads"
default_limit = 10
default_quality = 6
```
2020-12-05 20:21:56 +01:00
#### Run qobuz-dl
2020-08-10 04:47:51 +02:00
##### Linux / MAC OS
```
python3 main.py
```
##### Windows 10
```
python.exe main.py
```
## Usage
```
usage: python3 main.py [-h] [-a] [-i] [-q int] [-l int] [-d PATH]
optional arguments:
2020-11-03 00:55:37 +01:00
-h, --help show this help message and exit
-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-08-13 06:52:16 +02:00
Also, you are accepting this: https://static.qobuz.com/apps/api/QobuzAPI-TermsofUse.pdf