Update bundles

This commit is contained in:
GitHub Action
2025-03-10 18:37:06 +00:00
parent b53c97a343
commit 00f7457746
5 changed files with 48 additions and 156 deletions

View File

@@ -363,15 +363,15 @@
}, },
{ {
"name": "Not WEB-DL", "name": "Not WEB-DL",
"type": "source",
"required": true,
"negate": true, "negate": true,
"source": "web_dl" "required": true,
"source": "web_dl",
"type": "source"
}, },
{ {
"name": "c0ke", "name": "c0kE",
"negate": false, "negate": false,
"pattern": "(?<=^|[\\s.-])c0ke\\b", "pattern": "(?<=^|[\\s.-])c0kE\\b",
"required": false, "required": false,
"type": "release_group" "type": "release_group"
}, },
@@ -1681,7 +1681,7 @@
{ {
"name": "whiterhino", "name": "whiterhino",
"negate": false, "negate": false,
"pattern": "(?<=^|[\\s.-])whiterhino\\b", "pattern": "(?<=^|[\\s.-])WhiteRhino\\b",
"required": false, "required": false,
"type": "release_group" "type": "release_group"
}, },
@@ -1755,13 +1755,6 @@
"required": false, "required": false,
"type": "release_group" "type": "release_group"
}, },
{
"name": "spectacle",
"negate": false,
"pattern": "(?<=^|[\\s.-])spectacle\\b",
"required": false,
"type": "release_group"
},
{ {
"name": "HD77", "name": "HD77",
"negate": false, "negate": false,
@@ -1867,13 +1860,6 @@
"required": false, "required": false,
"type": "release_group" "type": "release_group"
}, },
{
"name": "guhzer",
"negate": false,
"pattern": "(?<=^|[\\s.-])guhzer\\b",
"required": false,
"type": "release_group"
},
{ {
"name": "GUHZER", "name": "GUHZER",
"negate": false, "negate": false,
@@ -1936,20 +1922,6 @@
"required": false, "required": false,
"type": "release_group" "type": "release_group"
}, },
{
"name": "threesome",
"negate": false,
"pattern": "(?<=^|[\\s.-])threesome\\b",
"required": false,
"type": "release_group"
},
{
"name": "Blzt",
"negate": false,
"pattern": "(?<=^|[\\s.-])Blzt\\b",
"required": false,
"type": "release_group"
},
{ {
"name": "LittleBakas", "name": "LittleBakas",
"negate": false, "negate": false,
@@ -2006,13 +1978,6 @@
"required": false, "required": false,
"type": "release_group" "type": "release_group"
}, },
{
"name": "invandraren",
"negate": false,
"pattern": "(?<=^|[\\s.-])invandraren\\b",
"required": false,
"type": "release_group"
},
{ {
"name": "dkore", "name": "dkore",
"negate": false, "negate": false,
@@ -2026,6 +1991,13 @@
"pattern": "(?<=^|[\\s.-])Lucifer\\b", "pattern": "(?<=^|[\\s.-])Lucifer\\b",
"required": false, "required": false,
"type": "release_group" "type": "release_group"
},
{
"name": "THREESOME",
"type": "release_group",
"required": false,
"negate": false,
"pattern": "(?<=^|[\\s.-])THREESOME\\b"
} }
], ],
"tests": [], "tests": [],
@@ -6163,7 +6135,7 @@
{ {
"name": "TBB", "name": "TBB",
"negate": false, "negate": false,
"pattern": "(?<=^|[\\s.-])c0ke\\b", "pattern": "(?<=^|[\\s.-])TBB\\b",
"required": false, "required": false,
"type": "release_group" "type": "release_group"
}, },
@@ -7429,7 +7401,7 @@
{ {
"name": "SM737", "name": "SM737",
"negate": false, "negate": false,
"pattern": "SM737", "pattern": "(?<=^|[\\s.-])SM737\\b",
"required": false, "required": false,
"type": "release_title" "type": "release_title"
} }

File diff suppressed because one or more lines are too long

View File

