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" + } + } + ] +}