tweak(format): Fix Tags
This commit is contained in:
parent
0505a7e281
commit
2207c646df
|
|
@ -1,7 +1,6 @@
|
|||
name: Non Retail HDR
|
||||
description: 'Matches groups who produce non-retail HDR10+ or Dolby Vision. '
|
||||
tags:
|
||||
- HDR
|
||||
- Release Group
|
||||
- Unwanted
|
||||
conditions:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ name: x264 (2160p)
|
|||
description: 'Matches ''x264'' regex pattern only when 2160p is also found. '
|
||||
tags:
|
||||
- Codec
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 2160p
|
||||
negate: false
|
||||
|
|
|
|||
|
|
@ -2,13 +2,12 @@ name: x265 (1080p)
|
|||
description: 'Matches ''x265'' regex pattern only when 1080p is also found. '
|
||||
tags:
|
||||
- Codec
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 1080p
|
||||
type: resolution
|
||||
required: true
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 1080p
|
||||
type: resolution
|
||||
- name: x265
|
||||
negate: false
|
||||
pattern: x265
|
||||
|
|
|
|||
Loading…
Reference in New Issue