improvement(profile): Various scoring fixes for 2160p Remux
- Negate non-retail HDR - Negate Bluray encodes - Add missing TrueHD scores - Add remux (codec) score - Update until still broken
This commit is contained in:
parent
0ac2c9dd0c
commit
9d47c68ba4
|
|
@ -28,8 +28,14 @@ custom_formats:
|
||||||
score: 60
|
score: 60
|
||||||
- name: DTS-X
|
- name: DTS-X
|
||||||
score: 60
|
score: 60
|
||||||
|
- name: Remux
|
||||||
|
score: 60
|
||||||
- name: DTS-HD MA
|
- name: DTS-HD MA
|
||||||
score: 50
|
score: 50
|
||||||
|
- name: TrueHD
|
||||||
|
score: 50
|
||||||
|
- name: TrueHD (Missing)
|
||||||
|
score: 50
|
||||||
- name: DVD Remux
|
- name: DVD Remux
|
||||||
score: 40
|
score: 40
|
||||||
- name: Amazon Prime
|
- name: Amazon Prime
|
||||||
|
|
@ -88,6 +94,8 @@ custom_formats:
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: B&W
|
- name: B&W
|
||||||
score: -9999
|
score: -9999
|
||||||
|
- name: Blu-ray Encode
|
||||||
|
score: -9999
|
||||||
- name: Dolby Vision (Without Fallback)
|
- name: Dolby Vision (Without Fallback)
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: Extras
|
- name: Extras
|
||||||
|
|
@ -98,6 +106,8 @@ custom_formats:
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: h265 (Missing)
|
- name: h265 (Missing)
|
||||||
score: -9999
|
score: -9999
|
||||||
|
- name: Non Retail HDR
|
||||||
|
score: -9999
|
||||||
- name: Upscaled
|
- name: Upscaled
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: VVC
|
- name: VVC
|
||||||
|
|
@ -130,12 +140,12 @@ qualities:
|
||||||
- id: 24
|
- id: 24
|
||||||
name: SDTV
|
name: SDTV
|
||||||
upgrade_until:
|
upgrade_until:
|
||||||
id: 10
|
id: 5
|
||||||
name: Bluray-1080p
|
name: WEBDL-2160p
|
||||||
description: 1080p Blu-ray video encoded with lossy compression
|
description: 4K web download, untouched as released by the streaming service
|
||||||
language: must_english
|
language: must_english
|
||||||
tweaks:
|
tweaks:
|
||||||
preferFreeleech: true
|
preferFreeleech: false
|
||||||
allowLosslessAudio: true
|
allowLosslessAudio: true
|
||||||
allowDVNoFallback: false
|
allowDVNoFallback: false
|
||||||
allowBleedingEdgeCodecs: false
|
allowBleedingEdgeCodecs: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue