feat(Regex + Format): Add Patterns and Formats for HDR types
This commit is contained in:
parent
8c73678370
commit
a900cdeea6
10 changed files with 597 additions and 0 deletions
12
custom_formats/HDR10.yml
Normal file
12
custom_formats/HDR10.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: HDR10
|
||||
description: Matches the 'HDR10' Regex Pattern
|
||||
tags:
|
||||
- Colour Grade
|
||||
- HDR
|
||||
conditions:
|
||||
- name: HDR10
|
||||
negate: false
|
||||
pattern: HDR10
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue