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:
16
custom_formats/Remux (Quality Match).yml
Normal file
16
custom_formats/Remux (Quality Match).yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Remux (Quality Match)
|
||||
description: Matches Remux using a quality modifier
|
||||
tags:
|
||||
- Source
|
||||
conditions:
|
||||
- name: Remux
|
||||
negate: false
|
||||
qualityModifier: remux
|
||||
required: true
|
||||
type: quality_modifier
|
||||
- name: Not DVD
|
||||
negate: true
|
||||
required: true
|
||||
source: dvd
|
||||
type: source
|
||||
tests: []
|
||||
Reference in New Issue
Block a user