tweak(profile): Modified Blu-ray behavior for Quality profiles
- Score set to 10, so that non reputable encodes are not ranked above web-dls - Quality tier scores increased to make up for this
This commit is contained in:
parent
bc6dddf17d
commit
4aeae087ac
|
|
@ -1,12 +1,12 @@
|
|||
name: 1080p Quality (HDR)
|
||||
description: "1080p Quality (HDR) utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.pages.dev/)\
|
||||
\ to target **transparent x265 HDR** 1080p encodes. \n- 5 Quality tiers prioritise\
|
||||
\ encodes with high 1080p GPPi scores, with fallback to regular 1080p Quality profile\
|
||||
\ (non HDR), then 1080p WEB-DLs and streaming optimised encodes (**BHDStudio & hallowed**).\n\
|
||||
- **x265 is negated** but allowed, if and only if a reputable GPPi group has encoded\
|
||||
\ it from a UHD Bluray source.\n- Non HDR encodes are strictly forbidden in this\
|
||||
\ profile\n- If no 1080p release can be found, the profile will fall back to SD\
|
||||
\ releases - **DVD remuxes / encodes**"
|
||||
\ encodes with high 1080p GPPi scores, with fallback to the regular 1080p Quality\
|
||||
\ profile (non HDR), then 1080p WEB-DLs and streaming optimised encodes (**BHDStudio\
|
||||
\ & hallowed**).\n- **x265 is negated** but allowed, if and only if a reputable\
|
||||
\ GPPi group has encoded it from a UHD Bluray source.\n- Non HDR x265 encodes are\
|
||||
\ strictly forbidden in this profile\n- If no 1080p release can be found, the profile\
|
||||
\ will fall back to SD releases - **DVD remuxes / encodes**"
|
||||
tags:
|
||||
- 1080p
|
||||
- Transparent
|
||||
|
|
|
|||
|
|
@ -19,23 +19,23 @@ upgradeUntilScore: 600
|
|||
minScoreIncrement: 5
|
||||
custom_formats:
|
||||
- name: 2160p Quality Tier 1
|
||||
score: 320
|
||||
score: 370
|
||||
- name: 2160p Quality Tier 2
|
||||
score: 310
|
||||
score: 360
|
||||
- name: 2160p Quality Tier 3
|
||||
score: 350
|
||||
- name: 2160p Quality Tier 4
|
||||
score: 340
|
||||
- name: 2160p
|
||||
score: 300
|
||||
- name: 2160p Quality Tier 3
|
||||
score: 300
|
||||
- name: 2160p Quality Tier 4
|
||||
score: 290
|
||||
- name: 2160p Balanced Tier 1
|
||||
score: 250
|
||||
score: 300
|
||||
- name: 2160p Balanced Tier 2
|
||||
score: 240
|
||||
score: 290
|
||||
- name: 2160p Quality Tier 5
|
||||
score: 190
|
||||
score: 240
|
||||
- name: 2160p Quality Tier 6
|
||||
score: 180
|
||||
score: 230
|
||||
- name: Amazon Prime [UHD]
|
||||
score: 160
|
||||
- name: Disney+ [2160p]
|
||||
|
|
@ -64,8 +64,6 @@ custom_formats:
|
|||
score: 60
|
||||
- name: 1080p Quality Tier 1
|
||||
score: 60
|
||||
- name: Blu-ray
|
||||
score: 60
|
||||
- name: 1080p Quality Tier 2
|
||||
score: 50
|
||||
- name: 1080p Quality Tier 3
|
||||
|
|
@ -104,6 +102,8 @@ custom_formats:
|
|||
score: 15
|
||||
- name: 1080p Balanced Tier 2
|
||||
score: 10
|
||||
- name: Blu-ray
|
||||
score: 10
|
||||
- name: HDR10
|
||||
score: 10
|
||||
- name: HDR10 (Missing)
|
||||
|
|
@ -122,6 +122,8 @@ custom_formats:
|
|||
score: 10
|
||||
- name: TrueHD (Missing)
|
||||
score: 10
|
||||
- name: WEBRip
|
||||
score: 10
|
||||
- name: x264
|
||||
score: 10
|
||||
- name: Atmos
|
||||
|
|
@ -164,6 +166,8 @@ custom_formats:
|
|||
score: -9999
|
||||
- name: HDR10 (Missing) (1080p)
|
||||
score: -9999
|
||||
- name: Lossless Audio (1080p)
|
||||
score: -9999
|
||||
- name: Non Retail HDR
|
||||
score: -9999
|
||||
- name: Remux
|
||||
|
|
@ -178,8 +182,6 @@ custom_formats:
|
|||
score: -9999
|
||||
- name: VVC
|
||||
score: -9999
|
||||
- name: WEBRip
|
||||
score: -9999
|
||||
- name: x264 (2160p)
|
||||
score: -9999
|
||||
- name: x265 (1080p)
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ description: "2160p Remux utilizes **audio / video tags** to prioritise high qua
|
|||
\ regardless of release group.\n- This also helps to grab non group tagged remuxes,\
|
||||
\ which are fairly common on quite a few trackers who often have the best remux\
|
||||
\ available. \n- If no 2160p Remux cannot be found, the profile falls back to **2160p\
|
||||
\ WEB-DLs**.\n- If a 2160p WEB-DL cannot be found, the profile falls back to **1080p\
|
||||
\ Remux**. "
|
||||
\ WEB-DLs**.\n- If a 2160p WEB-DL cannot be found, the profile falls back to the\
|
||||
\ **1080p Remux** profile. "
|
||||
tags:
|
||||
- 2160p
|
||||
- Lossless
|
||||
|
|
@ -84,6 +84,8 @@ custom_formats:
|
|||
score: 10
|
||||
- name: Roku
|
||||
score: 10
|
||||
- name: Unknown Lossless Audio
|
||||
score: 5
|
||||
- name: 3D
|
||||
score: -9999
|
||||
- name: 720p
|
||||
|
|
|
|||
Loading…
Reference in New Issue