Koito
This Source monitors a Koito account's scrobble history and then re-scrobbles discovered tracks to configured Clients.
Other Uses
To scrobble to a Koito server, create a Koito (Client)
See the Koito (Client) configuration for general setup. The only difference for Source configuration:
- Cannot be setup with ENV config
- File/AIO config must include
"configureAs": "source"
Configuration
- ENV
- File
- AIO
note
You cannot use ENV variables shown in the Koito Client config -- multi-scrobbler assumes Koito ENVs are always used for the client configuration. You must use the File or AIO config to setup Koito as a Source.
CONFIG/koito.json
[
{
"name": "koito-source",
"configureAs": "source",
"data": {
"token": "029b081ba-9156-4pe7-88e5-3be671f5ea2b",
"username": "admin",
"url": "http://192.168.0.100:4110"
}
}
]
or explore the schema with an example and live editor/validator
CONFIG_DIR/config.json
{
"sources": [
{
"name": "koito-source",
"configureAs": "source",
"data": {
"token": "029b081ba-9156-4pe7-88e5-3be671f5ea2b",
"username": "admin",
"url": "http://192.168.0.100:4110"
},
"type": "koito"
}
]
}
or explore the schema with an example and live editor/validator