@@ -1297,16 +1297,6 @@
"tests": null, "tests": null,
"_id": "BlzT" "_id": "BlzT"
}, },
{
"name": "Blzt",
"pattern": "(?<=^|[\\s.-])Blzt\\b",
"description": "",
"tags": [
"Release Group"
],
"tests": null,
"_id": "Blzt"
},
{ {
"name": "Bracketed Year", "name": "Bracketed Year",
"pattern": "\\[\\d{4}\\]", "pattern": "\\[\\d{4}\\]",
@@ -1464,9 +1454,9 @@
"_id": "Chotab" "_id": "Chotab"
}, },
{ {
"name": "Colour", "name": "Colourisation",
"pattern": "\\bcolou?r(i[sz]ed?|ed)?\\b", "pattern": "\\bcolou?r(i[sz]ed?|ed)?\\b",
"description": "- Matches `colour`, `coloured`, `colourize`, `colourized`.\n- Handles both American (\"color\") and British (\"colour\") spellings.", "description": "Colourisation (or colorization in American English) is the process of adding colour to black-and-white, sepia, or other monochrome images. Matches variations of `color` in both American and British spellings, including:\n\n- **Base forms:** `color`, `colour`\n- **Past tense/adjective forms:** `colored`, `coloured`\n- **Verb forms:** `colorize`, `colourize`, `colorise`, `colourise`\n- **Past participles:** `colorized`, `coloured`, `colourized`, `colourised`",
"tags": [ "tags": [
"Colour Grade", "Colour Grade",
"Enhancement" "Enhancement"
@@ -1476,7 +1466,7 @@
"expected": true, "expected": true,
"id": 1, "id": 1,
"input": "colour", "input": "colour",
"lastRun": "2025-02-13T13:29:13.301346", "lastRun": "2025-02-22T19:10:06.067266",
"matchSpan": { "matchSpan": {
"end": 6, "end": 6,
"start": 0 "start": 0
@@ -1491,7 +1481,7 @@
"expected": true, "expected": true,
"id": 3, "id": 3,
"input": "coloured", "input": "coloured",
"lastRun": "2025-02-13T13:29:13.301346", "lastRun": "2025-02-22T19:10:06.067266",
"matchSpan": { "matchSpan": {
"end": 8, "end": 8,
"start": 0 "start": 0
@@ -1505,30 +1495,30 @@
{ {
"expected": true, "expected": true,
"id": 4, "id": 4,
"input": "colourize", "input": "colourise",
"lastRun": "2025-02-13T13:29:13.301346", "lastRun": "2025-02-22T19:10:06.067266",
"matchSpan": { "matchSpan": {
"end": 9, "end": 9,
"start": 0 "start": 0
}, },
"matchedContent": "colourize", "matchedContent": "colourise",
"matchedGroups": [ "matchedGroups": [
"ize" "ise"
], ],
"passes": true "passes": true
}, },
{ {
"expected": true, "expected": true,
"id": 7, "id": 7,
"input": "colourized", "input": "colourised",
"lastRun": "2025-02-13T13:29:13.301346", "lastRun": "2025-02-22T19:10:06.067266",
"matchSpan": { "matchSpan": {
"end": 10, "end": 10,
"start": 0 "start": 0
}, },
"matchedContent": "colourized", "matchedContent": "colourised",
"matchedGroups": [ "matchedGroups": [
"ized" "ised"
], ],
"passes": true "passes": true
}, },
@@ -1536,7 +1526,7 @@
"expected": true, "expected": true,
"id": 8, "id": 8,
"input": "colored", "input": "colored",
"lastRun": "2025-02-13T13:29:13.301346", "lastRun": "2025-02-22T19:10:06.067266",
"matchSpan": { "matchSpan": {
"end": 7, "end": 7,
"start": 0 "start": 0
@@ -1551,14 +1541,14 @@
"expected": false, "expected": false,
"id": 9, "id": 9,
"input": "discolor", "input": "discolor",
"lastRun": "2025-02-13T13:29:13.301346", "lastRun": "2025-02-22T19:10:06.067266",
"matchSpan": null, "matchSpan": null,
"matchedContent": null, "matchedContent": null,
"matchedGroups": [], "matchedGroups": [],
"passes": true "passes": true
} }
], ],
"_id": "Colour" "_id": "Colourisation"
}, },
{ {
"name": "Criterion Channel", "name": "Criterion Channel",
@@ -5303,7 +5293,7 @@
}, },
{ {
"name": "SM737", "name": "SM737",
"pattern": "SM737", "pattern": "(?<=^|[\\s.-])SM737\\b",
"description": "", "description": "",
"tags": [ "tags": [
"Release Group" "Release Group"
@@ -5985,7 +5975,7 @@
"tags": [ "tags": [
"Release Group" "Release Group"
], ],
"tests": null, "tests": [],
"_id": "THREESOME" "_id": "THREESOME"
}, },
{ {
@@ -6578,7 +6568,7 @@
"tags": [ "tags": [
"Release Group" "Release Group"
], ],
"tests": null, "tests": [],
"_id": "WhiteRhino" "_id": "WhiteRhino"
}, },
{ {
@@ -6668,16 +6658,6 @@
"tests": [], "tests": [],
"_id": "ZoroSenpai" "_id": "ZoroSenpai"
}, },
{
"name": "aviator",
"pattern": "(?<=^|[\\s.-])aviator\\b",
"description": "",
"tags": [
"Release Group"
],
"tests": null,
"_id": "aviator"
},
{ {
"name": "b0mbardiers", "name": "b0mbardiers",
"pattern": "(?<=^|[\\s.-])b0mbardiers\\b", "pattern": "(?<=^|[\\s.-])b0mbardiers\\b",
@@ -6708,16 +6688,6 @@
"tests": null, "tests": null,
"_id": "c0kE" "_id": "c0kE"
}, },
{
"name": "c0ke",
"pattern": "(?<=^|[\\s.-])c0ke\\b",
"description": "",
"tags": [
"Release Group"
],
"tests": [],
"_id": "c0ke"
},
{ {
"name": "d3g-d3g", "name": "d3g-d3g",
"pattern": "(?<=^|[\\s.-])d3g-d3g\\b", "pattern": "(?<=^|[\\s.-])d3g-d3g\\b",
@@ -6788,16 +6758,6 @@
"tests": null, "tests": null,
"_id": "edge2020" "_id": "edge2020"
}, },
{
"name": "guhzer",
"pattern": "(?<=^|[\\s.-])guhzer\\b",
"description": "",
"tags": [
"Release Group"
],
"tests": null,
"_id": "guhzer"
},
{ {
"name": "h265 WEB Groups", "name": "h265 WEB Groups",
"pattern": "(?<=^|[\\s.-])SiGLA\\b", "pattern": "(?<=^|[\\s.-])SiGLA\\b",
@@ -7104,16 +7064,6 @@
], ],
"_id": "iTunes" "_id": "iTunes"
}, },
{
"name": "invandraren",
"pattern": "(?<=^|[\\s.-])invandraren\\b",
"description": "",
"tags": [
"Release Group"
],
"tests": null,
"_id": "invandraren"
},
{ {
"name": "k00kie", "name": "k00kie",
"pattern": "(?<=^|[\\s.-])k00kie\\b", "pattern": "(?<=^|[\\s.-])k00kie\\b",
@@ -7231,36 +7181,6 @@
"tests": [], "tests": [],
"_id": "rttr" "_id": "rttr"
}, },
{
"name": "spectacle",
"pattern": "(?<=^|[\\s.-])spectacle\\b",
"description": "",
"tags": [
"Release Group"
],
"tests": null,
"_id": "spectacle"
},
{
"name": "threesome",
"pattern": "(?<=^|[\\s.-])threesome\\b",
"description": "",
"tags": [
"Release Group"
],
"tests": null,
"_id": "threesome"
},
{
"name": "whiterhino",
"pattern": "(?<=^|[\\s.-])whiterhino\\b",
"description": "",
"tags": [
"Release Group"
],
"tests": null,
"_id": "whiterhino"
},
{ {
"name": "x264", "name": "x264",
"pattern": "^(?!.*(?i:remux)).*([xh](\\.?264)|DVDRip)", "pattern": "^(?!.*(?i:remux)).*([xh](\\.?264)|DVDRip)",

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2025-03-10T18:33:41.691640+00:00", "updated_at": "2025-03-10T18:37:06.268624+00:00",
"folders": [ "folders": [
"custom_formats", "custom_formats",
"profiles", "profiles",

File diff suppressed because one or more lines are too long