From c66a3266d60af974800c384231e7c3eb1f08cd92 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 31 May 2022 21:20:03 +0200 Subject: [PATCH] CF rename --- docs/json/sonarr/v4/normal/dc-universe.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/json/sonarr/v4/normal/dc-universe.json diff --git a/docs/json/sonarr/v4/normal/dc-universe.json b/docs/json/sonarr/v4/normal/dc-universe.json new file mode 100644 index 000000000..fa09ae230 --- /dev/null +++ b/docs/json/sonarr/v4/normal/dc-universe.json @@ -0,0 +1,15 @@ +{ + "name": "DCU", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "DC Universe", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(dcu|DC Universe)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" + } + } + ] +}