tweak(profile): 720p Fallback for 1080 Quality HDR
This commit is contained in:
parent
23202373fb
commit
09ec5d38b4
|
|
@ -37,6 +37,8 @@ custom_formats:
|
|||
score: 80
|
||||
- name: 1080p
|
||||
score: 60
|
||||
- name: 720p Golden Popcorn
|
||||
score: 60
|
||||
- name: Amazon Prime
|
||||
score: 60
|
||||
- name: Apple TV+
|
||||
|
|
@ -107,16 +109,14 @@ custom_formats:
|
|||
score: 7
|
||||
- name: Repack1
|
||||
score: 6
|
||||
- name: 720p
|
||||
score: 0
|
||||
- name: x265
|
||||
score: -90
|
||||
- name: 2160p
|
||||
score: -9999
|
||||
- name: 3D
|
||||
score: -9999
|
||||
- name: 720p
|
||||
score: -9999
|
||||
- name: 720p Golden Popcorn
|
||||
score: -9999
|
||||
- name: B&W
|
||||
score: -9999
|
||||
- name: BeyondHD
|
||||
|
|
@ -147,7 +147,7 @@ custom_formats:
|
|||
score: -9999
|
||||
qualities:
|
||||
- id: -1
|
||||
name: Transparent capable
|
||||
name: Transparent Capable
|
||||
description: All capable of being indistinguishable from source. WEB-DL included
|
||||
to not allow unknown encode to trump known WEB-DL.
|
||||
qualities:
|
||||
|
|
@ -158,9 +158,21 @@ qualities:
|
|||
- id: 11
|
||||
name: WEBRip-1080p
|
||||
- id: -2
|
||||
name: SD
|
||||
description: SD Fallbacks
|
||||
name: 720p Fallback
|
||||
description: Fallback to 720p when 1080p cannot be found.
|
||||
qualities:
|
||||
- id: 13
|
||||
name: Bluray-720p
|
||||
- id: 14
|
||||
name: WEBDL-720p
|
||||
- id: 15
|
||||
name: WEBRip-720p
|
||||
- id: -3
|
||||
name: SD Fallback
|
||||
description: SD Fallback
|
||||
qualities:
|
||||
- id: 18
|
||||
name: Bluray-480p
|
||||
- id: 19
|
||||
name: WEBDL-480p
|
||||
- id: 20
|
||||
|
|
@ -171,7 +183,7 @@ qualities:
|
|||
name: SDTV
|
||||
upgrade_until:
|
||||
id: -1
|
||||
name: Transparent capable
|
||||
name: Transparent Capable
|
||||
description: All capable of being indistinguishable from source. WEB-DL included
|
||||
to not allow unknown encode to trump known WEB-DL.
|
||||
language: must_original
|
||||
|
|
|
|||
Loading…
Reference in New Issue