add(profile): Match and negate remuxes from UHDBits
- release titles never include audio
This commit is contained in:
parent
b8dcbc8626
commit
b0a83ccac5
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: UHDBits
|
||||||
|
description: Matches patterns unique to the UHDBits indexer. Needed to remove remux
|
||||||
|
based releases due to bad parsing
|
||||||
|
tags:
|
||||||
|
- Private Tracker
|
||||||
|
conditions:
|
||||||
|
- name: Year in Brackets
|
||||||
|
negate: false
|
||||||
|
pattern: Bracketed Year
|
||||||
|
required: true
|
||||||
|
type: release_title
|
||||||
|
tests: []
|
||||||
|
|
@ -102,6 +102,8 @@ custom_formats:
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: Non Retail HDR
|
- name: Non Retail HDR
|
||||||
score: -9999
|
score: -9999
|
||||||
|
- name: UHDBits
|
||||||
|
score: -9999
|
||||||
- name: Upscaled
|
- name: Upscaled
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: VVC
|
- name: VVC
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: Bracketed Year
|
||||||
|
pattern: \[\d{4}\]
|
||||||
|
description: Match a year moniker inside square brackets
|
||||||
|
tags: []
|
||||||
|
tests:
|
||||||
|
- expected: true
|
||||||
|
id: 1
|
||||||
|
input: Loki S01 [2021] 2160p HEVC Blu-Ray Remux HDR10 -SiCFoI
|
||||||
|
lastRun: '2025-01-12T00:57:33.563808'
|
||||||
|
matchSpan:
|
||||||
|
end: 15
|
||||||
|
start: 9
|
||||||
|
matchedContent: '[2021]'
|
||||||
|
matchedGroups: []
|
||||||
|
passes: true
|
||||||
Loading…
Reference in New Issue