tweak(profile): 720p Fallback for 1080 Quality
This commit is contained in:
parent
db1844245e
commit
23202373fb
|
|
@ -18,6 +18,8 @@ custom_formats:
|
||||||
score: 160
|
score: 160
|
||||||
- name: 1080p Quality Tier 1
|
- name: 1080p Quality Tier 1
|
||||||
score: 80
|
score: 80
|
||||||
|
- name: 720p Golden Popcorn
|
||||||
|
score: 80
|
||||||
- name: 1080p Quality Tier 2
|
- name: 1080p Quality Tier 2
|
||||||
score: 70
|
score: 70
|
||||||
- name: 1080p
|
- name: 1080p
|
||||||
|
|
@ -70,6 +72,8 @@ custom_formats:
|
||||||
score: 10
|
score: 10
|
||||||
- name: 1080p Balanced Tier 2
|
- name: 1080p Balanced Tier 2
|
||||||
score: 10
|
score: 10
|
||||||
|
- name: 720p
|
||||||
|
score: 10
|
||||||
- name: Atmos
|
- name: Atmos
|
||||||
score: 10
|
score: 10
|
||||||
- name: Atmos (Missing)
|
- name: Atmos (Missing)
|
||||||
|
|
@ -92,10 +96,6 @@ custom_formats:
|
||||||
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
|
||||||
|
|
@ -132,7 +132,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:
|
||||||
|
|
@ -143,9 +143,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
|
||||||
|
|
@ -156,7 +168,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