diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 8caa1602d..cb048bf65 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -7060,7 +7060,7 @@ It's all really dependent on specific situations for different people
"negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { @@ -7104,7 +7104,7 @@ It's all really dependent on specific situations for different people "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { @@ -7786,12 +7786,12 @@ Also they often even rename the release name in to Portuguese. "name": "x264", "includeCustomFormatWhenRenaming": false, "specifications": [{ - "name": "x264", + "name": "x|h264", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, "fields": { - "value": "[xh][ .]?264|\\bAVC(\\b|\\d)" + "value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)" } }, { @@ -7824,12 +7824,12 @@ Also they often even rename the release name in to Portuguese. "name": "x265", "includeCustomFormatWhenRenaming": false, "specifications": [{ - "name": "x265", + "name": "x|h265", "implementation": "ReleaseTitleSpecification", "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/SQP/1-1/index.html b/SQP/1-1/index.html index 66c295b78..1775e4f0b 100644 --- a/SQP/1-1/index.html +++ b/SQP/1-1/index.html @@ -2176,7 +2176,7 @@