config.json.j2 869 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "sourceDefaults": {
  3. "maxPollRetries": 0,
  4. "maxRequestRetries": 1,
  5. "retryMultiplier": 1.5
  6. },
  7. "clientDefaults": {
  8. "maxRequestRetries": 1,
  9. "retryMultiplier": 1.5
  10. },
  11. "sources": [
  12. {
  13. "type": "lastfm",
  14. "clients": [],
  15. "name": "LastFM",
  16. "data": {
  17. "apiKey": "{{mopidy_lastfm_api_key}}",
  18. "secret": "{{mopidy_lastfm_secret}}",
  19. "redirectUri": "http://maloja1.local:9078/lastfm/callback"
  20. }
  21. },
  22. {
  23. "type": "jellyfin",
  24. "clients": [],
  25. "name": "Jellyfin",
  26. "data": {
  27. "users": ["secstate"],
  28. "redirectUri": "http://maloja1.local:9078/jellyfin"
  29. }
  30. }
  31. ],
  32. "clients": [
  33. {
  34. "type": "maloja",
  35. "name": "tracks.unbl.ink",
  36. "data": {
  37. "url": "https://tracks.unbl.ink",
  38. "apiKey": "{{maloja_api_key}}"
  39. }
  40. }
  41. ]
  42. }