Update page 'Spotify Features'

RemixDev
2018-09-21 10:41:37 +00:00
parent 182184a3ce
commit 6aca54aa45
+8 -7
@@ -3,7 +3,7 @@ To make Spotify Features aviable again you should:
* Go to this link: https://developer.spotify.com/dashboard/applications * Go to this link: https://developer.spotify.com/dashboard/applications
* Log in with your Spotify account * Log in with your Spotify account
* Click on Create a Client ID * Click on Create a Client ID
* ![](https://i.imgur.com/GVRuqFh.png) * ![](https://i.imgur.com/bInxPDg.png)
* Compile the form as you like * Compile the form as you like
* ![](https://i.imgur.com/ufqKfjC.png) * ![](https://i.imgur.com/ufqKfjC.png)
* Click NO * Click NO
@@ -11,17 +11,18 @@ To make Spotify Features aviable again you should:
* Tick all the things and click SUBMIT * Tick all the things and click SUBMIT
* ![](https://i.imgur.com/I1gYvJ5.png) * ![](https://i.imgur.com/I1gYvJ5.png)
Now you should see your Client ID and Client Secret. Now you should see your Client ID and Client Secret.<br>
![](https://i.imgur.com/la91C8J.png) ![](https://i.imgur.com/la91C8J.png)
Open the folder where the config files are: Open the folder where the config files are:<br>
Windows : `%appdata%/Deezloader Remix/` Windows : `%appdata%/Deezloader Remix/`<br>
macOS : `Library/Application Support/Deezloader Remix/` macOS : `Library/Application Support/Deezloader Remix/`<br>
Linux : `/home/yourUsername/.config/Deezloader Remix/` Linux : `/home/yourUsername/.config/Deezloader Remix/`
And create a file called `authCredentials.js` And create a file called `authCredentials.js`
open it and copy paste this string: Open it and copy paste this string:<br>
`module.exports = { clientId: 'CLIENTID_HERE', clientSecret: 'CLIENTSECRET_HERE' }` `module.exports = { clientId: 'CLIENTID_HERE', clientSecret: 'CLIENTSECRET_HERE' }`<br>
Replace CLIENTID_HERE and CLIENTSECRET_HERE with your Client ID and Client Secret from the site. Replace CLIENTID_HERE and CLIENTSECRET_HERE with your Client ID and Client Secret from the site.
Save the file and now you can use all the Spotify Features! Save the file and now you can use all the Spotify Features!