From cd61ea34db77451f9bf541504ce857f1a951eb3a Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 11 Apr 2021 18:35:15 +0200 Subject: [PATCH] - Updated: BR-DISK - Added MPEG-2 recornizing, Better x265/hevc recornizing - Updated: BR-DISK - Added MPEG-2 recornizing, Better x265/hevc recornizing --- docs/Radarr/V3/Radarr-collection-of-custom-formats.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md index fd0045cdd..9a23c3579 100644 --- a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md @@ -2596,12 +2596,12 @@ Remaster (also digital remastering and digitally remastered) refers to changing "includeCustomFormatWhenRenaming": false, "specifications": [ { - "name": "avc|vc-1|hevc", + "name": "Video coding standards", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, "fields": { - "value": "avc|vc-1|hevc" + "value": "avc|vc-1|hevc|MPEG-?2" } }, { @@ -2637,7 +2637,7 @@ Remaster (also digital remastering and digitally remastered) refers to changing "negate": true, "required": true, "fields": { - "value": "[xh]\\.?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" } } ]