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/h265 WEB Groups.yml
Normal file
16
regex_patterns/h265 WEB Groups.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: h265 WEB Groups
|
||||
pattern: (?<=^|[\s.-])SiGLA\b
|
||||
description: Attempts to match groups who label their h265 WEB-DLs as HEVC.
|
||||
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-12T06:05:25.670476'
|
||||
matchSpan:
|
||||
end: 57
|
||||
start: 52
|
||||
matchedContent: SiGLA
|
||||
matchedGroups: []
|
||||
passes: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue