tweak(format): Fix Tags

This commit is contained in:
Seraphys 2025-03-15 19:37:42 -05:00
parent 0505a7e281
commit 2207c646df
3 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,6 @@
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:
- HDR
- Release Group - Release Group
- Unwanted - Unwanted
conditions: conditions:

View File

@ -2,7 +2,6 @@ name: x264 (2160p)
description: 'Matches ''x264'' regex pattern only when 2160p is also found. ' description: 'Matches ''x264'' regex pattern only when 2160p is also found. '
tags: tags:
- Codec - Codec
- Resolution
conditions: conditions:
- name: 2160p - name: 2160p
negate: false negate: false

View File

@ -2,13 +2,12 @@ name: x265 (1080p)
description: 'Matches ''x265'' regex pattern only when 1080p is also found. ' description: 'Matches ''x265'' regex pattern only when 1080p is also found. '
tags: tags:
- Codec - Codec
- Resolution
conditions: conditions:
- name: 1080p - name: 1080p
type: resolution
required: true
negate: false negate: false
required: true
resolution: 1080p resolution: 1080p
type: resolution
- name: x265 - name: x265
negate: false negate: false
pattern: x265 pattern: x265