Feature: Radarr (#13)

* feat(web): add and update radarr

* feat: add radarr download client

* feat: add tests
This commit is contained in:
Ludvig Lundgren 2021-08-21 23:36:06 +02:00 committed by GitHub
parent 0c4aaa29b0
commit 455284a94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 2898 additions and 3348 deletions

View file

@ -0,0 +1,54 @@
[
{
"guid": "PUSH-https://www.test.org/rss/download/0000001/00000000000000000000/Some.Old.Movie.1996.Remastered.1080p.BluRay.REMUX.AVC.MULTI.TrueHD.Atmos.7.1-NOGROUP.torrent",
"quality": {
"quality": {
"id": 30,
"name": "Remux-1080p",
"source": "bluray",
"resolution": 1080,
"modifier": "remux"
},
"revision": {
"version": 1,
"real": 0,
"isRepack": false
}
},
"customFormats": [],
"customFormatScore": 0,
"qualityWeight": 1901,
"age": 0,
"ageHours": 0.028290299305555554,
"ageMinutes": 1.69741874,
"size": 0,
"indexerId": 0,
"indexer": "test",
"releaseGroup": "NOGROUP",
"releaseHash": "",
"title": "Some.Old.Movie.1996.Remastered.1080p.BluRay.REMUX.AVC.MULTI.TrueHD.Atmos.7.1-NOGROUP",
"sceneSource": false,
"movieTitle": "Twister",
"languages": [
{
"id": 1,
"name": "English"
}
],
"approved": false,
"temporarilyRejected": false,
"rejected": true,
"tmdbId": 0,
"imdbId": 0,
"rejections": [
"Could not find Some Old Movie"
],
"publishDate": "2021-08-21T15:36:00Z",
"downloadUrl": "https://www.test.org/rss/download/0000001/00000000000000000000/Some.Old.Movie.1996.Remastered.1080p.BluRay.REMUX.AVC.MULTI.TrueHD.Atmos.7.1-NOGROUP.torrent",
"downloadAllowed": false,
"releaseWeight": 0,
"indexerFlags": [],
"edition": "Remastered",
"protocol": "torrent"
}
]

View file

@ -0,0 +1,28 @@
{
"version": "3.2.2.5080",
"buildTime": "2021-06-03T11:51:33Z",
"isDebug": false,
"isProduction": true,
"isAdmin": false,
"isUserInteractive": true,
"startupPath": "/opt/Radarr",
"appData": "/home/test/.config/Radarr",
"osName": "debian",
"osVersion": "10",
"isNetCore": true,
"isMono": false,
"isLinux": true,
"isOsx": false,
"isWindows": false,
"isDocker": false,
"mode": "console",
"branch": "master",
"authentication": "none",
"sqliteVersion": "3.27.2",
"migrationVersion": 195,
"urlBase": "/radarr",
"runtimeVersion": "5.0.5",
"runtimeName": "netCore",
"startTime": "2021-08-20T20:49:42Z",
"packageUpdateMechanism": "builtIn"
}