mirror of
https://notabug.org/RemixDevs/DeezloaderRemix.git
synced 2026-06-11 18:25:19 +00:00
Update page 'Home'
+25
-11
@@ -1,6 +1,6 @@
|
||||
# Deezloader Remix
|
||||
Deezloader Remix is an improved version of Deezloader based on the Reborn branch.<br/>
|
||||
With this app you can download songs, playlists and albums directly from Deezers Server in a single and well packaged app.
|
||||
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
|
||||
@@ -20,18 +20,32 @@ With this app you can download songs, playlists and albums directly from Deezers
|
||||
* MOAR Optimizations
|
||||
|
||||
## Contacts
|
||||
Beta Testing Group [Deezloader Remix Group](https://t.me/joinchat/BJf2dUoyFbTomvUGaslmCA)
|
||||
News: [@RemixDevs](https://t.me/RemixDevs)<br>
|
||||
Downloads: [@DeezloaderRemix](https://t.me/DeezloaderRemix)<br>
|
||||
Chat: [@DeezloaderRemixCommunity](https://t.me/DeezloaderRemixCommunity)<br>
|
||||
Betas: [Telegram Link](https://t.me/joinchat/AAAAAEtFM-k2RJse44mdMA)<br>
|
||||
|
||||
## Useful Pages
|
||||
* [Full Changelog](https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Changelog)
|
||||
* [Mirrors](https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Downloads)
|
||||
* [FAQ](FAQ)
|
||||
* [Login via userToken](Login+via+userToken)
|
||||
* [Spotify Features](Spotify+Features)
|
||||
* [State of the final update](State+of+the+final+update)
|
||||
|
||||
## Build
|
||||
If you want to buid it yourself you will need Node.js installed and npm or yarn.<br/>
|
||||
There is a missing file containing the clientSecret e clientId of my SpotifyApp (for spotify integration).<br/>
|
||||
You need to get them [here](https://developer.spotify.com/dashboard/applications) and change the values from here.<br/>
|
||||
```module.exports = {
|
||||
clientId: 'CLIENTID_HERE',
|
||||
clientSecret: 'CLIENTSECRET_HERE'
|
||||
}```<br/>
|
||||
The file should be put into `./app/authCredentials.js` (the same folder where `deezer-api.js` is).<br/>
|
||||
Then to build it you just need to run `npm install` or `yarn install` and after that `compile<OS>.sh` or `.bat`.<br/>
|
||||
If you want to buid it yourself you will need Node.js installed, git and npm or yarn.<br/>
|
||||
To start utilizing the app you should open a terminal inside the project folder and run `npm install`.<br/>
|
||||
If you want to start the app, without compiling it you can use `npm start`<br/>
|
||||
To run it in server mode you can use `npm start -- -s` or go inside the `app` folder and use `node app.js`<br/>
|
||||
To build the app for other OSs follow the table below
|
||||
|
||||
| OS | Command |
|
||||
| ------------------ | -------------------- |
|
||||
| Windows x64 | `npm run dist:win64` |
|
||||
| Windows x32 or x86 | `npm run dist:win32` |
|
||||
| Linux | `npm run dist:linux` |
|
||||
| macOS | `npm run dist:macOS` |
|
||||
|
||||
## Disclaimer
|
||||
I am not responsible for the usage of this program by other people.<br/>
|
||||
|
||||
Reference in New Issue
Block a user