From e81b0aeefd7a3a6db93066d059c753625803bc3b Mon Sep 17 00:00:00 2001 From: tognee Date: Sat, 25 Aug 2018 20:49:01 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..6c36709 --- /dev/null +++ b/Home.md @@ -0,0 +1,45 @@ +# Deezloader Remix +### Latest Version: 4.1.3 +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. + +![](https://i.imgur.com/GbouYCB.png) +## 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](https://developer.spotify.com/dashboard/applications) 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.sh` or `.bat`.
+ + +## Contacts +Beta Testing Group [Deezloader Remix Group](https://t.me/joinchat/BJf2dUoyFbSZFV-kQIe_LQ) + +## Downloads +All the compiled versions are pubblished in this [Telegram Channel](https://t.me/joinchat/AAAAAEnzbK8X4rovK5U-cA) + +## 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](https://www.gnu.org/licenses/gpl-3.0.html) \ No newline at end of file