Skip to main content

Last.fm

Other Users
  • To monitor and re-scrobble activity from your Last.fm/Libre.fm account create a Last.fm (Source)
  • To accept scrobbles from outside applications as if multi-scrobbler was Last.fm, create a Last.fm (Endpoint)
Limits for Old Scrobbles

Last.fm will not accept scrobbles that are timestamped as older than 2 weeks from the current time.

This is not officially documented but has been confirmed by multiple people/mods in the last.fm support forums: [1] [2] [3]

Multi-scrobbler can queue scrobbles for you if the Last.fm service is unavailable, or if there is an issue with a specific scrobble. However, you are responsible for making sure these scrobbles are eventually sent to Last.fm (by retrying in the UI or retarting Last.fm client in UI) before the two week window has passed or else they will not be scrobblable at all unless the timestamp is changed.

A future update to Multi-scrobbler will enable editing of unsent scrobble data and modifying the timestamp from the UI.

If you have issues with specific scrobbles not being sent and retries/restarts do not fix it, please make sure to create a new issue in a timely manner so that it can be resolved before the window has passed.

You will need a Last.fm account to use the Last.fm API.

After creating your account, register for an API account here.

The callback URL in the API account form is not used, but to keep it consistent use the same value you set using the Callback/Redirect URL section.

Take note of your API Key and Secret after account creation.

Callback/Redirect URL

The Redirect (Callback) URL is used to redirect your browser to multi-scrobbler after authentication has completed.

So, the base of the URL you use should be the same as the URL you would use to navigate to the multi-scrobbler dashboard.

Example

If you can visit the multi-scrobbler dashboard by navigating to http://192.168.0.100:9078 in your web browser...

then the ENV LASTFM_REDIRECT_URI, or redirectUri for last.fm/libre.fm json config, should be

http://192.168.0.100:9078/lastfm/callback

The Redirect URL can be explicitly specified in the configuration below, or by using the global Base URL setting.

Configuration

Configuration Type

This is configuration for the ENV Config Type.

Environmental VariableRequired?DefaultDescription
LASTFM_IDYesA unique id
LASTFM_API_KEYYesApi Key from your API Account
LASTFM_SECRETYesShared secret from your API Account
LASTFM_REDIRECT_URINohttp://localhost:9078/lastfm/callbackUrl to use for authentication. Must include lastfm/callback somewhere in it
LASTFM_SESSIONNoSession id. Will be generated by authentication flow if not provided.
LASTFM_NAMENoA vanity name, different than ID