mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-02 13:41:21 +00:00
13 lines
882 B
JSON
13 lines
882 B
JSON
[
|
|
{
|
|
"name": "FoxxMDeezer",
|
|
"clients": [], // optional, list of scrobble clients (by config name) that this source should scrobble to. Using an empty list or not including this property will make this source scrobble to all clients.
|
|
"data": {
|
|
"clientId": "string", // deezer APPLICATION ID
|
|
"clientSecret": "string", // deezer SECRET KEY
|
|
"redirectUri": "http://localhost:9078/deezer/callback",// deezer redirect URI -- required only if not the default shown here. URI must end in "deezer/callback"
|
|
"interval": 60, // optional, how long to wait before calling spotify for new tracks
|
|
// ALSO see config.json.example for default properties that can be overridden here (in sourceDefaults)
|
|
}
|
|
}
|
|
]
|