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