Files
database/custom_formats/x264 (2160p).yml
Seraphys 99eb353acd refactor(everything): Scoring Refactor, 720p Fallback, Streaming Service Improvements
- Adjust scoring for each profile to better differentiate resolution and release type
- Add 720p Fallback
- Change streaming service names to match their regex targets
- Add Stan, BCORE streaming services
- Negate bleeding edge codecs (AV1, VVC)
- Reduce scene score
- Various tag/name improvements
2025-04-01 20:15:12 +10:30

17 lines
303 B
YAML

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