New Profile: 1080p Quality (HDR) (#18)
- Thoroughly tested for Sonarr / Radarr, now stable
This commit is contained in:
parent
711d61b454
commit
39427aef2d
29 changed files with 699 additions and 40 deletions
37
custom_formats/HDR10 (Missing) (1080p).yml
Normal file
37
custom_formats/HDR10 (Missing) (1080p).yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
name: HDR10 (Missing) (1080p)
|
||||
description: Attempts to match HDR10 in 1080p x265 Encodes labelled with x265
|
||||
tags:
|
||||
- Colour Grade
|
||||
- HDR
|
||||
conditions:
|
||||
- name: Not SDR
|
||||
negate: true
|
||||
pattern: SDR
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not HDR10+
|
||||
negate: true
|
||||
pattern: HDR10+
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not HDR10
|
||||
negate: true
|
||||
pattern: HDR10
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Dolby Vision
|
||||
negate: false
|
||||
pattern: Dolby Vision
|
||||
required: true
|
||||
type: release_title
|
||||
- name: x265
|
||||
negate: false
|
||||
pattern: x265
|
||||
required: true
|
||||
type: release_title
|
||||
- name: 1080p
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 1080p
|
||||
type: resolution
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue