External Integrations
Configure Navidrome to get information and images from Last.fm and Spotify
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 an App” button in Spotify’s Developer dashboard: https://developer.spotify.com/dashboard/applications:
- Fill all fields and click on the “Create” button:
- Copy the values to your configuration file (or set them as environment variables):
Last.fm
Navidrome can use Last.fm to retrieve artists biographies, artists top songs, similar artists and album covers. It works out-of-the-box, but if you want to setup your own API-KEY, follow these steps:
You will need a Last.fm free account, then you’ll need to set the config options LastFM.ApiKey
and LastFM.Secret
. You can obtain these values by creating an 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 (or set them as environment variables)
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 January 24, 2023: Add artwork resolution information (08f28b2)