feat(format): Add remaining codec formats
- Blu-ray Remux - Full Disc - Xvid
This commit is contained in:
parent
c00db48d60
commit
06f2e63ff8
5 changed files with 320 additions and 0 deletions
11
custom_formats/Xvid.yml
Normal file
11
custom_formats/Xvid.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: Xvid
|
||||
description: Matches 'Xvid' regex pattern.
|
||||
tags:
|
||||
- Codec
|
||||
conditions:
|
||||
- name: Xvid
|
||||
type: release_title
|
||||
required: true
|
||||
negate: false
|
||||
pattern: Xvid
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue