From 67f1ec6fa02902d3dd7ae6a326ac3e9468f3f3b8 Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 4 Nov 2022 20:29:18 +0000 Subject: [PATCH] Deployed 91988c93 with MkDocs version: 1.4.2 --- .../index.html | 57 +++++++++++++++++- .../Sonarr-Release-Profile-RegEx/index.html | 25 +++++++- .../index.html | 56 ++++++++++++++++- json/radarr/cf/av1.json | 16 +++++ json/sonarr/cf/av1.json | 16 +++++ json/sonarr/rp/optionals.json | 6 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 1014 -> 1014 bytes 8 files changed, 172 insertions(+), 6 deletions(-) create mode 100644 json/radarr/cf/av1.json create mode 100644 json/sonarr/cf/av1.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index e63e94140..b9a2a3261 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -615,6 +615,11 @@ x265 (no HDR/DV) +
{
+ "trash_id": "1b3994c551cbb92a2c781af061f4ab44",
+ "trash_score": "-10000",
+ "trash_regex": "https://regex101.com/r/viarq7/1",
+ "name": "Scene",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "Scene Groups + Naming",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "^(?=.*([_. ]WEB[_. ]))|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-KOGI|-PECULATE|-SLOT)"
+ }
+ },
+ {
+ "name": "Not INFLATE/DEFLATE",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\b(INFLATE|DEFLATE)\\b"
+ }
+ }
+ ]
+}
+