Files
database/custom_formats/ATVP.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

41 lines
807 B
YAML

name: ATVP
description: Matches 'Apple TV+' WEB-DLs. Negates any encodes.
tags:
- Streaming Service
- WEB-DL
conditions:
- name: ATVP Regex
negate: false
pattern: Apple TV+
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: APTV Regex
negate: false
pattern: Apple TV+
required: true
type: release_title
- matches: true
name: x265
negate: true
pattern: x265
required: false
type: release_title
expected: false
id: 2
input: Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz
lastRun: '2024-12-03T02:27:03.531343'
passes: true