doc | ||
LICENSE.md | ||
qo-all-down.js | ||
README.md |
QoAllDown
QoAllDown is a small JavaScript code that add a button to download all the tracks of a Qobuz Album once instead of downloading track by track.
Installation / Execution
It is recommanded to auto-execute this script with a browser extension so the new button will be available without the need of action from the user. This is the first method. Also, it is possible to execute manually this script as mentioned in the second method below.
Auto-execute with a Firefox-based browser and the javascript extension
-
Install the javascript extension on your favorite Firefox-based browser (Firefox, LibreWolf…).
-
Copy the content of the
qo-all-down.js
script ("CTRL + A" and "CTRL + C"). -
Go to Qobuz, click on the "Extensions" button on the top-right on your browser and click on "javascript"
-
Paste the script ("CTRL + V") on the newly opened window.
Manual execution, works on most of Web browsers
-
Open your browser, login to Qobuz and go to the download page of your album where the "Download track by track" button is displayed.
-
Execute the
qo-all-down.js
script (copy and paste) into the JavaScript console of the developer tools on your favorite browser.
Usage
-
If you followed the "auto-execute" method, you must login to Qobuz first. Then go to the "Download track by track" Qobuz page of the album you want to download.
-
Click on the new "Download all tracks" button below the "Download my music" page title.
-
Choose the quality. E.g. type "flac" for the FLAC format.
-
Wait a few moment during the download process. The duration depend on your connection speed.
-
A ZIP file is saved to your computer. You must extract it.
-
Enjoy !
Contributions
This script is open to contributors to make it more complete and support more websites than just Qobuz if this is relevant.