Automated update from GitHub Actions
This commit is contained in:
parent
c005fa52fa
commit
36d9afe661
45 changed files with 531 additions and 483 deletions
7
regex_patterns/Audio Description.yml
Normal file
7
regex_patterns/Audio Description.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: Audio Description
|
||||
pattern: \b((FRENCH|MULTi|WiTH)[ .-]AD)\b
|
||||
description: ''
|
||||
tags:
|
||||
- Radarr
|
||||
- Sonarr
|
||||
tests: []
|
||||
7
regex_patterns/BLOOM.yml
Normal file
7
regex_patterns/BLOOM.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: BLOOM
|
||||
pattern: ^(BLOOM)$
|
||||
description: ''
|
||||
tags:
|
||||
- Radarr
|
||||
- Sonarr
|
||||
tests: []
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
name: iT Rename
|
||||
pattern: \[(iT)\b|\b(iT)\]
|
||||
pattern: \[(iT)(?![+])\b|\b(?<![+])(iT)\]
|
||||
description: ''
|
||||
tags:
|
||||
- Radarr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue