add(profile): x265 (Missing 2160p)
- Append x265 to 2160 Blu-ray encodes that are not explicitly labelled x264
This commit is contained in:
parent
4e7a351a11
commit
5928b1f1f1
|
|
@ -0,0 +1,50 @@
|
||||||
|
name: x265 (Missing 2160p)
|
||||||
|
description: 'Attempts to match 2160p x265 encodes that aren''t labelled with any
|
||||||
|
codec. '
|
||||||
|
tags:
|
||||||
|
- x265
|
||||||
|
conditions:
|
||||||
|
- name: 2160p
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
resolution: 2160p
|
||||||
|
type: resolution
|
||||||
|
- name: Bluray
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
source: bluray
|
||||||
|
type: source
|
||||||
|
- name: Not REMUX
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: true
|
||||||
|
pattern: Remux
|
||||||
|
- name: Not x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- name: Not x264
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: true
|
||||||
|
pattern: x264
|
||||||
|
tests:
|
||||||
|
- conditionResults:
|
||||||
|
- matches: false
|
||||||
|
name: Not x265
|
||||||
|
negate: true
|
||||||
|
pattern: x265
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
- matches: true
|
||||||
|
name: h265
|
||||||
|
negate: false
|
||||||
|
pattern: h265
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
expected: true
|
||||||
|
id: 1
|
||||||
|
input: Training Day 2001 BluRay 10Bit 1080p DD5 1 H265-d3g
|
||||||
|
lastRun: '2025-01-14T09:03:52.278761'
|
||||||
|
passes: true
|
||||||
|
|
@ -127,6 +127,8 @@ custom_formats:
|
||||||
score: -80
|
score: -80
|
||||||
- name: x265
|
- name: x265
|
||||||
score: -150
|
score: -150
|
||||||
|
- name: x265 (Missing 2160p)
|
||||||
|
score: -150
|
||||||
- name: 3D
|
- name: 3D
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: 720p
|
- name: 720p
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue