mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 08:17:02 +00:00
tweak(regex): Better descriptions tweak(profile): Modified Blu-ray behavior for Quality profiles - Score set to 10, so that non reputable encodes are not ranked above web-dls - Quality tier scores increased to make up for this create(profile): Initialise Profile: 2160p Balanced - New CF: 2160p Encode - used to negate any encodes at 4k - New CF: Lossless Audio (1080p) - used to negate non-reputable encodes w/ lossless audio from overtaking wanted WEB-DLs - New Profile: 2160p Balanced - grab 2160p WEB-DLs with fallback to 1080p Quality
14 lines
373 B
YAML
14 lines
373 B
YAML
name: 10bit-HDS
|
|
pattern: (?<=^|[\s.-])10bit-HDS\b
|
|
description: 'Matches the release group `10bit-HDS` only if it is:
|
|
|
|
|
|
- Preceded by the start of the string (`^`), a whitespace character (`\s`), a period
|
|
(`.`), or a hyphen (`-`).
|
|
|
|
- Followed by a word boundary (`\b`), ensuring it ends cleanly without being part
|
|
of a longer word. '
|
|
tags:
|
|
- Release Group
|
|
tests: []
|