From 6aca54aa4587f7e963cc9fed4141ad5733c5d4ec Mon Sep 17 00:00:00 2001 From: RemixDev Date: Fri, 21 Sep 2018 10:41:37 +0000 Subject: [PATCH] Update page 'Spotify Features' --- Spotify Features.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Spotify Features.md b/Spotify Features.md index 7744600..1100023 100644 --- a/Spotify Features.md +++ b/Spotify Features.md @@ -3,7 +3,7 @@ To make Spotify Features aviable again you should: * Go to this link: https://developer.spotify.com/dashboard/applications * Log in with your Spotify account * Click on Create a Client ID -* ![](https://i.imgur.com/GVRuqFh.png) +* ![](https://i.imgur.com/bInxPDg.png) * Compile the form as you like * ![](https://i.imgur.com/ufqKfjC.png) * Click NO @@ -11,17 +11,18 @@ To make Spotify Features aviable again you should: * Tick all the things and click SUBMIT * ![](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.
![](https://i.imgur.com/la91C8J.png) -Open the folder where the config files are: -Windows : `%appdata%/Deezloader Remix/` -macOS : `Library/Application Support/Deezloader Remix/` +Open the folder where the config files are:
+Windows : `%appdata%/Deezloader Remix/`
+macOS : `Library/Application Support/Deezloader Remix/`
Linux : `/home/yourUsername/.config/Deezloader Remix/` And create a file called `authCredentials.js` -open it and copy paste this string: -`module.exports = { clientId: 'CLIENTID_HERE', clientSecret: 'CLIENTSECRET_HERE' }` +Open it and copy paste this string:
+`module.exports = { clientId: 'CLIENTID_HERE', clientSecret: 'CLIENTSECRET_HERE' }`
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! \ No newline at end of file