Listenbrainz
Other Users
- To monitor and re-scrobble activity from a Listenbrainz account create a Listenbrainz (Source)
- To accept scrobbles from outside applications as if multi-scrobbler was a Listenbrainz server, create a Listenbrainz (Endpoint)
You will need to run your own Listenbrainz server or have an account on the official instance
On your profile page find your User Token to use in the configuration.
Configuration
- ENV
- File
- AIO
| Environmental Variable | Required? | Default | Description |
|---|---|---|---|
| LZ_TOKEN | Yes | User token from your LZ profile | |
| LZ_USER | Yes | Your LZ username | |
| LZ_URL | No | https://api.listenbrainz.org/ | The base URL for the LZ server |
CONFIG/listenbrainz.json
[
{
"name": "brainzClient",
"enable": true,
"configureAs": "client",
"data": {
"token": "029b081ba-9156-4pe7-88e5-3be671f5ea2b",
"username": "FoxxMD",
"url": "https://api.listenbrainz.org"
}
}
]
or explore the schema with an example and live editor/validator
CONFIG_DIR/config.json
{
"clients": [
{
"name": "brainzClient",
"enable": true,
"configureAs": "client",
"data": {
"token": "029b081ba-9156-4pe7-88e5-3be671f5ea2b",
"username": "FoxxMD",
"url": "https://api.listenbrainz.org"
},
"type": "listenbrainz"
}
]
}
or explore the schema with an example and live editor/validator