{{define "settings"}}

Settings

Spotify

Import your Spotify listening history from your data export.

Last.fm

Import your Last.fm scrobbles.

API Keys

Generate an API key to receive scrobbles from external apps.

{{if .APIKey}}
{{.APIKey}}
{{.APISecret}}
{{end}}

Endpoint URLs

Use these URLs in your scrobbling apps:

/2.0/
/1/submit-listens

Spotify Integration

Connect your Spotify account to automatically import your listening history.

Create a Spotify app at developer.spotify.com and enter your credentials below.

{{if and .SpotifyClientId (not .SpotifyConnected)}}

Connect Spotify

Click to authorize Muzi to access your Spotify account.

{{end}} {{if .SpotifyConnected}}

Spotify is connected and importing!

{{end}}
{{end}}