StreamingService/prowlarr_radarr_app.json
2024-01-03 23:31:24 +01:00

64 lines
1.5 KiB
JSON

{
"syncLevel": "fullSync",
"name": "Radarr",
"fields": [
{
"order": 0,
"name": "prowlarrUrl",
"label": "Prowlarr Server",
"helpText": "Prowlarr server URL as Radarr 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": "Radarr Server",
"helpText": "URL used to connect to Radarr server, including http(s)://, port, and urlbase if required",
"value": "http://radarr:7878",
"type": "textbox",
"advanced": false,
"placeholder": "http://radarr:7878",
"isFloat": false
},
{
"order": 2,
"name": "apiKey",
"label": "API Key",
"helpText": "The ApiKey generated by Radarr in Settings/General",
"value" : "RADARR_API_KEY",
"type": "textbox",
"advanced": false,
"isFloat": false
},
{
"order": 3,
"name": "syncCategories",
"label": "Sync Categories",
"helpText": "Only Indexers that support these categories will be synced",
"value": [
2000,
2010,
2020,
2030,
2040,
2045,
2050,
2060,
2070,
2080,
2090
]
}
],
"implementationName": "Radarr",
"implementation": "Radarr",
"configContract": "RadarrSettings",
"infoLink": "https://wiki.servarr.com/prowlarr/supported#radarr",
"tags": [],
"presets": []
}