Daniel Gibbs 9f154da9e3 Corrections to web addresses
* Added https:// to sites without any
* removed trailing /
* converted some sites from http to https
2022-03-17 22:04:04 +00:00

31 lines
1.1 KiB
JSON

{
"appid": "8a5cd39a1a5dff323d63bbe45fffe0c9c03bd2e7",
"name": "Radarr",
"website": "https://radarr.video",
"license": "GNU General Public License v3.0 only",
"description": "Radarr is an independent fork of Sonarr reworked for automatically downloading movies via Usenet and BitTorrent.\r\n\r\nThe project was inspired by other Usenet/BitTorrent movie downloaders such as CouchPotato.",
"enhanced": true,
"tile_background": "light",
"icon": "radarr.svg",
"config": {
"type": "apikey",
"stat1": {
"name": "Missing",
"url": ":url:api/v3/movie?apikey=:apikey:",
"key": "",
"filter": "filter",
"filterBy": "hasFile",
"filterByValue": "false",
"updateOnChange": "no",
"suffix": ""
},
"stat2": {
"name": "Queue",
"url": ":url:api/v3/queue?apikey=:apikey:",
"key": "totalRecords",
"filter": "none",
"updateOnChange": "no",
"suffix": ""
}
}
}