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 and similar artists. You will need a Last.FM free account. 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:

  1. Go to https://www.last.fm/api/account/create and create an API account. Only the Application Name field is mandatory:

  1. After submitting the form, you can get the API Key and Shared Secret from the Account Created page:

  1. Copy the values above to your configuration file (or set them as environment variables)

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:

  1. Click on the “Create an App” button in Spotify’s Developer dashboard: https://developer.spotify.com/dashboard/applications:

  1. Fill all fields and click on the “Create” button:

  1. Copy the values to your configuration file (or set them as environment variables):


Last modified October 21, 2020: Add Last.FM / Spotify configuration (e0b55a1)