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
|
score: 80
|
||||||
- name: 1080p
|
- name: 1080p
|
||||||
score: 60
|
score: 60
|
||||||
|
- name: 720p Golden Popcorn
|
||||||
|
score: 60
|
||||||
- name: Amazon Prime
|
- name: Amazon Prime
|
||||||
score: 60
|
score: 60
|
||||||
- name: Apple TV+
|
- name: Apple TV+
|
||||||
|
|
@ -107,16 +109,14 @@ custom_formats:
|
||||||
score: 7
|
score: 7
|
||||||
- name: Repack1
|
- name: Repack1
|
||||||
score: 6
|
score: 6
|
||||||
|
- name: 720p
|
||||||
|
score: 0
|
||||||
- name: x265
|
- name: x265
|
||||||
score: -90
|
score: -90
|
||||||
- name: 2160p
|
- name: 2160p
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: 3D
|
- name: 3D
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: 720p
|
|
||||||
score: -9999
|
|
||||||
- name: 720p Golden Popcorn
|
|
||||||
score: -9999
|
|
||||||
- name: B&W
|
- name: B&W
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: BeyondHD
|
- name: BeyondHD
|
||||||
|
|
@ -147,7 +147,7 @@ custom_formats:
|
||||||
score: -9999
|
score: -9999
|
||||||
qualities:
|
qualities:
|
||||||
- id: -1
|
- id: -1
|
||||||
name: Transparent capable
|
name: Transparent Capable
|
||||||
description: All capable of being indistinguishable from source. WEB-DL included
|
description: All capable of being indistinguishable from source. WEB-DL included
|
||||||
to not allow unknown encode to trump known WEB-DL.
|
to not allow unknown encode to trump known WEB-DL.
|
||||||
qualities:
|
qualities:
|
||||||
|
|
@ -158,9 +158,21 @@ qualities:
|
||||||
- id: 11
|
- id: 11
|
||||||
name: WEBRip-1080p
|
name: WEBRip-1080p
|
||||||
- id: -2
|
- id: -2
|
||||||
name: SD
|
name: 720p Fallback
|
||||||
description: SD Fallbacks
|
description: Fallback to 720p when 1080p cannot be found.
|
||||||
qualities:
|
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
|
- id: 19
|
||||||
name: WEBDL-480p
|
name: WEBDL-480p
|
||||||
- id: 20
|
- id: 20
|
||||||
|
|
@ -171,7 +183,7 @@ qualities:
|
||||||
name: SDTV
|
name: SDTV
|
||||||
upgrade_until:
|
upgrade_until:
|
||||||
id: -1
|
id: -1
|
||||||
name: Transparent capable
|
name: Transparent Capable
|
||||||
description: All capable of being indistinguishable from source. WEB-DL included
|
description: All capable of being indistinguishable from source. WEB-DL included
|
||||||
to not allow unknown encode to trump known WEB-DL.
|
to not allow unknown encode to trump known WEB-DL.
|
||||||
language: must_original
|
language: must_original
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue