Skip to content

Commit

Permalink
Add Nabarr and Recyclarr templates (#15)
Browse files Browse the repository at this point in the history
* Sonarr: Add recyclarr

* Sonarr: Add nabarr

* Radarr: Add recyclarr

* Radarr: Add nabarr
  • Loading branch information
owine authored Oct 22, 2024
1 parent 92ef172 commit 254568d
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 0 deletions.
39 changes: 39 additions & 0 deletions root/app/www/public/templates/radarr/nabarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"/api/v3/exclusions": [
"get",
"post"
],
"/api/v3/exclusions/{id}": [
"put",
"delete",
"get"
],
"/api/v3/importlistexclusion": [
"get",
"post"
],
"/api/v3/importlistexclusion/{id}": [
"put"
],
"/api/v3/movie": [
"get",
"post"
],
"/api/v3/movie/{id}": [
"put",
"delete",
"get"
],
"/api/v3/qualityprofile": [
"post",
"get"
],
"/api/v3/qualityprofile/{id}": [
"delete",
"put",
"get"
],
"/api/v3/system/status": [
"get"
]
}
43 changes: 43 additions & 0 deletions root/app/www/public/templates/radarr/recyclarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"/api/v3/command/{id}": [
"get"
],
"/api/v3/customformat": [
"get",
"post"
],
"/api/v3/customformat/{id}": [
"put",
"delete",
"get"
],
"/api/v3/config/naming": [
"get"
],
"/api/v3/config/naming/{id}": [
"put",
"get"
],
"/api/v3/qualitydefinition/{id}": [
"put",
"get"
],
"/api/v3/qualitydefinition": [
"get"
],
"/api/v3/qualitydefinition/update": [
"put"
],
"/api/v3/qualityprofile": [
"post",
"get"
],
"/api/v3/qualityprofile/{id}": [
"delete",
"put",
"get"
],
"/api/v3/system/status": [
"get"
]
}
33 changes: 33 additions & 0 deletions root/app/www/public/templates/sonarr/nabarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"/api/v3/importlistexclusion": [
"get",
"post"
],
"/api/v3/importlistexclusion/{id}": [
"put"
],
"/api/v3/qualityprofile": [
"post",
"get"
],
"/api/v3/qualityprofile/{id}": [
"delete",
"put",
"get"
],
"/api/v3/series": [
"get",
"post"
],
"/api/v3/series/{id}": [
"get",
"put",
"delete"
],
"/api/v3/series/lookup": [
"get"
],
"/api/v3/system/status": [
"get"
]
}
43 changes: 43 additions & 0 deletions root/app/www/public/templates/sonarr/recyclarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"/api/v3/command/{id}": [
"get"
],
"/api/v3/customformat": [
"get",
"post"
],
"/api/v3/customformat/{id}": [
"put",
"delete",
"get"
],
"/api/v3/config/naming": [
"get"
],
"/api/v3/config/naming/{id}": [
"put",
"get"
],
"/api/v3/qualitydefinition/{id}": [
"put",
"get"
],
"/api/v3/qualitydefinition": [
"get"
],
"/api/v3/qualitydefinition/update": [
"put"
],
"/api/v3/qualityprofile": [
"post",
"get"
],
"/api/v3/qualityprofile/{id}": [
"delete",
"put",
"get"
],
"/api/v3/system/status": [
"get"
]
}

0 comments on commit 254568d

Please sign in to comment.