No Description

RemixDev 76f9c3408d Release 4.1.1 5 years ago
app 8c386fab0b Release 4.1.1 5 years ago
build 7435a4ecf6 Release 4.1.0 5 years ago
.gitignore 868d91f7ee Release 4.0.1 5 years ago
LICENSE 868d91f7ee Release 4.0.1 5 years ago
README.md 8c386fab0b Release 4.1.1 5 years ago
clean.bat 868d91f7ee Release 4.0.1 5 years ago
clean.sh 868d91f7ee Release 4.0.1 5 years ago
compileLinux.sh 868d91f7ee Release 4.0.1 5 years ago
compileMacOS.sh 868d91f7ee Release 4.0.1 5 years ago
compileWindows.bat 868d91f7ee Release 4.0.1 5 years ago
package.json 8c386fab0b Release 4.1.1 5 years ago
start.bat 868d91f7ee Release 4.0.1 5 years ago
start.sh 868d91f7ee Release 4.0.1 5 years ago
startServer.bat 7435a4ecf6 Release 4.1.0 5 years ago

README.md

Deezloader Remix

Latest Version: 4.1.1

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 Deezers 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

Build

If you want to buid it yourself you will need Node.js installed and npm or yarn.
There is a missing file containing the clientSecret e clientId of my SpotifyApp (for spotify integration).
You need to get them here and change the values from here.
module.exports = { clientId: 'CLIENTID_HERE', clientSecret: 'CLIENTSECRET_HERE' }
The file should be put into ./app/authCredentials.js (the same folder where deezer-api.js is).
Then to build it you just need to run npm install or yarn install and after that compile<OS>.sh or .bat.

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 v3