qbdl-gui is a gui for qobuz-dl by @vitiko98.
- Download albums, tracks, artists, and playlists from Qobuz.
- Supports various quality levels.
- Embed album art into files.
- Web GUI for easy interaction.
- Clone the repository and cd into:
git clone https://github.com/konzepts/qbdl-gui.git
cd qbdl-gui
- Virtual Environment: Consider using a virtual environment to isolate the dependencies for the project. This can help avoid conflicts between different versions of libraries. You can create a virtual environment using:
python3 -m venv qbdl
source qbdl/bin/activate
- Install the dependencies:
pip install -r requirements.txt
Refer to the existing documentation for command-line usage.
To use the web GUI, follow these steps:
- Run the web GUI script:
python3 qbdl_gui.py
- Open a web browser and navigate to:
http://0.0.0.0:5000/
localhost:5000
- Enter your Qobuz email, password, download URL, download location, and quality.
- Click the "Download" button to start the download.
Please refer to the existing guidelines for contributing to this project.