tweak(profile): 720p Fallback for 2160p Balanced
This commit is contained in:
parent
cbedd64e53
commit
60dc119983
|
|
@ -132,6 +132,8 @@ custom_formats:
|
||||||
score: 5
|
score: 5
|
||||||
- name: Unknown Lossless Audio
|
- name: Unknown Lossless Audio
|
||||||
score: 5
|
score: 5
|
||||||
|
- name: 720p
|
||||||
|
score: 0
|
||||||
- name: Amazon Prime
|
- name: Amazon Prime
|
||||||
score: 0
|
score: 0
|
||||||
- name: Apple TV+
|
- name: Apple TV+
|
||||||
|
|
@ -164,8 +166,6 @@ custom_formats:
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: 3D
|
- name: 3D
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: 720p
|
|
||||||
score: -9999
|
|
||||||
- name: AV1
|
- name: AV1
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: B&W
|
- name: B&W
|
||||||
|
|
@ -215,26 +215,38 @@ custom_formats:
|
||||||
qualities:
|
qualities:
|
||||||
- id: 5
|
- id: 5
|
||||||
name: WEBDL-2160p
|
name: WEBDL-2160p
|
||||||
- id: -3
|
- id: -1
|
||||||
name: 1080p Transparent
|
name: 1080p Transparent
|
||||||
description: Indistinguishable from source
|
description: Indistinguishable from source
|
||||||
qualities:
|
qualities:
|
||||||
- id: 10
|
- id: 10
|
||||||
name: Bluray-1080p
|
name: Bluray-1080p
|
||||||
- id: 11
|
|
||||||
name: WEBRip-1080p
|
|
||||||
- id: 9
|
- id: 9
|
||||||
name: WEBDL-1080p
|
name: WEBDL-1080p
|
||||||
- id: -1
|
- id: 11
|
||||||
name: SD
|
name: WEBRip-1080p
|
||||||
|
- id: -2
|
||||||
|
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: Standard Definition Fallbacks
|
description: Standard Definition Fallbacks
|
||||||
qualities:
|
qualities:
|
||||||
- id: 22
|
- id: 18
|
||||||
name: DVD
|
name: Bluray-480p
|
||||||
- id: 19
|
- id: 19
|
||||||
name: WEBDL-480p
|
name: WEBDL-480p
|
||||||
- id: 20
|
- id: 20
|
||||||
name: WEBRip-480p
|
name: WEBRip-480p
|
||||||
|
- id: 22
|
||||||
|
name: DVD
|
||||||
- id: 24
|
- id: 24
|
||||||
name: SDTV
|
name: SDTV
|
||||||
upgrade_until:
|
upgrade_until:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue