create: Finalized SQP-2 2160p Remux Profile

This commit is contained in:
kmcclainmt 2025-04-04 16:50:34 -07:00
parent 92a43949a3
commit b636ed9845
5 changed files with 152 additions and 52 deletions

10
custom_formats/2160p.yml Normal file
View File

@ -0,0 +1,10 @@
name: 2160p
description: ''
tags: []
conditions:
- name: 2160p
type: resolution
required: true
negate: false
resolution: 2160p
tests: []

15
custom_formats/x264.yml Normal file
View File

@ -0,0 +1,15 @@
name: x264
description: ''
tags: []
conditions:
- name: x264
type: release_title
required: true
negate: false
pattern: x264
- name: Remux
type: quality_modifier
required: true
negate: true
qualityModifier: remux
tests: []

View File

@ -1,52 +0,0 @@
name: IN DEVELOPMENT SQP-2 (2160p) - UHD Remux Bluray IMAX-E
description: 'Depending on what''s released first and available the following Workflow
Logic will be used:
- When the 4k WEB-DL is released it will download the 4k WEB-DL. (streaming services)
- When the 4k Remux is released it will upgrade to the 4k Remux.
- When the HQ Encode is released it will upgrade to the HQ Encode.
- When the IMAX-E is released it will upgrade to the IMAX-E.
Possible Variables
When no 4k release exists, it will grab the following:
- 1080p WEBDL with DV/HDR (optional also 1080p WEBDL without DV/HDR)
- 1080p Remux'
tags: []
upgradesAllowed: true
minCustomFormatScore: 550
upgradeUntilScore: 10000
minScoreIncrement: 1
custom_formats: []
qualities:
- id: -1
name: WEB|Remux|Bluray|2160p
description: ''
qualities:
- id: 4
name: Bluray-2160p
- id: 3
name: Remux-2160p
- id: 5
name: WEBDL-2160p
- id: 6
name: WEBRip-2160p
- id: 9
name: WEBDL-1080p
- id: 11
name: WEBRip-1080p
- id: 8
name: Remux-1080p
upgrade_until:
id: -1
name: WEB|Remux|Bluray|2160p
language: must_english

View File

@ -0,0 +1,122 @@
name: SQP-2 (2160p) - UHD Remux Bluray IMAX-E
description: 'Depending on what''s released first and available the following Workflow
Logic will be used:
- When the 4k WEB-DL is released it will download the 4k WEB-DL. (streaming services)
- When the 4k Remux is released it will upgrade to the 4k Remux.
- When the HQ Encode is released it will upgrade to the HQ Encode.
- When the IMAX-E is released it will upgrade to the IMAX-E.
Possible Variables
When no 4k release exists, it will grab the following:
- 1080p WEBDL with DV/HDR (optional also 1080p WEBDL without DV/HDR)
- 1080p Remux'
tags: []
upgradesAllowed: true
minCustomFormatScore: 550
upgradeUntilScore: 10000
minScoreIncrement: 1
custom_formats:
- name: UHD Bluray Tier 01
score: 2300
- name: UHD Bluray Tier 02
score: 2200
- name: UHD Bluray Tier 03
score: 2100
- name: Remux Tier 01
score: 1950
- name: Remux Tier 02
score: 1900
- name: Remux Tier 03
score: 1850
- name: WEB Tier 01
score: 1700
- name: WEB Tier 02
score: 1650
- name: WEB Tier 03
score: 1600
- name: DV
score: 1500
- name: DV (WEBDL)
score: 1500
- name: DV HDR10+
score: 1500
- name: DV HLG
score: 1500
- name: DV SDR
score: 1500
- name: HDR10+
score: 600
- name: HDR (undefined)
score: 500
- name: HDR10
score: 500
- name: HLG
score: 500
- name: PQ
score: 500
- name: 2160p
score: 151
- name: 1080p
score: 50
- name: CRiT
score: 20
- name: MA
score: 20
- name: BCORE
score: 15
- name: Repack2
score: 6
- name: Repack Proper
score: 5
- name: 3D
score: -10000
- name: AV1
score: -10000
- name: BR-DISK
score: -10000
- name: Extras
score: -10000
- name: Generated Dynamic HDR
score: -10000
- name: Sing Along Versions
score: -10000
- name: Upscaled
score: -10000
- name: x264
score: -10000
- name: x265 (HD)
score: -10000
qualities:
- id: -1
name: WEB|Remux|Bluray|2160p
description: ''
qualities:
- id: 4
name: Bluray-2160p
- id: 3
name: Remux-2160p
- id: 5
name: WEBDL-2160p
- id: 6
name: WEBRip-2160p
- id: 9
name: WEBDL-1080p
- id: 11
name: WEBRip-1080p
- id: 8
name: Remux-1080p
upgrade_until:
id: -1
name: WEB|Remux|Bluray|2160p
language: must_original

5
regex_patterns/x264.yml Normal file
View File

@ -0,0 +1,5 @@
name: x264
pattern: '[xh][ ._-]?264|\\bAVC(\\b|\\d)'
description: ''
tags: []
tests: []