mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-22 05:37:14 +00:00
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
This commit is contained in:
@@ -2,13 +2,12 @@ name: x265 (1080p)
|
||||
description: 'Matches ''x265'' regex pattern only when 1080p is also found. '
|
||||
tags:
|
||||
- Codec
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 1080p
|
||||
type: resolution
|
||||
required: true
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 1080p
|
||||
type: resolution
|
||||
- name: x265
|
||||
negate: false
|
||||
pattern: x265
|
||||
|
||||
Reference in New Issue
Block a user