diff --git a/docs/json/radarr/cf/x264.json b/docs/json/radarr/cf/x264.json index 03e03a5c1..bfbc79dba 100644 --- a/docs/json/radarr/cf/x264.json +++ b/docs/json/radarr/cf/x264.json @@ -3,12 +3,12 @@ "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)" } }, { diff --git a/docs/json/radarr/cf/x265-7201080p.json b/docs/json/radarr/cf/x265-7201080p.json index 0fd363700..ab105a9ac 100644 --- a/docs/json/radarr/cf/x265-7201080p.json +++ b/docs/json/radarr/cf/x265-7201080p.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/radarr/cf/x265-no-hdrdv.json b/docs/json/radarr/cf/x265-no-hdrdv.json index e8a97f2ab..1dd9b6459 100644 --- a/docs/json/radarr/cf/x265-no-hdrdv.json +++ b/docs/json/radarr/cf/x265-no-hdrdv.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/radarr/cf/x265.json b/docs/json/radarr/cf/x265.json index f8806bd27..3a1b161ba 100644 --- a/docs/json/radarr/cf/x265.json +++ b/docs/json/radarr/cf/x265.json @@ -3,12 +3,12 @@ "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/docs/json/sonarr/cf/x264.json b/docs/json/sonarr/cf/x264.json index 46921e657..1ff26e64e 100644 --- a/docs/json/sonarr/cf/x264.json +++ b/docs/json/sonarr/cf/x264.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?264|\\bAVC(\\b|\\d)" + "value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/x265-hd.json b/docs/json/sonarr/cf/x265-hd.json index c409d042f..ab69f863d 100644 --- a/docs/json/sonarr/cf/x265-hd.json +++ b/docs/json/sonarr/cf/x265-hd.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/x265-no-hdrdv.json b/docs/json/sonarr/cf/x265-no-hdrdv.json index 479b8f050..48d24e24d 100644 --- a/docs/json/sonarr/cf/x265-no-hdrdv.json +++ b/docs/json/sonarr/cf/x265-no-hdrdv.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" + "value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)" } }, { diff --git a/docs/json/sonarr/cf/x265.json b/docs/json/sonarr/cf/x265.json index f3838aa86..61d4818f9 100644 --- a/docs/json/sonarr/cf/x265.json +++ b/docs/json/sonarr/cf/x265.json @@ -4,12 +4,12 @@ "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)" } }, {