Skip to content

Commit

Permalink
fix: Fully Remove Legacy Includes (#70)
Browse files Browse the repository at this point in the history
- Remove legacy includes from includes.json, so that `recyclarr config
list templates -i` does not erroneously show these as available.
  • Loading branch information
yammes08 authored Jan 9, 2024
1 parent 7d00cb5 commit 3ee27e3
Showing 1 changed file with 0 additions and 72 deletions.
72 changes: 0 additions & 72 deletions includes.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,5 @@
{
"radarr": [
{
"template": "radarr/includes/legacy/hd-bluray-web.yml",
"id": "hd-bluray-web"
},
{
"template": "radarr/includes/legacy/uhd-bluray-web.yml",
"id": "uhd-bluray-web"
},
{
"template": "radarr/includes/legacy/remux-web-1080p.yml",
"id": "remux-web-1080p"
},
{
"template": "radarr/includes/legacy/remux-web-2160p.yml",
"id": "remux-web-2160p"
},
{
"template": "radarr/includes/legacy/anime-radarr.yml",
"id": "anime-radarr"
},
{
"template": "radarr/includes/legacy/sqp/sqp-1-1080p.yml",
"id": "sqp-1-1080p"
},
{
"template": "radarr/includes/legacy/sqp/sqp-1-2160p-qp-default.yml",
"id": "sqp-1-2160p-qp-default"
},
{
"template": "radarr/includes/legacy/sqp/sqp-1-2160p-4k-only-qp-default.yml",
"id": "sqp-1-2160p-4k-only-qp-default"
},
{
"template": "radarr/includes/legacy/sqp/sqp-1-2160p-qp-imax-e.yml",
"id": "sqp-1-2160p-qp-imax-e"
},
{
"template": "radarr/includes/legacy/sqp/sqp-1-2160p-4k-only-qp-imax-e.yml",
"id": "sqp-1-2160p-4k-only-qp-imax-e"
},
{
"template": "radarr/includes/legacy/sqp/sqp-1-2160p-shared.yml",
"id": "sqp-1-2160p-shared"
},
{
"template": "radarr/includes/legacy/sqp/sqp-2.yml",
"id": "sqp-2"
},
{
"template": "radarr/includes/legacy/sqp/sqp-3.yml",
"id": "sqp-3"
},
{
"template": "radarr/includes/legacy/sqp/sqp-4.yml",
"id": "sqp-4"
},
{
"template": "radarr/includes/legacy/sqp/sqp-5.yml",
"id": "sqp-5"
},
{
"template": "radarr/includes/custom-formats/radarr-custom-formats-anime.yml",
"id": "radarr-custom-formats-anime"
Expand Down Expand Up @@ -174,18 +114,6 @@
}
],
"sonarr": [
{
"template": "sonarr/includes/legacy/anime-sonarr-v4.yml",
"id": "anime-sonarr-v4"
},
{
"template": "sonarr/includes/legacy/web-1080p-v4.yml",
"id": "web-1080p-v4"
},
{
"template": "sonarr/includes/legacy/web-2160p-v4.yml",
"id": "web-2160p-v4"
},
{
"template": "sonarr/includes/custom-formats/sonarr-v4-custom-formats-anime.yml",
"id": "sonarr-v4-custom-formats-anime"
Expand Down

0 comments on commit 3ee27e3

Please sign in to comment.