mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-21 21:27: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:
@@ -14,6 +14,11 @@ conditions:
|
||||
pattern: Special Edition
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Better Theatricals
|
||||
negate: false
|
||||
pattern: Better Theatricals
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not IMAX
|
||||
negate: true
|
||||
pattern: IMAX
|
||||
@@ -39,11 +44,6 @@ conditions:
|
||||
pattern: Sing Along
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Better Theatricals
|
||||
negate: false
|
||||
pattern: Better Theatricals
|
||||
required: true
|
||||
type: release_title
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
|
||||
Reference in New Issue
Block a user