Skip to main content

A complete lossless and hi-res music downloader for Qobuz.

Project description

qobuz-dlp

A complete lossless and hi-res music downloader for Qobuz.

This is a fork of the original repo which has gone unmaintained.

PyPI Version

Features

  • Download FLAC and MP3 files from Qobuz
  • Explore and download music directly from your terminal with interactive or lucky mode
  • Download albums, tracks, artists, playlists and labels with download mode
  • Download music from last.fm playlists (Spotify, Apple Music and Youtube playlists are also supported through this method)
  • Queue support on interactive mode
  • Effective duplicate handling with own portable database
  • Support for albums with multiple discs
  • Support for M3U playlists
  • Downloads URLs from text file
  • Extended tags
  • And more

Getting started

  • Get an active subscription to Qobuz
  • Install qobuz-dlp with pip
pip3 install windows-curses # Windows only
pip3 install --upgrade qobuz-dlp
  • Run qobuz-dlp and enter your credentials
qobuz-dlp # or qobuz-dlp.exe for Windows

Usage

A complete lossless and hi-res music downloader for Qobuz.
See usage examples at https://github.com/infojunkie/qobuz-dlp.py?tab=readme-ov-file#examples.

options:
  -h, --help         show this help message and exit
  -v, --version      show version information
  -r, --reset        create/reset config file
  -p, --purge        purge/delete downloaded-IDs database
  -c, --show-config  show configuration
  --debug            show debug information

commands:
  run qobuz-dlp <command> --help for more info
  (e.g. qobuz-dlp fun --help)

  {fun,dl,lucky}
    fun              interactive mode
    dl               input mode
    lucky            lucky mode

Examples

Download mode

Download URL in 24B<96khz quality

qobuz-dlp dl https://play.qobuz.com/album/qxjbxh1dc3xyb -q 7

Download multiple URLs to custom directory

qobuz-dlp dl https://play.qobuz.com/artist/2038380 https://play.qobuz.com/album/ip8qjy1m6dakc -d "Some pop from 2020"

Download multiple URLs from text file

qobuz-dlp dl this_txt_file_has_urls.txt

Download albums from a label and also embed cover art images into the downloaded files

qobuz-dlp dl https://play.qobuz.com/label/7526 --embed-art

Download a Qobuz playlist in maximum quality

qobuz-dlp dl https://play.qobuz.com/playlist/5388296 -q 27

Download all the music from an artist except singles, EPs and VA releases

qobuz-dlp dl https://play.qobuz.com/artist/2528676 --albums-only

Last.fm playlists

Last.fm has a new feature for creating playlists: you can create your own based on the music you listen to or you can import one from popular streaming services like Spotify, Apple Music and Youtube. Visit: https://www.last.fm/user/<your profile>/playlists (e.g. https://www.last.fm/user/vitiko98/playlists) to get started.

Download a last.fm playlist in the maximum quality

qobuz-dlp dl https://www.last.fm/user/vitiko98/playlists/11887574 -q 27

Run qobuz-dlp dl --help for more info.

Interactive mode

Run interactive mode with a limit of 10 results

qobuz-dlp fun -l 10

Type your search query, then:

Logging...
Logged: OK
Membership: Studio


Enter your search: [Ctrl + c to quit]
- fka twigs magdalene

qobuz-dlp will bring up a nice list of releases. Now choose whatever releases you want to download (everything else is interactive).

Run qobuz-dlp fun --help for more info.

Lucky mode

Download the first album result

qobuz-dlp lucky playboi carti die lit

Download the first 5 artist results

qobuz-dlp lucky joy division -n 5 --type artist

Download the first 3 track results in 320 quality

qobuz-dlp lucky eric dolphy remastered --type track -n 3 -q 5

Download the first track result without cover art

qobuz-dlp lucky jay z story of oj --type track --no-cover

Run qobuz-dlp lucky --help for more info.

Other

Reset your config file

qobuz-dlp -r

By default, qobuz-dlp will skip already downloaded items by ID with the message This release ID ({item_id}) was already downloaded. To avoid this check, add the flag --no-db at the end of a command. In extreme cases (e.g. lost collection), you can run qobuz-dlp -p to completely reset the database.

Development

  • Install poetry
  • poetry install && poetry build && pip install .
import logging
from qobuz_dl.core import QobuzDL

logging.basicConfig(level=logging.INFO)

email = "your@email.com"
password = "your_password"

qobuz = QobuzDL()
qobuz.get_tokens() # get 'app_id' and 'secrets' attrs
qobuz.initialize_client(email, password, qobuz.app_id, qobuz.secrets)

qobuz.handle_url("https://play.qobuz.com/album/va4j3hdlwaubc")

Attributes, methods and parameters have been named as self-explanatory as possible.

Disclaimer and credits

  • This tool was written for educational purposes. I will not be responsible if you use this program in bad faith. By using it, you are accepting the Qobuz API Terms of Use.
  • qobuz-dlp is not affiliated with Qobuz
  • qobuz-dlp is a continuation of the work started with qobuz-dl, written by vitiko98.
  • qobuz-dl was inspired by the discontinued Qo-DL-Reborn. This tool uses two modules from Qo-DL: qopy and spoofer, both written by Sorrow446 and DashLt.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qobuz_dlp-0.14.0.tar.gz (35.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qobuz_dlp-0.14.0-py3-none-any.whl (38.3 kB view details)

Uploaded Python 3

File details

Details for the file qobuz_dlp-0.14.0.tar.gz.

File metadata

  • Download URL: qobuz_dlp-0.14.0.tar.gz
  • Upload date:
  • Size: 35.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/6.12.10-76061203-generic

File hashes

Hashes for qobuz_dlp-0.14.0.tar.gz
Algorithm Hash digest
SHA256 91ebc60484044a062517bfb1fd28c73fbe361ecb6bf8b4022e8a65454708cffa
MD5 1fcaed63c6c1ec344e9fdd0b7f92da28
BLAKE2b-256 59506591aeade3a95c2fde76079fd3dce393d8112f267e110197043711926c0c

See more details on using hashes here.

File details

Details for the file qobuz_dlp-0.14.0-py3-none-any.whl.

File metadata

  • Download URL: qobuz_dlp-0.14.0-py3-none-any.whl
  • Upload date:
  • Size: 38.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/6.12.10-76061203-generic

File hashes

Hashes for qobuz_dlp-0.14.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2c9c3aeea57171a56604518099ee84576978a3e4892cea93d66dcfb351f9f455
MD5 8349e38b077a50b6788dd7760c030615
BLAKE2b-256 74bfa0eb51036f8fb751f54a3c978bff5b03950c0899ce1db75e61de50fe00d3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page