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

41
custom_formats/iT.yml Normal file
View File

@@ -0,0 +1,41 @@
name: iT
description: Matches 'iTunes' WEB-DLs. Negates any encodes.
tags:
- Streaming Service
- WEB-DL
conditions:
- name: iTunes Regex
negate: false
pattern: iTunes
required: true
type: release_title
- name: Not WEBRip
negate: true
required: true
source: webrip
type: source
- name: Not x265
negate: true
pattern: x265
required: true
type: release_title
tests:
- conditionResults:
- matches: true
name: iTunes Regex
negate: false
pattern: iTunes
required: true
type: release_title
- matches: true
name: x265
negate: true
pattern: x265
required: false
type: release_title
expected: false
id: 1
input: Alien Romulus (2024) (1080p DS4K iT WEBRip x265 HEVC 10bit DDP Atmos 5 1
English - KaLLuKaLia)
lastRun: '2024-12-06T05:49:21.811162'
passes: true