···11+Rocksky now provides a **ListenBrainz-compatible scrobbling API**, allowing you to use Rocksky natively in Navidrome!
22+## Requirements
33+44+- A running Navidrome server
55+- A Rocksky account
66+- A Rocksky API Key from the [API Applications](https://rocksky.app/apikeys) page
77+88+## 1. Enable scrobbling to ListenBrainz in Navidrome
99+1010+Update your Navidrome configuration and add the following:
1111+1212+```
1313+ListenBrainz.Enabled = true
1414+```
1515+1616+Alternatively, if you are using environment variables:
1717+1818+```
1919+ND_LISTENBRAINZ_ENABLED=true
2020+```
2121+2222+## 2. Configure the ListenBrainz API URL to Use Rocksky
2323+2424+Update the default ListenBrainz API URL:
2525+2626+```
2727+ListenBrainz.BaseURL = "https://audioscrobbler.rocksky.app/1/"
2828+```
2929+3030+Alternatively, if you are using environment variables:
3131+3232+```
3333+ND_LISTENBRAINZ_BASEURL=https://audioscrobbler.rocksky.app/1/
3434+```
3535+3636+## 3. API Token:
3737+1. Go to Rocksky [API Applications](https://rocksky.app/apikeys)
3838+2. Create or copy your API Key
3939+3. Go to Profile on Navidromme, and toggle "Scrobble to
4040+ ListenBrainz"
4141+4. Paste the API key into the text field
4242+4343+Navidrome will now begin scrobbling to Rocksky!
4444+4545+## 4. Verify It’s Working
4646+4747+Start playing a track on Navidrome
4848+Head to https://rocksky.app — your recent scrobbles should appear in real time. You might have to play through some portion of the track before Navidrome sends the scrobble data to Rocksky.