mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-13 17:27:02 +00:00
feat(format): New Release Group: SOP
- Tier 5 (Manual Rank - HDBits Internal)
This commit is contained in:
13
custom_formats/SOP.yml
Normal file
13
custom_formats/SOP.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: SOP
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
- Encode Tier 5 (1080p)
|
||||||
|
- Manual Rank
|
||||||
|
conditions:
|
||||||
|
- name: Regex
|
||||||
|
negate: false
|
||||||
|
pattern: SOP
|
||||||
|
required: true
|
||||||
|
type: release_group
|
||||||
|
tests: []
|
||||||
@@ -156,6 +156,8 @@ custom_formats:
|
|||||||
score: 40
|
score: 40
|
||||||
- name: SiMPLE
|
- name: SiMPLE
|
||||||
score: 40
|
score: 40
|
||||||
|
- name: SOP
|
||||||
|
score: 40
|
||||||
- name: TBB
|
- name: TBB
|
||||||
score: 40
|
score: 40
|
||||||
- name: TDD
|
- name: TDD
|
||||||
|
|||||||
16
regex_patterns/SOP.yml
Normal file
16
regex_patterns/SOP.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: SOP
|
||||||
|
pattern: (?<=^|[\s.-])SOP\b
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- Release Group
|
||||||
|
tests:
|
||||||
|
- expected: true
|
||||||
|
id: 1
|
||||||
|
input: Interstellar.2014.PROPER.1080p.BluRay.DTS.x264-SoP
|
||||||
|
lastRun: '2024-12-22T20:56:46.004338'
|
||||||
|
matchSpan:
|
||||||
|
end: 50
|
||||||
|
start: 47
|
||||||
|
matchedContent: SoP
|
||||||
|
matchedGroups: []
|
||||||
|
passes: true
|
||||||
Reference in New Issue
Block a user