From 8455c202406ffbe159c133ff9a34b718a5f93a69 Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 10 Jul 2022 15:09:05 +0000 Subject: [PATCH] Deployed 340e1ffe with MkDocs version: 1.3.0 --- .../index.html | 74 +++++++++++++++++- json/radarr/ma.json | 44 +++++++++++ search/search_index.json | 2 +- sitemap.xml.gz | Bin 960 -> 960 bytes 4 files changed, 117 insertions(+), 3 deletions(-) create mode 100644 json/radarr/ma.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index f6550e980..51e7cc9a4 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -1178,6 +1178,13 @@ PMTP + + +
Movies Anywhere
+{
+ "trash_id": "2a6039655313bf5dab1e43523b62c374",
+ "trash_score": "0",
+ "name": "MA",
+ "includeCustomFormatWhenRenaming": true,
+ "specifications": [
+ {
+ "name": "Movies Anywhere",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(ma)\\b"
+ }
+ },
+ {
+ "name": "Not DTS-HD MA",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)"
+ }
+ },
+ {
+ "name": "WEBDL",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 7
+ }
+ },
+ {
+ "name": "WEBRIP",
+ "implementation": "SourceSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": 8
+ }
+ }
+ ]
+}
+