From 8d6e74d318b94a0e8395e34eaf40796777a36fd7 Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 6 Feb 2023 20:42:38 +0000 Subject: [PATCH] Deployed a49bb0c0 with MkDocs version: 1.4.2 --- .../index.html | 60 +++++++++++++++++- SQP/2/index.html | 3 +- SQP/3/index.html | 3 +- SQP/4/index.html | 3 +- SQP/5/index.html | 3 +- json/radarr/cf/line-mic-dubbed.json | 27 ++++++++ search/search_index.json | 2 +- sitemap.xml.gz | Bin 1051 -> 1051 bytes updates.txt | 10 +++ 9 files changed, 105 insertions(+), 6 deletions(-) create mode 100644 json/radarr/cf/line-mic-dubbed.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 8afb6f2e2..1d5f06932 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -645,6 +645,11 @@ DV FEL +
{
+ "trash_id": "c465ccc73923871b3eb1802042331306",
+ "trash_score": "-10000",
+ "trash_regex": "https://regex101.com/r/6vHBAD/1",
+ "name": "Line/Mic Dubbed",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "Line Dubbed",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(LD|AC3LD|Line[ .-]?Dubbed)\\b"
+ }
+ },
+ {
+ "name": "Mic Dubbed",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(MD|AC3MD|Mic[ .-]?Dubbed)\\b"
+ }
+ }
+ ]
+}
+