External Integrations
Configure Navidrome to get information and images from Last.fm and Spotify
Last.fm
Navidrome can use Last.fm to retrieve artists biographies, top songs, similar artists and album covers. It can also
send your scrobbles to Last.fm. For these features to work, you’ll need to set the
config options
LastFM.ApiKey
and LastFM.Secret
. You can obtain these values by creating a free API account in Last.fm:
- Go to https://www.last.fm/api/account/create and create an API account. Only the Application Name field is mandatory:
- After submitting the form, you can get the API Key and Shared Secret from the Account Created page:
- Copy the values above to your configuration file as
LastFM.ApiKey
andLastFM.Secret
(or set them as environment variablesND_LASTFM_APIKEY
andND_LASTFM_SECRET
)
Spotify
Artist images can be retrieved from Spotify. You’ll need to set the config options Spotify.ID
and Spotify.Secret
.
To obtain these values, create a free account in Spotify, then follow these steps:
- Click on the “Create app” button in Spotify’s Developer dashboard: https://developer.spotify.com/dashboard/applications:
- Fill the name and description fields, fill the “Redirect URI” field with
http://localhost/
and click on the “Save” button:
- Go to “Settings”:
- Click “View client secret”:
- Copy the values of ID and secret to your configuration file as
Spotify.ID
andSpotify.Secret
(or set them as environment variablesND_SPOTIFY_ID
andND_SPOTIFY_SECRET
):
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can make it even better.
Sorry to hear that. Please tell us how we can improve.
Last modified August 9, 2024: Clarify external integrations config (#173) (abe8971)