add(profile): Add 1080p UHD Blurays into 2160p Quality Profile
This commit is contained in:
parent
7c6292907b
commit
3afda9b214
|
|
@ -11,6 +11,11 @@ tags:
|
|||
- 2160p
|
||||
- Storage
|
||||
conditions:
|
||||
- name: 1080p
|
||||
type: resolution
|
||||
required: true
|
||||
negate: false
|
||||
resolution: 1080p
|
||||
- name: UHD Bluray
|
||||
negate: false
|
||||
pattern: UHD Bluray
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@ custom_formats:
|
|||
score: 26100
|
||||
- name: 2160p Quality Tier 7
|
||||
score: 26000
|
||||
- name: UHD Bluray
|
||||
score: 24000
|
||||
- name: UHD Bluray (Missing)
|
||||
score: 24000
|
||||
- name: 1080p WEB-DL
|
||||
score: 20000
|
||||
- name: 1080p Bluray
|
||||
|
|
@ -169,6 +173,8 @@ custom_formats:
|
|||
score: 7
|
||||
- name: Repack1
|
||||
score: 6
|
||||
- name: x265 (Bluray)
|
||||
score: -22000
|
||||
- name: 3D
|
||||
score: -99999
|
||||
- name: AV1
|
||||
|
|
@ -207,10 +213,10 @@ custom_formats:
|
|||
score: -99999
|
||||
- name: x264 (2160p)
|
||||
score: -99999
|
||||
- name: x265
|
||||
score: -99999
|
||||
- name: x265 (Missing)
|
||||
score: -99999
|
||||
- name: x265 (WEB)
|
||||
score: -99999
|
||||
qualities:
|
||||
- id: -1
|
||||
name: 2160p Transparent
|
||||
|
|
|
|||
Loading…
Reference in New Issue