add(profile): Match and negate remuxes from UHDBits

- release titles never include audio
This commit is contained in:
santiagosayshey 2025-01-12 01:21:05 +10:50
parent b8dcbc8626
commit b0a83ccac5
3 changed files with 29 additions and 0 deletions

View File

@ -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: []

View File

@ -102,6 +102,8 @@ custom_formats:
score: -9999
- name: Non Retail HDR
score: -9999
- name: UHDBits
score: -9999
- name: Upscaled
score: -9999
- name: VVC

View File

@ -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