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:
Seraphys
2025-04-01 04:45:12 -05:00
committed by GitHub
parent 42402dd0aa
commit 99eb353acd
135 changed files with 1556 additions and 1921 deletions

View File

@@ -0,0 +1,16 @@
name: 1080p WEB-DL
description: Matches 1080p WEB-DLs.
tags:
- Resolution
conditions:
- name: 1080p
negate: false
required: true
resolution: 1080p
type: resolution
- name: WEB-DL
negate: false
required: true
source: web_dl
type: source
tests: []