tweak(profile): Various improvements
- Remove UHD Bluray scores, they bloat the scoring logic - Reduce SDR WEBs to below tier ~4 - Add some notes on scoring logic to description
This commit is contained in:
parent
178fa2ba9a
commit
627a0c0fda
|
|
@ -1,5 +1,10 @@
|
|||
name: 2160p Quality
|
||||
description: placeholder
|
||||
description: 'Notes:
|
||||
|
||||
- groups in higher quality tiers are given more leeway in terms of naming. They
|
||||
will still be prioritised even if they fail to mislabel HDR / audio.
|
||||
|
||||
- groups in lower tiers are pen'
|
||||
tags:
|
||||
- 2160p
|
||||
- HDR
|
||||
|
|
@ -56,10 +61,6 @@ custom_formats:
|
|||
score: 60
|
||||
- name: Blu-ray
|
||||
score: 60
|
||||
- name: UHD Bluray
|
||||
score: 60
|
||||
- name: UHD Bluray (Missing)
|
||||
score: 60
|
||||
- name: 1080p Quality Tier 2
|
||||
score: 50
|
||||
- name: 1080p Quality Tier 3
|
||||
|
|
@ -118,12 +119,12 @@ custom_formats:
|
|||
score: 5
|
||||
- name: FLAC
|
||||
score: 5
|
||||
- name: SDR
|
||||
score: 5
|
||||
- name: TrueHD
|
||||
score: 5
|
||||
- name: TrueHD (Missing)
|
||||
score: 5
|
||||
- name: SDR
|
||||
score: -80
|
||||
- name: x265
|
||||
score: -150
|
||||
- name: 3D
|
||||
|
|
@ -166,6 +167,8 @@ custom_formats:
|
|||
score: -9999
|
||||
- name: WEBRip
|
||||
score: -9999
|
||||
- name: x264 (2160p)
|
||||
score: -9999
|
||||
- name: x265 (1080p)
|
||||
score: -9999
|
||||
- name: x265 (Missing)
|
||||
|
|
|
|||
Loading…
Reference in New Issue