{ "name" : "Sonarr", "syncLevel": "fullSync", "fields": [ { "order": 0, "name": "prowlarrUrl", "label": "Prowlarr Server", "helpText": "Prowlarr server URL as Sonarr sees it, including http(s)://, port, and urlbase if needed", "value": "http://prowlarr:9696", "type": "textbox", "advanced": false, "placeholder": "http://localhost:9696", "isFloat": false }, { "order": 1, "name": "baseUrl", "label": "Sonarr Server", "helpText": "URL used to connect to Sonarr server, including http(s)://, port, and urlbase if required", "value": "http://sonarr:8989", "type": "textbox", "advanced": false, "placeholder": "http://localhost:8989", "isFloat": false }, { "order": 2, "name": "apiKey", "label": "API Key", "helpText": "The ApiKey generated by Sonarr in Settings/General", "type": "textbox", "value" : "SONARR_API_KEY", "advanced": false, "isFloat": false }, { "order": 3, "name": "syncCategories", "label": "Sync Categories", "helpText": "Only Indexers that support these categories will be synced", "value": [ 5000, 5010, 5020, 5030, 5040, 5045, 5050, 5090 ] }, { "order": 4, "name": "animeSyncCategories", "label": "Anime Sync Categories", "helpText": "Only Indexers that support these categories will be synced", "value": [ 5070 ] }, { "order": 5, "name": "syncAnimeStandardFormatSearch", "label": "Sync Anime Standard Format Search", "helpText": "Sync also searching for anime using the standard numbering", "value": false, "type": "checkbox", "advanced": true, "isFloat": false } ], "implementationName": "Sonarr", "implementation": "Sonarr", "configContract": "SonarrSettings", "infoLink": "https://wiki.servarr.com/prowlarr/supported#sonarr", "tags": [], "presets": [] }