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

@@ -215,9 +215,4 @@ conditions:
pattern: WhiteRhino
required: false
type: release_group
- name: WiKi
negate: false
pattern: WiKi
required: false
type: release_group
tests: []

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
name: UnWanted Release Groups
name: Banned Groups
description: Matches Release Groups that are Banned
tags:
- UnWanted
- Banned
- Release Group
conditions:
- name: Release Group (Missing)
@@ -14,6 +14,11 @@ conditions:
pattern: 4K4U
required: false
type: release_group
- name: AOC
negate: false
pattern: AOC
required: false
type: release_group
- name: AROMA
negate: false
pattern: AROMA
@@ -65,10 +70,10 @@ conditions:
required: false
type: release_group
- name: HDS
type: release_group
required: false
negate: false
pattern: HDS
required: false
type: release_group
- name: jennaortegaUHD
negate: false
pattern: jennaortegaUHD
@@ -99,6 +104,11 @@ conditions:
pattern: NAHOM
required: false
type: release_group
- name: NhaNc3
negate: false
pattern: NhaNc3
required: false
type: release_group
- name: NoGroup
negate: false
pattern: NoGroup
@@ -119,6 +129,11 @@ conditions:
pattern: SasukeducK
required: false
type: release_group
- name: SHD
negate: false
pattern: SHD
required: false
type: release_group
- name: ShieldBearer
negate: false
pattern: ShieldBearer
@@ -159,9 +174,24 @@ conditions:
pattern: VisionXpert
required: false
type: release_group
- name: WiKi
type: release_group
required: false
negate: false
pattern: WiKi
- name: WOU
negate: false
pattern: WOU
required: false
type: release_group
- name: YIFY
negate: false
pattern: YIFY
required: false
type: release_group
- name: YTS
negate: false
pattern: YTS
required: false
type: release_group
tests: []

View File

@@ -1,8 +1,8 @@
name: UnWanted Remux Groups
name: Banned Remux
description: Matches otherwise unfavourable remux groups - bloated audio tracks, fake
HDR, etc.
tags:
- UnWanted
- Banned
- Release Group
conditions:
- name: Remux

View File

@@ -1,18 +1,19 @@
name: x265 (WEB-DL)
name: Banned WEB-DL (x265)
description: ''
tags:
- Codec
- Banned
- Release Group
conditions:
- name: x265
negate: false
pattern: x265
required: true
type: release_title
- name: WEB-DL
negate: false
required: true
source: web_dl
type: source
- name: x265
negate: false
pattern: x265
required: true
type: release_title
- name: ABBIE
negate: true
pattern: ABBIE

View File

@@ -1,7 +1,7 @@
name: UnWanted WEBRip Groups
name: Banned WEBRip
description: Matches WEBRip releases that are not from a quality tier
tags:
- UnWanted
- Banned
- Release Group
conditions:
- name: WEBRip

View File

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

View File

@@ -24,9 +24,4 @@ conditions:
pattern: HLG
required: true
type: release_title
- name: Not HDR10
type: release_title
required: true
negate: true
pattern: HDR10
tests: []

View File

@@ -0,0 +1,11 @@
name: IMAX Enhanced
description: ''
tags:
- Edition
conditions:
- name: IMAX Enhanced
negate: false
pattern: IMAX Enhanced
required: true
type: release_title
tests: []

16
custom_formats/IMAX.yml Normal file
View File

@@ -0,0 +1,16 @@
name: IMAX
description: ''
tags:
- Edition
conditions:
- name: IMAX
type: release_title
required: true
negate: false
pattern: IMAX
- name: Not IMAX Enhanced
type: release_title
required: true
negate: true
pattern: IMAX Enhanced
tests: []

View File

@@ -1,7 +1,7 @@
name: Non Retail HDR
description: 'Matches groups who produce non-retail HDR10+ or Dolby Vision. '
tags:
- UnWanted
- Banned
- HDR
conditions:
- name: HDR10+ or DoVi

View File

@@ -0,0 +1,12 @@
name: Sing Along
description: ''
tags:
- Banned
- Enhancement
conditions:
- name: Sing Along
negate: false
pattern: Sing Along
required: true
type: release_title
tests: []

View File

@@ -1,4 +1,4 @@
name: Special Edition (UnWanted)
name: Special Edition (Banned)
description: 'Matches Special Edition only for specific movies where the theatrical
edition is preferred.
@@ -6,7 +6,7 @@ description: 'Matches Special Edition only for specific movies where the theatri
- **Note:** This custom format doesn''t work because release titles only match after
the parsed movie title: https://github.com/Radarr/Radarr/issues/4859'
tags:
- UnWanted
- Banned
- Edition
conditions:
- name: Special Edition

View File

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

View File

