Update bundles

This commit is contained in:
GitHub Action
2025-02-15 06:24:34 +00:00
parent 4585257e16
commit 40b7a300da
5 changed files with 225 additions and 42 deletions

View File

@@ -2943,7 +2943,7 @@
}, },
{ {
"name": "B&W", "name": "B&W",
"description": "Matches the 'B&W' Regex Pattern", "description": "Matches the 'B&W' and 'Colour' Regex Pattern",
"tags": [ "tags": [
"Unwanted", "Unwanted",
"Colour Grade", "Colour Grade",
@@ -2953,12 +2953,45 @@
{ {
"name": "B&W", "name": "B&W",
"negate": false, "negate": false,
"pattern": "(?i)\\bblack\\s*[.-]?\\s*(?:and|&)\\s*[.-]?\\s*white\\b", "pattern": "\\d{4}.*?\\bblack\\b[\\s.]*(?:and|\\&|-|\\/)?[\\s.]*\\bwhite\\b|\\bb\\&?w\\b",
"required": true,
"type": "release_title"
},
{
"name": "Colour",
"negate": true,
"pattern": "\\bcolou?r(i[sz]ed?|ed)?\\b",
"required": true, "required": true,
"type": "release_title" "type": "release_title"
} }
], ],
"tests": [], "tests": [
{
"conditionResults": [
{
"matches": true,
"name": "B&W",
"negate": false,
"pattern": "B&W",
"required": true,
"type": "release_title"
},
{
"matches": true,
"name": "Colour",
"negate": true,
"pattern": "Colour",
"required": true,
"type": "release_title"
}
],
"expected": false,
"id": 1,
"input": "Dracula (1931) B&W (Colourized Version)",
"lastRun": "2025-02-13T13:14:54.830866",
"passes": true
}
],
"_id": "B&W" "_id": "B&W"
}, },
{ {

File diff suppressed because one or more lines are too long

View File

@@ -381,8 +381,8 @@
}, },
{ {
"name": "B&W", "name": "B&W",
"pattern": "(?i)\\bblack\\s*[.-]?\\s*(?:and|&)\\s*[.-]?\\s*white\\b", "pattern": "\\d{4}.*?\\bblack\\b[\\s.]*(?:and|\\&|-|\\/)?[\\s.]*\\bwhite\\b|\\bb\\&?w\\b",
"description": "Black and White colour grading.", "description": "Black and White colour grading. This regex matches a 4-digit number (optionally surrounded by parentheses), followed by any amount of text, and then detects references to \"black and white\" in various formats. It supports `blackwhite` (no spaces), `black and white`, `black-white`, \"`black & white`, `black/white`, as well as shorthand `BW` and `B&W`, while excluding invalid variations like `b w`, `b-w`, or `b/w`",
"tags": [ "tags": [
"Enhancement", "Enhancement",
"Unwanted", "Unwanted",
@@ -393,51 +393,104 @@
"expected": true, "expected": true,
"id": 1, "id": 1,
"input": "The Mist Black and White 2007 2160p USA UHD Blu-ray DV HDR HEVC TrueHD 7.1 Atmos-BeyondHD", "input": "The Mist Black and White 2007 2160p USA UHD Blu-ray DV HDR HEVC TrueHD 7.1 Atmos-BeyondHD",
"lastRun": "2024-12-13T07:08:12.829611", "lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": { "matchSpan": null,
"end": 24, "matchedContent": null,
"start": 9
},
"matchedContent": "Black and White",
"matchedGroups": [], "matchedGroups": [],
"passes": true "passes": false
}, },
{ {
"expected": false, "expected": false,
"id": 2, "id": 2,
"input": "Black and White 2002 1080p Blu-ray AVC DTS-HD MA 5.1-CultFilms", "input": "Black and White 2002 1080p Blu-ray AVC DTS-HD MA 5.1-CultFilms",
"lastRun": "2024-12-13T07:08:12.829611", "lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": { "matchSpan": null,
"end": 15, "matchedContent": null,
"start": 0
},
"matchedContent": "Black and White",
"matchedGroups": [], "matchedGroups": [],
"passes": false "passes": true
}, },
{ {
"expected": false, "expected": false,
"id": 3, "id": 3,
"input": "Pokemon the Movie: Black and White-Victini and Reshiram Zekrom 2011 1080p AUS BD50 DTS-HD MA 5.1 AVC-PHOENiX", "input": "Pokemon the Movie: Black and White-Victini and Reshiram Zekrom 2011 1080p AUS BD50 DTS-HD MA 5.1 AVC-PHOENiX",
"lastRun": "2024-12-13T07:08:12.829611", "lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": { "matchSpan": null,
"end": 34, "matchedContent": null,
"start": 19
},
"matchedContent": "Black and White",
"matchedGroups": [], "matchedGroups": [],
"passes": false "passes": true
}, },
{ {
"expected": true, "expected": true,
"id": 4, "id": 4,
"input": "Madeo 2009 Black & White Version 1080p JPN Blu-ray AVC TrueHD 5.1-kyRLS", "input": "Madeo 2009 Black & White Version 1080p JPN Blu-ray AVC TrueHD 5.1-kyRLS",
"lastRun": "2024-12-13T07:08:12.829611", "lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": { "matchSpan": {
"end": 24, "end": 24,
"start": 11 "start": 6
}, },
"matchedContent": "Black & White", "matchedContent": "2009 Black & White",
"matchedGroups": [],
"passes": true
},
{
"expected": true,
"id": 6,
"input": "Psycho (1960) B&W",
"lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": {
"end": 17,
"start": 7
},
"matchedContent": "(1960) B&W",
"matchedGroups": [],
"passes": true
},
{
"expected": true,
"id": 7,
"input": "Citizen Kane (1941) Black.and.White",
"lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": {
"end": 35,
"start": 13
},
"matchedContent": "(1941) Black.and.White",
"matchedGroups": [],
"passes": true
},
{
"expected": true,
"id": 8,
"input": "Dracula (1931) Black-White",
"lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": {
"end": 26,
"start": 8
},
"matchedContent": "(1931) Black-White",
"matchedGroups": [],
"passes": true
},
{
"expected": true,
"id": 11,
"input": "Young Frankenstein (1974) BW DVDRip",
"lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": {
"end": 28,
"start": 19
},
"matchedContent": "(1974) BW",
"matchedGroups": [],
"passes": true
},
{
"expected": false,
"id": 12,
"input": "Jack Black & Betty White in a Comedy Special",
"lastRun": "2025-02-14T14:41:22.957835",
"matchSpan": null,
"matchedContent": null,
"matchedGroups": [], "matchedGroups": [],
"passes": true "passes": true
} }
@@ -1014,6 +1067,103 @@
"tests": [], "tests": [],
"_id": "Chotab" "_id": "Chotab"
}, },
{
"name": "Colour",
"pattern": "\\bcolou?r(i[sz]ed?|ed)?\\b",
"description": "- Matches `colour`, `coloured`, `colourize`, `colourized`.\n- Handles both American (\"color\") and British (\"colour\") spellings.",
"tags": [
"Colour Grade",
"Enhancement"
],
"tests": [
{
"expected": true,
"id": 1,
"input": "colour",
"lastRun": "2025-02-13T13:29:13.301346",
"matchSpan": {
"end": 6,
"start": 0
},
"matchedContent": "colour",
"matchedGroups": [
null
],
"passes": true
},
{
"expected": true,
"id": 3,
"input": "coloured",
"lastRun": "2025-02-13T13:29:13.301346",
"matchSpan": {
"end": 8,
"start": 0
},
"matchedContent": "coloured",
"matchedGroups": [
"ed"
],
"passes": true
},
{
"expected": true,
"id": 4,
"input": "colourize",
"lastRun": "2025-02-13T13:29:13.301346",
"matchSpan": {
"end": 9,
"start": 0
},
"matchedContent": "colourize",
"matchedGroups": [
"ize"
],
"passes": true
},
{
"expected": true,
"id": 7,
"input": "colourized",
"lastRun": "2025-02-13T13:29:13.301346",
"matchSpan": {
"end": 10,
"start": 0
},
"matchedContent": "colourized",
"matchedGroups": [
"ized"
],
"passes": true
},
{
"expected": true,
"id": 8,
"input": "colored",
"lastRun": "2025-02-13T13:29:13.301346",
"matchSpan": {
"end": 7,
"start": 0
},
"matchedContent": "colored",
"matchedGroups": [
"ed"
],
"passes": true
},
{
"expected": false,
"id": 9,
"input": "discolor",
"lastRun": "2025-02-13T13:29:13.301346",
"matchSpan": null,
"matchedContent": null,
"matchedGroups": [],
"passes": true
}
],
"_id": "Colour"
},
{ {
"name": "Criterion Channel", "name": "Criterion Channel",
"pattern": "\\bCRiT\\b", "pattern": "\\bCRiT\\b",

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2025-02-11T02:08:18.586349+00:00", "updated_at": "2025-02-15T06:24:34.140815+00:00",
"folders": [ "folders": [
"custom_formats", "custom_formats",
"profiles", "profiles",

File diff suppressed because one or more lines are too long