Rocksky
  1. How-Tos
Rocksky
  • Overview
  • Introduction
  • FAQ
  • How-Tos
    • Migrating to Rocksky Scrobble API
    • Migrating from ListenBrainz to Rocksky
    • How to Use Rocksky with Jellyfin
    • How to Use Rocksky with Navidrome
    • How to Use Rocksky with Pano Scrobbler on Android
    • How to Use Rocksky with Kodi
    • Use Rocksky with Claude Desktop
  • CLI
    • Overview
    • Commands
      • login
      • mcp
      • whoami
      • nowplaying
      • scrobbles
      • search
      • stats
      • artists
      • albums
      • tracks
      • scrobble
      • create apikey
      • help
  • API Reference
    • albums
      • Get User's Albums
      • Get Album
      • Get Several Albums
    • artists
      • Get User's Artists
      • Get Artist
      • Get Several Artists
    • charts
      • Get Scrobbles Per Day
    • playlists
      • Get User's Playlists
      • Get Playlist
    • scrobbles
      • Get Scrobbles
      • Get User's Scrobbles
    • users
      • Find User Profile
    • tracks
      • Get User's Tracks
      • Get Track
      • Get Several Tracks
    • search
      • Search for Item
    • likes
      • Get User's Liked Songs
  1. How-Tos

How to Use Rocksky with Navidrome

Rocksky now provides a ListenBrainz-compatible scrobbling API, allowing you to use Rocksky natively in Navidrome!

Requirements#

A running Navidrome server
A Rocksky account
A Rocksky API Key from the API Applications page

1. Enable scrobbling to ListenBrainz in Navidrome#

Update your Navidrome configuration and add the following:
ListenBrainz.Enabled = true
Alternatively, if you are using environment variables:
ND_LISTENBRAINZ_ENABLED=true

2. Configure the ListenBrainz API URL to Use Rocksky#

Update the default ListenBrainz API URL:
ListenBrainz.BaseURL = "https://audioscrobbler.rocksky.app/1/"
Alternatively, if you are using environment variables:
ND_LISTENBRAINZ_BASEURL=https://audioscrobbler.rocksky.app/1/

3. API Token:#

1.
Go to Rocksky API Applications
2.
Create or copy your API Key
3.
Go to Profile on Navidromme, and toggle "Scrobble to
ListenBrainz"
4.
Paste the API key into the text field
Navidrome will now begin scrobbling to Rocksky!

4. Verify It’s Working#

Start playing a track on Navidrome
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.
Modified at 2025-05-28 05:50:01
Previous
How to Use Rocksky with Jellyfin
Next
How to Use Rocksky with Pano Scrobbler on Android
Built with