> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocksky.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Kodi

> Scrobble plays from Kodi to Rocksky using the official ListenBrainz add-on.

Kodi ships a ListenBrainz Scrobbler add-on in the official repository. With
two settings, you can point it at Rocksky.

## Prerequisites

* [Kodi](https://kodi.tv/) media center
* A [Rocksky](https://rocksky.app) account
* An API key from the [API Applications](https://rocksky.app/apikeys) page

## Setup

<Steps>
  <Step title="Install the add-on">
    In Kodi, go to **Add-ons → Install from repository → Kodi Add-on repository →
    Services → ListenBrainz Scrobbler** and install it.
  </Step>

  <Step title="Set the API endpoint">
    Open the add-on settings and change the ListenBrainz API endpoint to:

    ```
    https://audioscrobbler.rocksky.app
    ```
  </Step>

  <Step title="Add your API key">
    Paste your Rocksky API key into the **Token** field.

    <Frame>
      <img src="https://mintcdn.com/rocksky/f8tOVRECa7uvBDlF/images/integrations/kodi-listenbrainz-plugin.png?fit=max&auto=format&n=f8tOVRECa7uvBDlF&q=85&s=da1eeb56ce67dd737951005c5b6743e7" alt="Kodi ListenBrainz Scrobbler settings configured with the Rocksky audioscrobbler URL" width="1915" height="1075" data-path="images/integrations/kodi-listenbrainz-plugin.png" />
    </Frame>
  </Step>

  <Step title="Verify">
    Restart Kodi, play a track, and check your Rocksky profile to confirm the
    scrobble appears.
  </Step>
</Steps>
