mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
Feature: Sonarr (#14)
* feat: add sonarr download client * feat(web): add sonarr download client and actions * feat: add sonarr to filter actions
This commit is contained in:
parent
455284a94b
commit
fce6c7149a
15 changed files with 594 additions and 5 deletions
28
pkg/sonarr/testdata/system_status_response.json
vendored
Normal file
28
pkg/sonarr/testdata/system_status_response.json
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"version": "3.0.6.1196",
|
||||
"buildTime": "2018-01-28T07:00:00Z",
|
||||
"isDebug": false,
|
||||
"isProduction": true,
|
||||
"isAdmin": false,
|
||||
"isUserInteractive": false,
|
||||
"startupPath": "/usr/lib/sonarr/bin",
|
||||
"appData": "/home/test/.config/sonarr",
|
||||
"osName": "debian",
|
||||
"osVersion": "10",
|
||||
"isMonoRuntime": true,
|
||||
"isMono": true,
|
||||
"isLinux": true,
|
||||
"isOsx": false,
|
||||
"isWindows": false,
|
||||
"mode": "console",
|
||||
"branch": "main",
|
||||
"authentication": "basic",
|
||||
"sqliteVersion": "3.27.2",
|
||||
"urlBase": "/sonarr",
|
||||
"runtimeVersion": "6.8.0.123",
|
||||
"runtimeName": "mono",
|
||||
"startTime": "2021-08-20T21:04:34.409467Z",
|
||||
"packageVersion": "3.0.6",
|
||||
"packageAuthor": "[Team Sonarr](https://sonarr.tv)",
|
||||
"packageUpdateMechanism": "builtIn"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue