create: Adding more formats

This commit is contained in:
kmcclainmt 2025-04-02 12:15:03 -07:00
parent 8d3625834c
commit 9417994469
7 changed files with 105 additions and 0 deletions

30
custom_formats/HLG.yml Normal file
View File

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

20
custom_formats/HMAX.yml Normal file
View File

@ -0,0 +1,20 @@
name: HMAX
description: ''
tags: []
conditions:
- name: HBO Max
type: release_title
required: true
negate: false
pattern: HBO Max
- name: WEBDL
type: source
required: false
negate: false
source: web_dl
- name: WEBRip
type: source
required: false
negate: false
source: webrip
tests: []

20
custom_formats/Hulu.yml Normal file
View File

@ -0,0 +1,20 @@
name: Hulu
description: ''
tags: []
conditions:
- name: Hulu
type: release_title
required: true
negate: false
pattern: Hulu
- name: WEBDL
type: source
required: false
negate: false
source: web_dl
- name: WEBRip
type: source
required: false
negate: false
source: webrip
tests: []

20
custom_formats/Hybrid.yml Normal file
View File

@ -0,0 +1,20 @@
name: Hybrid
description: ''
tags: []
conditions:
- name: Hybrid
type: release_title
required: false
negate: false
pattern: Hybrid
- name: Not Hybrid Release Group
type: release_group
required: true
negate: true
pattern: Hybrid Release Group
- name: Bluray
type: source
required: false
negate: false
source: bluray
tests: []

View File

@ -0,0 +1,5 @@
name: HBO Max
pattern: \b(hmax|hbom|hbo[ ._-]?max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)
description: ''
tags: []
tests: []

View File

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

View File

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