mirror of
https://notabug.org/RemixDevs/DeezloaderRemix.git
synced 2026-06-11 06:25:04 +00:00
Update page 'Home'
+25
-11
@@ -1,6 +1,6 @@
|
|||||||
# Deezloader Remix
|
# Deezloader Remix
|
||||||
Deezloader Remix is an improved version of Deezloader based on the Reborn branch.<br/>
|
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
|
## Features
|
||||||
### Base Features
|
### Base Features
|
||||||
@@ -20,18 +20,32 @@ With this app you can download songs, playlists and albums directly from Deezers
|
|||||||
* MOAR Optimizations
|
* MOAR Optimizations
|
||||||
|
|
||||||
## Contacts
|
## 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
|
## Build
|
||||||
If you want to buid it yourself you will need Node.js installed and npm or yarn.<br/>
|
If you want to buid it yourself you will need Node.js installed, git and npm or yarn.<br/>
|
||||||
There is a missing file containing the clientSecret e clientId of my SpotifyApp (for spotify integration).<br/>
|
To start utilizing the app you should open a terminal inside the project folder and run `npm install`.<br/>
|
||||||
You need to get them [here](https://developer.spotify.com/dashboard/applications) and change the values from here.<br/>
|
If you want to start the app, without compiling it you can use `npm start`<br/>
|
||||||
```module.exports = {
|
To run it in server mode you can use `npm start -- -s` or go inside the `app` folder and use `node app.js`<br/>
|
||||||
clientId: 'CLIENTID_HERE',
|
To build the app for other OSs follow the table below
|
||||||
clientSecret: 'CLIENTSECRET_HERE'
|
|
||||||
}```<br/>
|
| OS | Command |
|
||||||
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/>
|
| 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
|
## Disclaimer
|
||||||
I am not responsible for the usage of this program by other people.<br/>
|
I am not responsible for the usage of this program by other people.<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user