Files
database/custom_formats/x264 (2160p).yml
Seraphys e1f34b16f9 refactor(format): Change Condition Order (#24)
- Move condition orders around for organisation
- No logic changes
2025-02-07 10:32:54 +10:30

18 lines
316 B
YAML

name: x264 (2160p)
description: 'Matches ''x264'' regex pattern only when 2160p is also found. '
tags:
- Codec
- Resolution
conditions:
- name: x264
negate: false
pattern: x264
required: true
type: release_title
- name: 1080p
negate: false
required: true
resolution: 2160p
type: resolution
tests: []