New Profile: 2160p Balanced (#20)
tweak(regex): Better descriptions 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 create(profile): Initialise Profile: 2160p Balanced - New CF: 2160p Encode - used to negate any encodes at 4k - New CF: Lossless Audio (1080p) - used to negate non-reputable encodes w/ lossless audio from overtaking wanted WEB-DLs - New Profile: 2160p Balanced - grab 2160p WEB-DLs with fallback to 1080p Quality
This commit is contained in:
parent
a66866d2a3
commit
1a2bdebd2c
9 changed files with 330 additions and 27 deletions
21
custom_formats/2160p Blu-ray Encode.yml
Normal file
21
custom_formats/2160p Blu-ray Encode.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: 2160p Blu-ray Encode
|
||||
description: Matches 2160p Blu-rays that are NOT remuxes
|
||||
tags:
|
||||
- Source
|
||||
conditions:
|
||||
- name: 2160p
|
||||
type: resolution
|
||||
required: true
|
||||
negate: false
|
||||
resolution: 2160p
|
||||
- name: Remux
|
||||
negate: true
|
||||
pattern: Remux
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Blu-ray
|
||||
negate: false
|
||||
required: true
|
||||
source: bluray
|
||||
type: source
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue