From 3224200bcb67c09ae2880194fb6483dbf0f0d669 Mon Sep 17 00:00:00 2001 From: owine Date: Fri, 4 Nov 2022 10:46:41 -0500 Subject: [PATCH] Sonarr CF: Add AV1 --- docs/json/sonarr/cf/av1.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/json/sonarr/cf/av1.json diff --git a/docs/json/sonarr/cf/av1.json b/docs/json/sonarr/cf/av1.json new file mode 100644 index 000000000..70c6743f7 --- /dev/null +++ b/docs/json/sonarr/cf/av1.json @@ -0,0 +1,16 @@ +{ + "trash_id": "cae4ca30163749b891686f95532519bd", + "name": "AV1", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "AV1", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bAV1\\b" + } + } + ] +} \ No newline at end of file