tweak(format): Tag Change
This commit is contained in:
parent
9fbc9ff042
commit
e89271c38a
|
|
@ -1,8 +1,8 @@
|
|||
name: 3D
|
||||
description: Matches the '3D' Regex Pattern
|
||||
tags:
|
||||
- Enhancement
|
||||
- Unwanted
|
||||
- Enhancement
|
||||
conditions:
|
||||
- name: 3D
|
||||
negate: false
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
name: Non Retail HDR
|
||||
description: 'Matches groups who produce non-retail HDR10+ or Dolby Vision. '
|
||||
tags:
|
||||
- Release Group
|
||||
- Unwanted
|
||||
- Release Group
|
||||
conditions:
|
||||
- name: HDR10+ or DoVi
|
||||
negate: false
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ 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:
|
||||
- Edition
|
||||
- Unwanted
|
||||
- Edition
|
||||
conditions:
|
||||
- name: Special Edition
|
||||
negate: false
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
name: Unwanted Release Groups
|
||||
description: Matches Release Groups that are Banned
|
||||
tags:
|
||||
- Release Group
|
||||
- Unwanted
|
||||
- Release Group
|
||||
conditions:
|
||||
- name: Release Group (Missing)
|
||||
negate: true
|
||||
|
|
@ -60,10 +60,10 @@ conditions:
|
|||
required: false
|
||||
type: release_group
|
||||
- name: KC
|
||||
type: release_group
|
||||
required: false
|
||||
negate: false
|
||||
pattern: KC
|
||||
required: false
|
||||
type: release_group
|
||||
- name: LAMA
|
||||
negate: false
|
||||
pattern: LAMA
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@ name: Unwanted Remux Groups
|
|||
description: Matches otherwise unfavourable remux groups - bloated audio tracks, fake
|
||||
HDR, etc.
|
||||
tags:
|
||||
- Release Group
|
||||
- Unwanted
|
||||
- Release Group
|
||||
conditions:
|
||||
- name: Bloated Remux Groups
|
||||
type: release_title
|
||||
required: false
|
||||
negate: false
|
||||
pattern: Bloated Remux Groups
|
||||
required: false
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Unwanted WEBRip
|
||||
name: Unwanted WEBRip Groups
|
||||
description: Matches WEBRip releases that are not from a quality tier
|
||||
tags:
|
||||
- Release Group
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
name: Upscaled
|
||||
description: Matches the 'Upscaled' regex pattern
|
||||
tags:
|
||||
- Enhancement
|
||||
- Unwanted
|
||||
- Enhancement
|
||||
conditions:
|
||||
- name: Upscaled
|
||||
type: release_title
|
||||
required: true
|
||||
negate: false
|
||||
pattern: Upscaled
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue