feat(format): Add format for identifying missing h265 in files
- Check for specific groups, file markers (mkv, mp4), and WEB source - Negate if h265 already
This commit is contained in:
parent
eb26f18f4c
commit
adf0810b8b
6 changed files with 183 additions and 7 deletions
16
regex_patterns/SiGLA.yml
Normal file
16
regex_patterns/SiGLA.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: SiGLA
|
||||
pattern: (?<=^|[\s.-])SiGLA\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
tests:
|
||||
- expected: true
|
||||
id: 1
|
||||
input: Full.Metal.Jacket.1987.1080p.HMAX.WEB-DL.DD5.1.HEVC-SiGLA.mkv
|
||||
lastRun: '2024-12-11T05:23:38.079493'
|
||||
matchSpan:
|
||||
end: 57
|
||||
start: 52
|
||||
matchedContent: SiGLA
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue