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