mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
docs: clarify token usage
This commit is contained in:
parent
e69ef0cb01
commit
456b84c4ca
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ title: Setting up the Scrobber
|
|||
description: How to relay listens submitted to Koito to another ListenBrainz compatible server.
|
||||
---
|
||||
|
||||
To use the ListenBrainz API, you need to get your generated api key from the UI.
|
||||
To use the ListenBrainz API, you need to get your generated API key from the UI. The API key is what you will use as the ListenBrainz token.
|
||||
|
||||
First, open the settings in your Koito instance by clicking on the settings icon or pressing `\`.
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ After logging in, open the settings menu again and find the `API Keys` tab. On t
|
|||
If you are not running Koito on an `https://` connection or `localhost`, the click-to-copy button will not work. Instead, just click on the key itself to highlight and copy it.
|
||||
:::
|
||||
|
||||
Then, direct any application you want to scrobble data from to `{your_koito_address}/apis/listenbrainz/1` (or `{your_koito_address}/apis/listenbrainz` for some applications) and provide the api key from the UI as the token.
|
||||
Then, direct any application you want to scrobble data from to `{your_koito_address}/apis/listenbrainz/1` (or `{your_koito_address}/apis/listenbrainz` for some applications) and provide the API key from the UI as the token.
|
||||
|
||||
## Set up a relay
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue