mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +00:00
- 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
17 lines
303 B
YAML
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: []
|