tweak(format): OCD Change

This commit is contained in:
Seraphys 2025-05-30 17:33:36 -05:00
parent 88963786d8
commit 61e723f68e
51 changed files with 62 additions and 64 deletions

View File

@ -1,7 +1,7 @@
name: 3D
description: Matches the '3D' Regex Pattern
tags:
- Unwanted
- UnWanted
- Enhancement
conditions:
- name: 3D

View File

@ -1,7 +1,7 @@
name: B&W
description: Matches the 'B&W' and 'Colour' Regex Pattern
tags:
- Unwanted
- UnWanted
- Colour Grade
- Enhancement
conditions:

View File

@ -1,8 +1,7 @@
name: Extras
description: Matches the 'Extras' Regex Pattern
tags:
- Unwanted
- Extras
- UnWanted
- Enhancement
conditions:
- name: Extras

View File

@ -1,8 +1,8 @@
name: Non Retail HDR
description: 'Matches groups who produce non-retail HDR10+ or Dolby Vision. '
tags:
- Unwanted
- Release Group
- UnWanted
- HDR
conditions:
- name: HDR10+ or DoVi
negate: false

View File

@ -1,4 +1,4 @@
name: Special Edition (Unwanted)
name: Special Edition (UnWanted)
description: 'Matches Special Edition only for specific movies where the theatrical
edition is preferred.

View File

@ -1,4 +1,4 @@
name: Unwanted Release Groups
name: UnWanted Release Groups
description: Matches Release Groups that are Banned
tags:
- Unwanted
@ -105,10 +105,10 @@ conditions:
required: false
type: release_group
- name: ShieldBearer
type: release_group
required: false
negate: false
pattern: ShieldBearer
required: false
type: release_group
- name: SM737
negate: false
pattern: SM737

View File

@ -1,4 +1,4 @@
name: Unwanted Remux Groups
name: UnWanted Remux Groups
description: Matches otherwise unfavourable remux groups - bloated audio tracks, fake
HDR, etc.
tags:

View File

@ -1,4 +1,4 @@
name: Unwanted WEBRip Groups
name: UnWanted WEBRip Groups
description: Matches WEBRip releases that are not from a quality tier
tags:
- Unwanted

View File

@ -1,7 +1,7 @@
name: Upscaled
description: Matches the 'Upscaled' regex pattern
tags:
- Unwanted
- UnWanted
- Enhancement
conditions:
- name: Upscaled

View File

@ -141,9 +141,9 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: Unwanted Release Groups
- name: UnWanted Release Groups
score: -99999
- name: Unwanted WEBRip Groups
- name: UnWanted WEBRip Groups
score: -99999
- name: Upscaled
score: -99999

View File

@ -167,9 +167,9 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: Unwanted Release Groups
- name: UnWanted Release Groups
score: -99999
- name: Unwanted WEBRip Groups
- name: UnWanted WEBRip Groups
score: -99999
- name: Upscaled
score: -99999

View File

@ -151,9 +151,9 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: Unwanted Release Groups
- name: UnWanted Release Groups
score: -99999
- name: Unwanted WEBRip Groups
- name: UnWanted WEBRip Groups
score: -99999
- name: Upscaled
score: -99999

View File

@ -136,9 +136,9 @@ custom_formats:
score: -99999
- name: UHDBits
score: -99999
- name: Unwanted Release Groups
- name: UnWanted Release Groups
score: -99999
- name: Unwanted Remux Groups
- name: UnWanted Remux Groups
score: -99999
- name: Upscaled
score: -99999

View File

@ -174,9 +174,9 @@ custom_formats:
score: -99999
- name: UHDBits
score: -99999
- name: Unwanted Release Groups
- name: UnWanted Release Groups
score: -99999
- name: Unwanted WEBRip Groups
- name: UnWanted WEBRip Groups
score: -99999
- name: Upscaled
score: -99999

View File

@ -189,9 +189,9 @@ custom_formats:
score: -99999
- name: UHDBits
score: -99999
- name: Unwanted Release Groups
- name: UnWanted Release Groups
score: -99999
- name: Unwanted WEBRip Groups
- name: UnWanted WEBRip Groups
score: -99999
- name: Upscaled
score: -99999

View File

@ -146,9 +146,9 @@ custom_formats:
score: -99999
- name: UHDBits
score: -99999
- name: Unwanted Release Groups
- name: UnWanted Release Groups
score: -99999
- name: Unwanted Remux Groups
- name: UnWanted Remux Groups
score: -99999
- name: Upscaled
score: -99999

View File

@ -128,9 +128,9 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: Unwanted Release Groups
- name: UnWanted Release Groups
score: -99999
- name: Unwanted WEBRip Groups
- name: UnWanted WEBRip Groups
score: -99999
- name: Upscaled
score: -99999

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
- UnWanted
tests:
- expected: true
id: 1

View File

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

View File

@ -7,8 +7,8 @@ description: Black and White colour grading. This regex matches a 4-digit number
`BW` and `B&W`, while excluding invalid variations like `b w`, `b-w`, or `b/w`
tags:
- Enhancement
- Unwanted
- Colour Grade
- UnWanted
tests:
- expected: true
id: 1

View File

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

View File

@ -3,7 +3,7 @@ pattern: (?<=^|[\s.-])BeyondHD\b
description: Banned Due to only doing Full Discs
tags:
- Release Group
- Unwanted
- UnWanted
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
- UnWanted
tests: []

View File

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

View File

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

View File

@ -3,8 +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
- Extras
- UnWanted
tests:
- expected: false
id: 1

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@ pattern: (?<=^|[\s.-])MovieMan\b
description: ''
tags:
- Release Group
- Unwanted
- UnWanted
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
- UnWanted
tests: []

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@ pattern: (?<=^|[\s.-])SM737\b
description: ''
tags:
- Release Group
- Unwanted
- UnWanted
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
- UnWanted
tests: []

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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