From 0654020006ff85ddb3d9bfe43ef297d7fd894cd3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Jun 2022 21:25:50 +0200 Subject: [PATCH] =?UTF-8?q?VFF:=20version=20fran=C3=A7aise=20de=20France?= =?UTF-8?q?=20(France=20French=20version)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added: VFF: version française de France (France French version) --- .../json/radarr/user-radarr-cf/multi-vff.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/json/radarr/user-radarr-cf/multi-vff.json diff --git a/docs/json/radarr/user-radarr-cf/multi-vff.json b/docs/json/radarr/user-radarr-cf/multi-vff.json new file mode 100644 index 000000000..e7fdd4569 --- /dev/null +++ b/docs/json/radarr/user-radarr-cf/multi-vff.json @@ -0,0 +1,24 @@ +{ + "name": "MULTI VFF ", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Multi", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bMulti(\\b|\\d)" + } + }, + { + "name": "VFF", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b((TRUE)?FR(ENCH)?|VO?F(F|I|[0-9])?)\\b" + } + } + ] +}