tweak(everything): Banned overhaul (#67)

- create(regex): add various banned groups - YTS, YIFY, SHD, NhaNc3, AOC
- create(format): IMAX 
- create(format): Sing Along

- tweak(everything): change "UnWanted' to 'Banned'
- tweak(profile): remove UHDBits negation from profiles
- tweak(profile): ban sing along

Co-authored-by: Seraphys <156842860+xshatterx@users.noreply.github.com>
This commit is contained in:
Samuel Chau
2025-07-09 05:45:44 +09:30
committed by GitHub
parent 5d303f9d39
commit d6348f499d
63 changed files with 212 additions and 101 deletions

View File

@@ -9,7 +9,7 @@ description: 'Matches terms related to 3D video formats:
- `half ou` or `half sbs` with space (` `), dot (`.`), or hyphen (`-`) as separators.'
tags:
- Enhancement
- UnWanted
- Banned
tests:
- expected: true
id: 1

7
regex_patterns/AOC.yml Normal file
View File

@@ -0,0 +1,7 @@
name: AOC
pattern: (?<=^|[\s.-])AOC\b
description: Banned for Excessive Audio Streams
tags:
- Release Group
- WEB-DL
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])AROMA\b
description: Banned for Retagging
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -8,7 +8,7 @@ description: Black and White colour grading. This regex matches a 4-digit number
tags:
- Enhancement
- Colour Grade
- UnWanted
- Banned
tests:
- expected: true
id: 1

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])BOLS\b
description: Banned for Retagging
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,7 +3,7 @@ pattern: (?<=^|[\s.-])BeyondHD\b
description: Banned Due to only doing Full Discs
tags:
- Release Group
- UnWanted
- Banned
tests:
- expected: true
id: 1

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])BiTOR\b
description: Banned for Fake DV/HDR Layer
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])DepraveD\b
description: Banned for Fake DV/HDR Layer
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,7 +3,7 @@ pattern: \b(extended.?clip)\b
description: Matches preview releases labelled as `Extended Clip`
tags:
- Preview
- UnWanted
- Banned
tests:
- expected: true
id: 1

View File

@@ -3,7 +3,7 @@ pattern: (?i)(?<=\b[12]\d{3}\b).*(\b|\.)\b(Extras?|Bonus|Extended[ ._-]Clip|Spec
Feature[s]?)\b
description: Extras, Special Features, Featurettes, etc
tags:
- UnWanted
- Banned
tests:
- expected: false
id: 1

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])FGT\b
description: Banned for Retagging
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])Flights\b
description: Banned for Fake DV/HDR Layer
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])KC\b
description: Banned for AI Upscales
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])LAMA\b
description: Banned for Retagging
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])MALUS\b
description: ''
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,7 +3,7 @@ pattern: (?<=^|[\s.-])MovieMan\b
description: ''
tags:
- Release Group
- UnWanted
- Banned
tests:
- expected: true
id: 1

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])NAHOM\b
description: Banned for Poor Quality Multi
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -0,0 +1,7 @@
name: NhaNc3
pattern: (?<=^|[\s.-])NhaNc3\b
description: Banned for Low Mixed Quality Releases
tags:
- Release Group
- Bluray
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])NoGr(ou)?p\b
description: ''
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -4,7 +4,7 @@ description: Matches groups that produce non retail HDR.
tags:
- Release Group
- HDR
- UnWanted
- Banned
tests:
- expected: true
id: 1

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])OEPlus\b
description: Banned for Automated Encodes
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])PiRaTeS\b
description: Banned for Mislabeling WEB-DLs as WEBRips
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: .
description: ''
tags:
- Release Group
- UnWanted
- Banned
tests: []

7
regex_patterns/SHD.yml Normal file
View File

@@ -0,0 +1,7 @@
name: SHD
pattern: (?<=^|[\s.-])SHD\b
description: Banned for Retagging
tags:
- Release Group
- WEB-DL
tests: []

View File

@@ -3,7 +3,7 @@ pattern: (?<=^|[\s.-])SM737\b
description: ''
tags:
- Release Group
- UnWanted
- Banned
tests:
- expected: true
id: 1

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])SasukeducK\b
description: Banned for Fake DV/HDR Layer
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])ShieldBearer\b
description: Banned For AI Upscale
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])TEKNO3D\b
description: Banned for Fake DV/HDR Layer
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])Telly\b
description: Banned for Retagging
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,7 +3,7 @@ pattern: (Up[-\.\s]?scale|Re[-\.\s]?Grade|\bAIUS\b|AI[-\.\s]?enhanced)
description: 'Matches upscales, regrades, AI Enhancements, etc. '
tags:
- Enhancement
- UnWanted
- Banned
tests:
- expected: true
id: 1

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])VECTOR\b
description: Banned for Fake DV/HDR Layer.
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])VisionXpert\b
description: Banned for Fake DV/HDR Layer
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])WOU\b
description: ''
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -1,6 +1,6 @@
name: WiKi
pattern: (?<=^|[\s.-])WiKi\b
description: ''
description: Banned for Upscale
tags:
- Release Group
- Bluray

7
regex_patterns/YIFY.yml Normal file
View File

@@ -0,0 +1,7 @@
name: YIFY
pattern: (?<=^|[\s.-])YIFY\b
description: Matches "YIFY" when preceded by whitespace, a hyphen or dot
tags:
- Release Group
- Bluray
tests: []

7
regex_patterns/YTS.yml Normal file
View File

@@ -0,0 +1,7 @@
name: YTS
pattern: (?<=^|[\s.-])YTS(.(MX|LT|AG))?\b
description: Matches "YTS" when preceded by whitespace, a hyphen or dot
tags:
- Release Group
- Bluray
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])d3g\b
description: Banned for LQ and various Encode Issues.
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])edge2020\b
description: Banned for LQ, Mislabeling, and Upscale
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])jennaortega(UHD)?\b
description: Banned for Fake DV/HDR Layer
tags:
- Release Group
- UnWanted
- Banned
tests: []

View File

@@ -3,5 +3,5 @@ pattern: (?<=^|[\s.-])tarunk9c\b
description: Banned for Fake DV/HDR Layer
tags:
- Release Group
- UnWanted
- Banned
tests: []