Libre.fm
This Source monitors your Libre.fm scrobble history and re-scrobbles new activity to configured Clients.
Other Uses
- To scrobble to Libre.fm, create a Libre.fm (Client)
To configure this Source use the same registration instructions and configuration data shown in Libre.fm (Client) with the difference being "configureAs": "source" defined in the File/AIO configuration below.
Configuration
- ENV
- File
- AIO
note
You cannot use ENV variables shown in the Libre.fm Client config -- multi-scrobbler assumes Libre.fm ENVs are always used for the client configuration. You must use the File or AIO config to setup Libre.fm as a Source.
CONFIG/librefm.json
[
{
"name": "myLibreFmSource",
"enable": true,
"configureAs": "source",
"data": {
"apiKey": "anything",
"secret": "anything",
"redirectUri": "http://localhost:9078/librefm/callback"
}
}
]
or explore the schema with an example and live editor/validator
CONFIG_DIR/config.json
{
"sources": [
{
"name": "myLibreFmSource",
"enable": true,
"configureAs": "source",
"data": {
"apiKey": "anything",
"secret": "anything",
"redirectUri": "http://localhost:9078/librefm/callback"
},
"type": "librefm"
}
]
}
or explore the schema with an example and live editor/validator