-
-
Notifications
You must be signed in to change notification settings - Fork 6
Getting API Keys
For AlbumPaper to know what song you're playing it needs to connect to the appropriate API using your API keys. This page will guide you through the process of obtaining these keys for Spotify and Last.fm. Spotify is recommended as the album art quality is often better but Last.fm is a little easier to setup.
Spotify now requires a premium account to create API keys. If you have a free account use Last.fm instead.
-
Head over to the Spotify developer dashboard and press Create app. Call it whatever you like and add a description.
-
In Redirect URIs enter
http://127.0.0.1:8080/exactly and press Add. -
Select Web API for "Which API/SDKs are you planning to use?"
-
Agree to the "Spotify Developer Terms of Service" and press Save.
-
Copy the the Client ID and paste it into Soundwall. Press View client secret and copy the Client secret into Soundwall.
-
Press Save in Soundwall. This should open a browser window which may ask you to sign in. Press Agree to allow Soundwall to see your currently playing track. Soundwall should now be setup. Play some music.
[Notice] If this step fails try quitting Soundwall and starting it again.
- Create a new API account here enter an email and an application name a callback URI is not required.
-
Press Submit and add the API Key to the Soundwall settings you DO NOT need the shared secret key.
-
Add your Last.fm username to the Soundwall settings and press Save.