mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +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:
16
custom_formats/1080p Bluray.yml
Normal file
16
custom_formats/1080p Bluray.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: 1080p Bluray
|
||||
description: Matches 1080p Blurays that are NOT remuxes
|
||||
tags:
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 1080p
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 1080p
|
||||
type: resolution
|
||||
- name: Bluray
|
||||
negate: false
|
||||
required: true
|
||||
source: bluray
|
||||
type: source
|
||||
tests: []
|
||||
Reference in New Issue
Block a user