feat(format): Add audio custom formats
This commit is contained in:
parent
5f700e1b00
commit
26f02954c7
10 changed files with 388 additions and 0 deletions
13
custom_formats/Atmos.yml
Normal file
13
custom_formats/Atmos.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Atmos
|
||||
description: Matches 'Atmos' Regex Pattern
|
||||
tags:
|
||||
- Audio
|
||||
- Enhancement
|
||||
- Dolby
|
||||
conditions:
|
||||
- name: Atmos
|
||||
negate: false
|
||||
pattern: Atmos
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue