SQP-1 WEB (2160p) Streaming Optimized

This commit is contained in:
Michael 2025-04-06 18:37:57 +02:00
parent d48f75488d
commit e7310f4644
30 changed files with 342 additions and 2 deletions

View File

@ -0,0 +1,20 @@
name: DV HDR10+
description:
tags: []
conditions:
- name: DV HDR10+
negate: false
pattern: DV HDR10+
required: true
type: release_title
- name: Not DV HLG
negate: true
pattern: Not DV HLG
required: true
type: release_title
- name: Not DV SDR
negate: true
pattern: Not DV SDR
required: true
type: release_title
tests: []

View File

@ -0,0 +1,25 @@
name: DV HDR10
description:
tags: []
conditions:
- name: DV HDR10
negate: false
pattern: DV HDR10
required: true
type: release_title
- name: Not DV HDR10Plus
negate: true
pattern: Not DV HDR10Plus
required: true
type: release_title
- name: Not DV HLG
negate: true
pattern: Not DV HLG
required: true
type: release_title
- name: Not DV SDR
negate: true
pattern: Not DV SDR
required: true
type: release_title
tests: []

20
custom_formats/DV HLG.yml Normal file
View File

@ -0,0 +1,20 @@
name: DV HLG
description:
tags: []
conditions:
- name: DV HLG
negate: false
pattern: DV HLG
required: true
type: release_title
- name: Not DV HDR10
negate: true
pattern: Not DV HDR10
required: true
type: release_title
- name: Not DV SDR
negate: true
pattern: Not DV SDR
required: true
type: release_title
tests: []

20
custom_formats/DV SDR.yml Normal file
View File

@ -0,0 +1,20 @@
name: DV SDR
description:
tags: []
conditions:
- name: DV SDR
negate: false
pattern: DV SDR
required: true
type: release_title
- name: Not DV HDR10
negate: true
pattern: Not DV HDR10
required: true
type: release_title
- name: Not DV HLG
negate: true
pattern: Not DV HLG
required: true
type: release_title
tests: []

View File

@ -0,0 +1,35 @@
name: DV (WEBDL)
description:
tags: []
conditions:
- name: Dolby Vision
negate: false
pattern: Dolby Vision
required: true
type: release_title
- name: WEBDL
type: source
required: false
negate: false
source: web_dl
- name: WEBRIP
type: source
required: false
negate: false
source: webrip
- name: Not RlsGrp
negate: true
pattern: Not RlsGrp
required: true
type: release_title
- name: Not HDR
negate: true
pattern: Not HDR
required: true
type: release_title
- name: Not Hulu
negate: true
pattern: Not Hulu
required: true
type: release_title
tests: []

View File

@ -0,0 +1,45 @@
name: HDR (undefined)
description:
tags: []
conditions:
- name: RlsGrp (Missing HDR)
negate: false
pattern: RlsGrp (Missing HDR)
required: true
type: release_group
- name: Not 2160p
negate: false
required: true
resolution: 2160p
type: resolution
- name: Not DV
negate: true
pattern: Not DV
required: true
type: release_title
- name: Not HDR10
negate: true
pattern: Not HDR10
required: true
type: release_title
- name: Not HDR10+
negate: true
pattern: Not HDR10+
required: true
type: release_title
- name: Not HLG
negate: true
pattern: Not HLG
required: true
type: release_title
- name: Not PQ
negate: true
pattern: Not PQ
required: true
type: release_title
- name: Not SDR
negate: true
pattern: Not SDR
required: true
type: release_title
tests: []

30
custom_formats/HLG.yml Normal file
View File

@ -0,0 +1,30 @@
name: HLG
description:
tags: []
conditions:
- name: HLG
negate: false
pattern: HLG
required: true
type: release_title
- name: Not DV
negate: true
pattern: Not DV
required: true
type: release_title
- name: Not HDR10+
negate: true
pattern: Not HDR10+
required: true
type: release_title
- name: Not HDR10
negate: true
pattern: Not HDR10
required: true
type: release_title
- name: Not PQ
negate: true
pattern: Not PQ
required: true
type: release_title
tests: []

35
custom_formats/PQ.yml Normal file
View File

@ -0,0 +1,35 @@
name: PQ
description:
tags: []
conditions:
- name: PQ
negate: false
pattern: PQ
required: true
type: release_title
- name: Not DV
negate: true
pattern: Not DV
required: true
type: release_title
- name: Not HDR10+
negate: true
pattern: Not HDR10+
required: true
type: release_title
- name: Not HDR10
negate: true
pattern: Not HDR10
required: true
type: release_title
- name: Not HLG
negate: true
pattern: Not HLG
required: true
type: release_title
- name: Not SDR
negate: true
pattern: Not SDR
required: true
type: release_title
tests: []

View File

@ -0,0 +1,6 @@
name: 'DV HDR10+'
pattern: '^(?=.*\b(DV|DoVi|Dolby[ .]?V(ision)?)\b)(?=.*\b((HDR10(?=(P(lus)?)\b|\+))))'
description: ''
tags:
- Release Group
tests: []

View File

@ -0,0 +1,6 @@
name: 'DV HDR10'
pattern: '^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?!(P(lus)?)\\b|\\+))|(HDR))\\b)'
description: ''
tags:
- Release Group
tests: []

View File

@ -0,0 +1,6 @@
name: 'DV HLG'
pattern: '\\b(DV[ .]HLG)\\b'
description: ''
tags:
- Release Group
tests: []

View File

@ -0,0 +1,6 @@
name: 'DV SDR'
pattern: '\\b(DV[ .]SDR)\\b'
description: ''
tags:
- Release Group
tests: []

5
regex_patterns/HLG.yml Normal file
View File

@ -0,0 +1,5 @@
name: HLG
pattern: \b(HLG)\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,6 @@
name: 'Not DV HDR10'
pattern: '^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)'
description: ''
tags:
- Release Group
tests: []

View File

@ -0,0 +1,6 @@
name: 'Not DV HDR10Plus'
pattern: '^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?=(P(lus)?)\\b|\\+))))'
description: ''
tags:
- Release Group
tests: []

View File

@ -0,0 +1,6 @@
name: 'Not DV HLG'
pattern: '\b(DV[ .]HLG)\b'
description: ''
tags:
- Release Group
tests: []

View File

@ -0,0 +1,6 @@
name: 'Not DV SDR'
pattern: '\b(DV[ .]SDR)\b'
description: ''
tags:
- Release Group
tests: []

View File

@ -0,0 +1,5 @@
name: Not DV
pattern: \b(dv|dovi|dolby[ .]?v(ision)?)\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Not HDR
pattern: \bHDR(\b|\d)
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Not HDR10+
pattern: \bHDR10(\+|P(lus)?\b)
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Not HDR10
pattern: \bHDR10(?!\+|Plus)\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Not HLG
pattern: \b(HLG)\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Not Hulu
pattern: \b(hulu)\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,6 @@
name: 'Not PQ'
pattern: '\\b(PQ)\\b'
description: ''
tags:
- Enhancement
tests: []

View File

@ -0,0 +1,5 @@
name: Not RlsGrp
pattern: \b(Flights)\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,5 @@
name: Not SDR
pattern: \bSDR(\b|\d)
description: ''
tags: []
tests: []

View File

@ -1,6 +1,6 @@
name: 'Not-Vodes' name: 'Not Vodes'
pattern: \[Not-Vodes\]|-Not-Vodes\b pattern: \[Not-Vodes\]|-Not-Vodes\b
description: '' description: ''
tags: tags:
- Release Group - Release Group
tests: [] tests: []

5
regex_patterns/PQ.yml Normal file
View File

@ -0,0 +1,5 @@
name: PQ
pattern: \b(PQ)\b
description: ''
tags: []
tests: []

View File

@ -0,0 +1,6 @@
name: 'RlsGrp (Missing HDR)'
pattern: '\\b(FraMeSToR|HQMUX|SiCFoI)\\b'
description: ''
tags:
- Release Group
tests: []