diff --git a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md index 2db60152d..d99c626ef 100644 --- a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md @@ -2632,12 +2632,21 @@ Remaster (also digital remastering and digitally remastered) refers to changing } }, { - "name": "x265/HEVC", + "name": "x265", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ .]?265" + } + }, + { + "name": "BR-DISK Groups", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bBeyondHD\\b|\\bnLiBRA\\b|\\bDiYHDHome\\b" } } ]