tweak(format): Rename x265 (Missing 2160p) to (Missing)
This commit is contained in:
parent
9e8b28480c
commit
74d4f3cb98
|
|
@ -1,4 +1,4 @@
|
||||||
name: x265 (Missing 2160p)
|
name: x265 (Missing)
|
||||||
description: 'Attempts to match 2160p x265 encodes that aren''t labelled with any
|
description: 'Attempts to match 2160p x265 encodes that aren''t labelled with any
|
||||||
codec. '
|
codec. '
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -21,10 +21,10 @@ conditions:
|
||||||
required: true
|
required: true
|
||||||
type: release_title
|
type: release_title
|
||||||
- name: Not HEVC
|
- name: Not HEVC
|
||||||
type: release_title
|
|
||||||
required: true
|
|
||||||
negate: true
|
negate: true
|
||||||
pattern: HEVC
|
pattern: HEVC
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
- name: Not x264
|
- name: Not x264
|
||||||
negate: true
|
negate: true
|
||||||
pattern: x264
|
pattern: x264
|
||||||
|
|
@ -180,7 +180,7 @@ custom_formats:
|
||||||
score: -99999
|
score: -99999
|
||||||
- name: x265 (1080p)
|
- name: x265 (1080p)
|
||||||
score: -99999
|
score: -99999
|
||||||
- name: x265 (Missing 2160p)
|
- name: x265 (Missing)
|
||||||
score: -99999
|
score: -99999
|
||||||
qualities:
|
qualities:
|
||||||
- id: -1
|
- id: -1
|
||||||
|
|
|
||||||
|
|
@ -195,7 +195,7 @@ custom_formats:
|
||||||
score: -99999
|
score: -99999
|
||||||
- name: x265 (1080p)
|
- name: x265 (1080p)
|
||||||
score: -99999
|
score: -99999
|
||||||
- name: x265 (Missing 2160p)
|
- name: x265 (Missing)
|
||||||
score: -99999
|
score: -99999
|
||||||
qualities:
|
qualities:
|
||||||
- id: -1
|
- id: -1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue