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,24 +2,23 @@ name: Full Disc
|
||||
description: 'Matches the ''Full Disc'' regex pattern and negates any remuxes / encodes. '
|
||||
tags:
|
||||
- Storage
|
||||
- Source
|
||||
conditions:
|
||||
- name: Full Disc
|
||||
negate: false
|
||||
pattern: Full Disc
|
||||
required: true
|
||||
type: release_title
|
||||
- name: x264
|
||||
- name: Not x264
|
||||
negate: true
|
||||
pattern: x264
|
||||
required: true
|
||||
type: release_title
|
||||
- name: x265
|
||||
- name: Not x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Remux
|
||||
- name: Not Remux
|
||||
negate: true
|
||||
pattern: Remux
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user