From f3fd6337120c4adfd57d02625b8840fb6361da2d Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 5 May 2025 17:31:52 -0500 Subject: [PATCH] remove(regex): Add HEVC Back to x265 Regex / Remove from Profiles --- custom_formats/x265 (Missing).yml | 5 ----- profiles/1080p Balanced.yml | 2 -- profiles/1080p Quality (HDR).yml | 2 -- profiles/1080p Quality.yml | 2 -- profiles/1080p Remux.yml | 2 -- profiles/2160p Balanced.yml | 2 -- profiles/2160p Quality.yml | 2 -- profiles/2160p Remux.yml | 2 -- profiles/720p Quality.yml | 2 -- regex_patterns/x265.yml | 2 +- 10 files changed, 1 insertion(+), 22 deletions(-) diff --git a/custom_formats/x265 (Missing).yml b/custom_formats/x265 (Missing).yml index 0857fca..3a3f28b 100644 --- a/custom_formats/x265 (Missing).yml +++ b/custom_formats/x265 (Missing).yml @@ -20,11 +20,6 @@ conditions: pattern: Remux required: true type: release_title -- name: Not HEVC - negate: true - pattern: HEVC - required: true - type: release_title - name: Not x264 negate: true pattern: x264 diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index ee8c41e..98cd87c 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -133,8 +133,6 @@ custom_formats: score: -99999 - name: HDR10+ score: -99999 -- name: HEVC - score: -99999 - name: HLG score: -99999 - name: PQ diff --git a/profiles/1080p Quality (HDR).yml b/profiles/1080p Quality (HDR).yml index 9b5cbe5..84cd0b6 100644 --- a/profiles/1080p Quality (HDR).yml +++ b/profiles/1080p Quality (HDR).yml @@ -143,8 +143,6 @@ custom_formats: score: 7 - name: Repack1 score: 6 -- name: HEVC - score: -9000 - name: x265 score: -9000 - name: 2160p diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 99502cc..3a66e02 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -143,8 +143,6 @@ custom_formats: score: -99999 - name: HDR10+ score: -99999 -- name: HEVC - score: -99999 - name: HLG score: -99999 - name: PQ diff --git a/profiles/1080p Remux.yml b/profiles/1080p Remux.yml index ca0c461..dc36729 100644 --- a/profiles/1080p Remux.yml +++ b/profiles/1080p Remux.yml @@ -120,8 +120,6 @@ custom_formats: score: -99999 - name: HDR10+ score: -99999 -- name: HEVC - score: -99999 - name: HLG score: -99999 - name: PQ diff --git a/profiles/2160p Balanced.yml b/profiles/2160p Balanced.yml index 72e98f1..489b798 100644 --- a/profiles/2160p Balanced.yml +++ b/profiles/2160p Balanced.yml @@ -166,8 +166,6 @@ custom_formats: score: -99999 - name: h265 (1080p) score: -99999 -- name: HEVC - score: -99999 - name: Lossless Audio (1080p) score: -99999 - name: Remux diff --git a/profiles/2160p Quality.yml b/profiles/2160p Quality.yml index 8ec9fea..c35321a 100644 --- a/profiles/2160p Quality.yml +++ b/profiles/2160p Quality.yml @@ -181,8 +181,6 @@ custom_formats: score: -99999 - name: h265 (1080p) score: -99999 -- name: HEVC - score: -99999 - name: Lossless Audio (1080p) score: -99999 - name: Remux diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index ed273a9..69dbae6 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -134,8 +134,6 @@ custom_formats: score: -99999 - name: h265 (1080p) score: -99999 -- name: HEVC - score: -99999 - name: UHDBits score: -99999 - name: Unwanted Release Groups diff --git a/profiles/720p Quality.yml b/profiles/720p Quality.yml index cfbf38f..7dea3da 100644 --- a/profiles/720p Quality.yml +++ b/profiles/720p Quality.yml @@ -120,8 +120,6 @@ custom_formats: score: -99999 - name: HDR10+ score: -99999 -- name: HEVC - score: -99999 - name: HLG score: -99999 - name: PQ diff --git a/regex_patterns/x265.yml b/regex_patterns/x265.yml index 8ae0522..34baa78 100644 --- a/regex_patterns/x265.yml +++ b/regex_patterns/x265.yml @@ -1,5 +1,5 @@ name: x265 -pattern: ^(?!.*(?i:remux))(?=.*([x]\s?(\.?265)\b|\bDS4K\b)).*$ +pattern: ^(?!.*(?i:remux))(?=.*([x]\s?(\.?265)\b|HEVC|\bDS4K\b)).*$ description: 'An open source encoder that produces H.265 videos. ' tags: - Encoder