feat(Regex + Format): Add more miscellaneous formats
- BeyondHD Group - Extras - Bluray SD Encodes - Upscales - VVC
This commit is contained in:
parent
a900cdeea6
commit
c868a129de
9 changed files with 269 additions and 0 deletions
12
custom_formats/VVC.yml
Normal file
12
custom_formats/VVC.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: VVC
|
||||
description: Matches the 'VVC' Regex Pattern
|
||||
tags:
|
||||
- Codec
|
||||
- Bleeding Edge
|
||||
conditions:
|
||||
- name: VVC
|
||||
negate: false
|
||||
pattern: VVC
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue