mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +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,9 +2,8 @@ name: UHD Bluray (Missing)
|
||||
description: Attempts to match UHD Bluray as a source when not included in the release
|
||||
title
|
||||
tags:
|
||||
- Source
|
||||
- Storage
|
||||
- 2160p
|
||||
- Storage
|
||||
conditions:
|
||||
- name: 1080p
|
||||
negate: false
|
||||
@@ -17,11 +16,11 @@ conditions:
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Release Groups
|
||||
type: release_group
|
||||
required: true
|
||||
negate: false
|
||||
pattern: UHD Bluray (Missing Groups)
|
||||
- name: Not UHD Blu-ray
|
||||
required: true
|
||||
type: release_group
|
||||
- name: Not UHD Bluray
|
||||
negate: true
|
||||
pattern: UHD Blu-ray
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user