D
Deleted member 155466
Guest

Download - DeeMix.org
DeeMix GUI is a feature-rich and user-friendly application that simplifies downloading music from various sources. Whether you're a casual listener or a music

I have followed the README instruction:
Deezloader Remix
Latest Version: 4.3.0
Deezloader Remix is an improved version of Deezloader based on the Reborn branch.
With this app you can download songs, playlists and albums directly from Deezer’s Server in a single and well packaged app.

Features
Base Features
Download MP3s and FLACs directly from Deezer Servers
Search and Discover music from the App
Download music directly from a URL
Download entire Artists library
See your public playlist on Deezer
Tagged music files (ID3s and Vorbis Comments)
Great UI and UX
Exclusive to Remix
Implementation with Spotify APIs (No third party services)
Improved download speed
Extensive set of options for a personalized experience
Server mode to launch the app headless
MOAR Optimizations
REST API - Documentation
Download
All compiled downloads are on Telegram.
News: @RemixDevs
Downloads: @DeezloaderRemix
Mirrors: Wiki/Downloads
Chat: @DeezloaderRemixCommunity
Here are listed the MD5 checksums (so you can be sure the files were not tampered):
Checksum MD5 Filenameb67aa38686037785067fad5bcd1ed257 Deezloader Remix 4.3.0.exe88a041670e8760f1d68daea13889e341 Deezloader_Remix_4.3.0-i386.AppImageac992cee79edf2f7336113e3a93a07e9 Deezloader Remix 4.3.0 Setup.exe69069bfbabf2d9f35b297844ad7df4f4 Deezloader Remix 4.3.0 Setup x32.exeb95ba431c598bf8b72999e2b6c413010 Deezloader Remix 4.3.0 x32.exe8ab7860b602e311ff9571a5b371f193f Deezloader_Remix_4.3.0-x86_64.AppImageff2f82f8b7f2eeabfdd275a583addd41 Deezloader Remix-4.3.0.dmg
Build
If you want to buid it yourself you will need Node.js installed, git and npm or yarn.
To start utilizing the app you should open a terminal inside the project folder and run npmIf you want to start the app, without compiling it you can use npm start
To run it in server mode go inside the app folder and use node app.js
To build the app for other OSs follow the table belowOS CommandWindows x64 npm run dist:win64Windows x32 or x86 npm run dist:win32Linux npm run dist:linuxmacOS npm run dist:macOS
install.
Disclaimer
I am not responsible for the usage of this program by other people.I do not recommend you doing this illegally or against Deezer’s terms of service.
This project is licensed under GNU GPL v
I had the following output:
(sunrise@sunrise)-[~/deezloader-mer]
└─$ npm start
App threw an error during loadstart
cross-env NODE_ENV=development electron ./app
TypeError: protocol.registerStandardSchemes is not a function
at Object.registerScheme (/home/guess/deezloader-mer/app/utils/captcha.js:17:18)
at Object.<anonymous> (/home/guess/deezloader-mer/app/main.js:10:9)
at Module._compile (node:internal/modules/cjs/loader:1569:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1722:10)
at Module.load (node:internal/modules/cjs/loader:1296:32)
at Module._load (node:internal/modules/cjs/loader:1115:12)
at c._load (node:electron/js2c/node_init:2:18008)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:227:24)
at cjsLoader (node:internal/modules/esm/translators:266:5)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: protocol.registerStandardSchemes is not a function
at Object.registerScheme (/home/guess/deezloader-mer/app/utils/captcha.js:17:18)
at Object.<anonymous> (/home/guess/deezloader-mer/app/main.js:10:9)
at Module._compile (node:internal/modules/cjs/loader:1569:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1722:10)
at Module.load (node:internal/modules/cjs/loader:1296:32)
at Module._load (node:internal/modules/cjs/loader:1115:12)
at c._load (node:electron/js2c/node_init:2:18008)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:227:24)
at cjsLoader (node:internal/modules/esm/translators:266:5)
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
How to fix this error?
Last edited by a moderator: