mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 08:17:02 +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
262 B
YAML
17 lines
262 B
YAML
name: 2160p WEBRip
|
|
description: Matches 2160p WEBRips.
|
|
tags:
|
|
- Resolution
|
|
conditions:
|
|
- name: 2160p
|
|
negate: false
|
|
required: true
|
|
resolution: 2160p
|
|
type: resolution
|
|
- name: WEBRip
|
|
negate: false
|
|
required: true
|
|
source: webrip
|
|
type: source
|
|
tests: []
|