Maloja
Other Uses
To scrobble to a Maloja server, create a Maloja (Client)
See the Maloja (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 Maloja Client config -- multi-scrobbler assumes Maloja ENVs are always used for the client configuration. You must use the [File or AIO config to setup Maloja as a Source.
CONFIG/maloja.json
[
{
"name": "myMaloja-source",
"enable": true,
"configureAs": "source",
"data": {
"url": "http://localhost:42010",
"apiKey": "myMalojaKey"
}
}
]
or explore the schema with an example and live editor/validator
CONFIG_DIR/config.json
{
"sources": [
{
"name": "myMaloja-source",
"enable": true,
"configureAs": "source",
"data": {
"url": "http://localhost:42010",
"apiKey": "myMalojaKey"
},
"type": "maloja"
}
]
}
or explore the schema with an example and live editor/validator