diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 728f70299..93e2a02d5 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -576,6 +576,11 @@ +
This custom format is used to prevent Radarr from grabbing upscaled releases.
+{
+ "trash_id": "bfd8eb01832d646a0a89c4deb46f8564",
+ "trash_score": "-10000",
+ "trash_regex": "https://regex101.com/r/HBqWdQ/1",
+ "name": "Upscaled",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "Upscaled",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(Up(s(caled|UHD)|(Rez)))\\b"
+ }
+ },
+ {
+ "name": "AI Upscales",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "^(?=.*\\b(HEVC)\\b)(?=.*\\b(AI)\\b)"
+ }
+ },
+ {
+ "name": "TheUpscaler",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\b(The[ ._-]Upscaler)\\b"
+ }
+ }
+ ]
+}
+