···1+Rocksky now provides a **ListenBrainz-compatible scrobbling API**, allowing you to use Rocksky natively in Navidrome!
2+## Requirements
3+4+- A running Navidrome server
5+- A Rocksky account
6+- A Rocksky API Key from the [API Applications](https://rocksky.app/apikeys) page
7+8+## 1. Enable scrobbling to ListenBrainz in Navidrome
9+10+Update your Navidrome configuration and add the following:
11+12+```
13+ListenBrainz.Enabled = true
14+```
15+16+Alternatively, if you are using environment variables:
17+18+```
19+ND_LISTENBRAINZ_ENABLED=true
20+```
21+22+## 2. Configure the ListenBrainz API URL to Use Rocksky
23+24+Update the default ListenBrainz API URL:
25+26+```
27+ListenBrainz.BaseURL = "https://audioscrobbler.rocksky.app/1/"
28+```
29+30+Alternatively, if you are using environment variables:
31+32+```
33+ND_LISTENBRAINZ_BASEURL=https://audioscrobbler.rocksky.app/1/
34+```
35+36+## 3. API Token:
37+1. Go to Rocksky [API Applications](https://rocksky.app/apikeys)
38+2. Create or copy your API Key
39+3. Go to Profile on Navidromme, and toggle "Scrobble to
40+ ListenBrainz"
41+4. Paste the API key into the text field
42+43+Navidrome will now begin scrobbling to Rocksky!
44+45+## 4. Verify It’s Working
46+47+Start playing a track on Navidrome
48+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.