123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "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}}"
- }
- }
- ]
- }
|