Files
database/custom_formats/480p WEBRip.yml
Seraphys 99eb353acd 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
2025-04-01 20:15:12 +10:30

17 lines
258 B
YAML

name: 480p WEBRip
description: Matches 480p WEBRips.
tags:
- Resolution
conditions:
- name: 480p
negate: false
required: true
resolution: 480p
type: resolution
- name: WEBRip
negate: false
required: true
source: webrip
type: source
tests: []