From ed925f3c5f411a8b24c7b6bb3e1754a31e8c56a7 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 21 Jun 2022 23:25:45 +0200 Subject: [PATCH] Add prefer season pack json --- docs/json/sonarr/v4/normal/pref-season.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/json/sonarr/v4/normal/pref-season.json diff --git a/docs/json/sonarr/v4/normal/pref-season.json b/docs/json/sonarr/v4/normal/pref-season.json new file mode 100644 index 000000000..015548482 --- /dev/null +++ b/docs/json/sonarr/v4/normal/pref-season.json @@ -0,0 +1,15 @@ +{ + "name": "Prefer Season Packs", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Season Packs", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bS\\d+\\b(?!E\\d+\\b)" + } + } + ] +}