From 01877f89df28c1e393a71f5aa8dce909f6cbb161 Mon Sep 17 00:00:00 2001 From: bedynamictech Date: Sun, 6 Jul 2025 19:21:56 -0700 Subject: [PATCH] add: Added WEB Scene Format --- custom_formats/WEB Scene.yml | 35 ++++++++++++++++++++++++++++++++ custom_formats/WEB-DL Tier 4.yml | 5 ----- profiles/TV 1080p.yml | 2 ++ profiles/TV 2160p.yml | 2 ++ regex_patterns/Scene.yml | 2 +- 5 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 custom_formats/WEB Scene.yml diff --git a/custom_formats/WEB Scene.yml b/custom_formats/WEB Scene.yml new file mode 100644 index 0000000..fd2213b --- /dev/null +++ b/custom_formats/WEB Scene.yml @@ -0,0 +1,35 @@ +name: WEB Scene +description: One of the few scene groups that released quality releases. +tags: +- Release Groups +conditions: +- name: Scene + negate: false + pattern: Scene + required: true + type: release_title +tests: +- conditionResults: + - matches: true + name: Scene + negate: false + pattern: Scene + required: true + type: release_title + expected: true + id: 1 + input: Shoresy.S02E06.REPACK.1080p.WEB.H264-NHTFS + lastRun: '2025-07-06T19:19:23.323037' + passes: true +- conditionResults: + - matches: false + name: Scene + negate: false + pattern: Scene + required: true + type: release_title + expected: false + id: 2 + input: Entourage - S01E07 - The Scene Bluray-1080p.mkv + lastRun: '2025-07-06T19:19:23.323037' + passes: true diff --git a/custom_formats/WEB-DL Tier 4.yml b/custom_formats/WEB-DL Tier 4.yml index 56d18a7..1f67cce 100644 --- a/custom_formats/WEB-DL Tier 4.yml +++ b/custom_formats/WEB-DL Tier 4.yml @@ -24,9 +24,4 @@ conditions: pattern: LAZY required: false type: release_group -- name: SUCCESSFULCRAB - type: release_group - required: false - negate: false - pattern: SUCCESSFULCRAB tests: [] diff --git a/profiles/TV 1080p.yml b/profiles/TV 1080p.yml index da20d5b..4681ae1 100644 --- a/profiles/TV 1080p.yml +++ b/profiles/TV 1080p.yml @@ -23,6 +23,8 @@ custom_formats: score: 1600 - name: WEB-DL Tier 4 score: 1550 +- name: WEB Scene + score: 1500 - name: ATVP score: 100 - name: DSNP diff --git a/profiles/TV 2160p.yml b/profiles/TV 2160p.yml index a588c25..e26bab6 100644 --- a/profiles/TV 2160p.yml +++ b/profiles/TV 2160p.yml @@ -25,6 +25,8 @@ custom_formats: score: 1550 - name: Dolby Vision score: 1500 +- name: WEB Scene + score: 1500 - name: HDR10+ score: 600 - name: HDR diff --git a/regex_patterns/Scene.yml b/regex_patterns/Scene.yml index bd8e819..c90a847 100644 --- a/regex_patterns/Scene.yml +++ b/regex_patterns/Scene.yml @@ -1,5 +1,5 @@ name: Scene -pattern: (?<=^|[\s.-])SPARKS|DRONES|ROVERS|SPRINTER|GECKOS|SHORTBREHD|EDITH|FilmHD|POW4HD|HD4U|TENEIGHTY|ETHEL\b +pattern: (?=.*(\b\d{3,4}p\b).*([_. ]WEB[_. ])(?!DL)\b)|\b(-B0MBARDIERS|-BAE|-B2B|-CAKES|-DiRT|-DRONES|-EDITH|-ELEANOR|-ETHEL|-FilmHD|-FTP|-GECKOS|-GGWP|-GLHF|-GOSSIP|-GGEZ|-HD4U|-KOGI|-NAISU|-NHTFS|-PECULATE|-POW4HD|-ROVERS|-SHORTBREHD|-SL0T|-SPAMnEGGS|-SPARKS|-SPRINTER|-SuccessfulCrab|-SURCODE|-SYNCOPY|-TENEIGHTY) description: Matches Scene Groups tags: [] tests: []