From b8da82571e28993032d829779455be9943b89971 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Wed, 24 Sep 2025 16:42:31 -0500 Subject: [PATCH] tweak(format): Ban Untiered UHD Blurays --- custom_formats/UHD Bluray.yml | 10 +++++----- regex_patterns/UHD Bluray (Negation).yml | 5 ----- regex_patterns/UHD Bluray Release Groups.yml | 6 ++++++ 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 regex_patterns/UHD Bluray (Negation).yml create mode 100644 regex_patterns/UHD Bluray Release Groups.yml diff --git a/custom_formats/UHD Bluray.yml b/custom_formats/UHD Bluray.yml index a10855d..ebfb46c 100644 --- a/custom_formats/UHD Bluray.yml +++ b/custom_formats/UHD Bluray.yml @@ -12,10 +12,10 @@ tags: - Storage conditions: - name: 1080p - type: resolution - required: true negate: false + required: true resolution: 1080p + type: resolution - name: UHD Bluray negate: false pattern: UHD Bluray @@ -27,9 +27,9 @@ conditions: required: true type: release_title - name: Release Groups - negate: true - pattern: UHD Bluray (Negation) - required: false + negate: false + pattern: UHD Bluray Release Groups + required: true type: release_group tests: - conditionResults: diff --git a/regex_patterns/UHD Bluray (Negation).yml b/regex_patterns/UHD Bluray (Negation).yml deleted file mode 100644 index 43107ff..0000000 --- a/regex_patterns/UHD Bluray (Negation).yml +++ /dev/null @@ -1,5 +0,0 @@ -name: UHD Bluray (Negation) -pattern: (?<=^|[\s.-])(D0ct0rLew|MALUS|MovieMan|SM737|SQS|WOU|Vialle)\b -description: Match release groups who should not be categorized as UHD Bluray -tags: [] -tests: [] diff --git a/regex_patterns/UHD Bluray Release Groups.yml b/regex_patterns/UHD Bluray Release Groups.yml new file mode 100644 index 0000000..43d6db0 --- /dev/null +++ b/regex_patterns/UHD Bluray Release Groups.yml @@ -0,0 +1,6 @@ +name: UHD Bluray Release Groups +pattern: (?<=^|[\s.-])(AJP69|ATELiER|BMF|BV|Chotab|CJ|c0kE|CRiSC|CRX|CtrlHD|Dariush|de[42]| + decibel|DON|D-Z0N3|E.N.D|E1|EDPH|EbP|ESiR|EXCiSION|FilmHD|FoRM|FraMeSToR|FTW-HD|GALAXY|Geek|GS88|HANDJOB|hdalx|HDC|HDMaNiAcS|HiDt|HiFi|HiP|IDE|iFT|iON|KASHMiR|Kitsune|LEGi0N|LiNG|LolHD|LoRD|luvBB|MTeam|NCmt|nmd|NTb|NyHD|ORiGEN|P0W4HD|Penumbra|playHD|Positive|PTer|REBORN|rightSIZE|rttr|SA89|SaNcTi|SbR|SiMPLE|SoLaR|SOP|SPHD|TayTo|TBB|TDD|VLAD|VietHD|W4NK3R|WMING|xander|ZIMBO|ZoroSenpai|ZQ)\b +description: Match release groups who should not be categorized as UHD Bluray +tags: [] +tests: []