No Description

RemixDev 099d27c748 Merge branch 'master' of https://notabug.org/RemixDevs/DeezloaderRemix 5 years ago
app f126e1c615 Release 4.1.4 5 years ago
build 7435a4ecf6 Release 4.1.0 5 years ago
.gitignore 06c20fb287 Up to date commit 5 years ago
LICENSE 868d91f7ee Release 4.0.1 5 years ago
README.md f126e1c615 Release 4.1.4 5 years ago
clean.bat 868d91f7ee Release 4.0.1 5 years ago
clean.sh 04a2225919 chmod 755 on *.sh files 5 years ago
compileLinux.sh 04a2225919 chmod 755 on *.sh files 5 years ago
compileMacOS.sh 04a2225919 chmod 755 on *.sh files 5 years ago
compileWindows32.bat a999a28ff8 Release 4.1.3 5 years ago
compileWindows64.bat a999a28ff8 Release 4.1.3 5 years ago
package.json a999a28ff8 Release 4.1.3 5 years ago
start.bat 868d91f7ee Release 4.0.1 5 years ago
start.sh 04a2225919 chmod 755 on *.sh files 5 years ago
startServer.bat 7435a4ecf6 Release 4.1.0 5 years ago
update.json 43d98986c9 Added semantic versioning check 5 years ago

README.md

Deezloader Remix

Latest Version: 4.1.4

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