mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
- 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
41 lines
789 B
YAML
41 lines
789 B
YAML
name: HMAX
|
|
description: Matches 'HBO Max' WEB-DLs. Negates any encodes.
|
|
tags:
|
|
- Streaming Service
|
|
- WEB-DL
|
|
conditions:
|
|
- name: HMAX Regex
|
|
negate: false
|
|
pattern: HBO Max
|
|
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: HMAX Regex
|
|
negate: false
|
|
pattern: HBO Max
|
|
required: true
|
|
type: release_title
|
|
- matches: true
|
|
name: x265
|
|
negate: true
|
|
pattern: x265
|
|
required: false
|
|
type: release_title
|
|
expected: false
|
|
id: 2
|
|
input: Young Justice S04 1080p HMAX WEBRip DD 5 1 x265-edge2020
|
|
lastRun: '2024-12-06T04:51:30.887518'
|
|
passes: true
|