@@ -119,6 +119,10 @@ custom_formats:
score: -99999
- name: B&W
score: -99999
- name: Banned Groups
score: -99999
- name: Banned WEBRip
score: -99999
- name: Dolby Vision
score: -99999
- name: Extras
@@ -141,9 +145,7 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: UnWanted Release Groups
score: -99999
- name: UnWanted WEBRip Groups
- name: Sing Along
score: -99999
- name: Upscaled
score: -99999

View File

@@ -155,6 +155,10 @@ custom_formats:
score: -99999
- name: B&W
score: -99999
- name: Banned Groups
score: -99999
- name: Banned WEBRip
score: -99999
- name: Dolby Vision (Without Fallback)
score: -99999
- name: Extras
@@ -167,9 +171,7 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: UnWanted Release Groups
score: -99999
- name: UnWanted WEBRip Groups
- name: Sing Along
score: -99999
- name: Upscaled
score: -99999

View File

@@ -129,6 +129,10 @@ custom_formats:
score: -99999
- name: B&W
score: -99999
- name: Banned Groups
score: -99999
- name: Banned WEBRip
score: -99999
- name: Dolby Vision
score: -99999
- name: Extras
@@ -151,9 +155,7 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: UnWanted Release Groups
score: -99999
- name: UnWanted WEBRip Groups
- name: Sing Along
score: -99999
- name: Upscaled
score: -99999

View File

@@ -112,6 +112,10 @@ custom_formats:
score: -99999
- name: B&W
score: -99999
- name: Banned Groups
score: -99999
- name: Banned Remux
score: -99999
- name: Dolby Vision
score: -99999
- name: Dolby Vision (Without Fallback)
@@ -134,12 +138,10 @@ custom_formats:
score: -99999
- name: PQ
score: -99999
- name: Sing Along
score: -99999
- name: UHDBits
score: -99999
- name: UnWanted Release Groups
score: -99999
- name: UnWanted Remux Groups
score: -99999
- name: Upscaled
score: -99999
- name: VP9

View File

@@ -158,6 +158,12 @@ custom_formats:
score: -99999
- name: B&W
score: -99999
- name: Banned Groups
score: -99999
- name: Banned WEB-DL (x265)
score: -99999
- name: Banned WEBRip
score: -99999
- name: Dolby Vision (Without Fallback)
score: -99999
- name: Extras
@@ -172,12 +178,10 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: Sing Along
score: -99999
- name: UHDBits
score: -99999
- name: UnWanted Release Groups
score: -99999
- name: UnWanted WEBRip Groups
score: -99999
- name: Upscaled
score: -99999
- name: VP9
@@ -188,8 +192,6 @@ custom_formats:
score: -99999
- name: x265
score: -99999
- name: x265 (WEB-DL)
score: -99999
qualities:
- id: -1
name: 2160p Balanced

View File

@@ -173,6 +173,12 @@ custom_formats:
score: -99999
- name: B&W
score: -99999
- name: Banned Groups
score: -99999
- name: Banned WEB-DL (x265)
score: -99999
- name: Banned WEBRip
score: -99999
- name: Dolby Vision (Without Fallback)
score: -99999
- name: Extras
@@ -187,12 +193,10 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: Sing Along
score: -99999
- name: UHDBits
score: -99999
- name: UnWanted Release Groups
score: -99999
- name: UnWanted WEBRip Groups
score: -99999
- name: Upscaled
score: -99999
- name: VP9
@@ -205,8 +209,6 @@ custom_formats:
score: -99999
- name: x265 (Missing)
score: -99999
- name: x265 (WEB-DL)
score: -99999
qualities:
- id: -1
name: 2160p Transparent

View File

@@ -134,6 +134,12 @@ custom_formats:
score: -99999
- name: B&W
score: -99999
- name: Banned Groups
score: -99999
- name: Banned Remux
score: -99999
- name: Banned WEB-DL (x265)
score: -99999
- name: Dolby Vision (Without Fallback)
score: -99999
- name: Extras
@@ -144,12 +150,10 @@ custom_formats:
score: -99999
- name: h265
score: -99999
- name: Sing Along
score: -99999
- name: UHDBits
score: -99999
- name: UnWanted Release Groups
score: -99999
- name: UnWanted Remux Groups
score: -99999
- name: Upscaled
score: -99999
- name: VP9
@@ -160,8 +164,6 @@ custom_formats:
score: -99999
- name: x265
score: -99999
- name: x265 (WEB-DL)
score: -99999
qualities:
- id: 3
name: Remux-2160p

View File

@@ -106,6 +106,10 @@ custom_formats:
score: -99999
- name: B&W
score: -99999
- name: Banned Groups
score: -99999
- name: Banned WEBRip
score: -99999
- name: Dolby Vision
score: -99999
- name: Extras
@@ -128,9 +132,7 @@ custom_formats:
score: -99999
- name: Remux
score: -99999
- name: UnWanted Release Groups
score: -99999
- name: UnWanted WEBRip Groups
- name: Sing Along
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
- 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: []