A mirror of the Qobuz-DL repo
  • TypeScript 90.2%
  • JavaScript 7.1%
  • CSS 2.6%
Find a file
2025-09-28 00:50:06 +01:00
app Better mobile country picker 2025-09-28 00:50:06 +01:00
components Better mobile country picker 2025-09-28 00:50:06 +01:00
config Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
hooks Changed Indent Size | Fixed Minor CSS Issues 2025-09-27 15:06:25 +01:00
lib Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
public Fix MD5 Hash for FLAC files 2025-03-24 00:34:17 +00:00
.env.example Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
.gitignore Ignore all env files by default 2025-09-01 09:02:06 -06:00
.prettierignore Use prettier for consistent linting 2025-09-01 09:03:47 -06:00
.prettierrc Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
changelog.json Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
components.json Changed Indent Size | Fixed Minor CSS Issues 2025-09-27 15:06:25 +01:00
docker-compose.yml Changed Indent Size | Fixed Minor CSS Issues 2025-09-27 15:06:25 +01:00
Dockerfile Create Dockerfile 2025-06-18 21:24:06 +03:00
eslint.config.mjs Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
LICENSE Create LICENSE 2025-01-02 00:00:40 +00:00
next.config.ts Changed Indent Size | Fixed Minor CSS Issues 2025-09-27 15:06:25 +01:00
package-lock.json Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
package.json Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
postcss.config.mjs Changed Indent Size | Fixed Minor CSS Issues 2025-09-27 15:06:25 +01:00
README.md Changed Indent Size | Fixed Minor CSS Issues 2025-09-27 15:06:25 +01:00
tailwind.config.ts Native Country Switching | Minor UI Fixes 2025-09-27 19:03:28 +01:00
tsconfig.json Changed Indent Size | Fixed Minor CSS Issues 2025-09-27 15:06:25 +01:00

Qobuz-DL

Qobuz-DL


Important

This repository does not contain any copyrighted material, or code to illegaly download music. Downloads are provided by the Qobuz API and should only be initiated by the API token owner. The author is not responsible for the usage of this repository nor endorses it, nor is the author responsible for any copies, forks, re-uploads made by other users, or anything else related to Qobuz-DL. Any live demo found online of this project is not associated with the authors of this repo. This is the author's only account and repository.

Qobuz-DL provides a fast and easy way to download music using Qobuz in a variety of codecs and formats entirely from the browser.

Features

  • Download any song or album from Qobuz.
  • Re-encode audio provided by Qobuz to a variety of different lossless and lossy codecs using FFmpeg.
  • Apply metadata to downloaded songs.

Table of Contents

Installation

Before you begin, ensure you have the following installed:

  • Node.js (LTS version recommended)
    Download from: https://nodejs.org/

  • npm (comes with Node.js)
    To check if npm is installed, run:

    npm -v
    

Getting Started

1. Clone the repo

git clone https://github.com/QobuzDL/Qobuz-DL.git

2. Navigate to the project directory

cd Qobuz-DL

3. Install Dependencies

npm i

4. Run the development server

npm run dev

Docker Installation

1. Clone the repo

git clone https://github.com/QobuzDL/Qobuz-DL.git

2. Navigate to the project directory

cd Qobuz-DL

3. Dockerfile build

docker build -t qobuz-dl .

4. Docker compose

docker-compose up -d

Setup .env (IMPORTANT)

Before you can use Qobuz-DL, you need to change the .env file in the root directory. The default configuration will NOT work. QOBUZ_APP_ID and QOBUZ_SECRET must be set to the correct values. To find these you can use this tool. Additionally, in order to download files longer than 30 seconds, a valid Qobuz token is needed. This can be found in the localuser.token key of localstorage on the official Qobuz website for any paying members.

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Push your branch: git push origin feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License.