{ "sourceDefaults": { "maxPollRetries": 0, "maxRequestRetries": 1, "retryMultiplier": 1.5 }, "clientDefaults": { "maxRequestRetries": 1, "retryMultiplier": 1.5 }, "sources": [ { "type": "lastfm", "clients": [], "name": "LastFM", "data": { "apiKey": "{{mopidy_lastfm_api_key}}", "secret": "{{mopidy_lastfm_secret}}", "redirectUri": "http://maloja1.local:9078/lastfm/callback" } }, { "type": "jellyfin", "clients": [], "name": "Jellyfin", "data": { "users": ["secstate"], "redirectUri": "http://maloja1.local:9078/jellyfin" } } ], "clients": [ { "type": "maloja", "name": "tracks.unbl.ink", "data": { "url": "https://tracks.unbl.ink", "apiKey": "{{maloja_api_key}}" } } ] }