mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 08:17:02 +00:00
5040 lines
120 KiB
JSON
5040 lines
120 KiB
JSON
[
|
|
{
|
|
"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": [],
|
|
"_id": "UHDBits"
|
|
},
|
|
{
|
|
"name": "B&W",
|
|
"description": "Matches the 'B&W' Regex Pattern",
|
|
"tags": [
|
|
"Unwanted",
|
|
"Colour Grade"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "B&W",
|
|
"negate": false,
|
|
"pattern": "B&W",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "B&W"
|
|
},
|
|
{
|
|
"name": "DTS",
|
|
"description": "Matches 'DTS' Regex Pattern and negates any other audio types that might conflict.",
|
|
"tags": [
|
|
"Audio"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "DTS",
|
|
"negate": false,
|
|
"pattern": "DTS",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not PCM",
|
|
"negate": true,
|
|
"pattern": "PCM",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not AAC",
|
|
"negate": true,
|
|
"pattern": "AAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS-HD",
|
|
"negate": true,
|
|
"pattern": "DTS-HD",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS-HD HRA ES",
|
|
"negate": true,
|
|
"pattern": "DTS-HD HRA ES",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not FLAC",
|
|
"negate": true,
|
|
"pattern": "FLAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital +",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital +",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not TrueHD + Atmos",
|
|
"negate": true,
|
|
"pattern": "TrueHD + Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS-X",
|
|
"negate": true,
|
|
"pattern": "DTS-X",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "DTS"
|
|
},
|
|
{
|
|
"name": "Blu-ray Encode",
|
|
"description": "Matches Blu-rays that are NOT remuxes",
|
|
"tags": [
|
|
"Source"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Remux",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": true,
|
|
"pattern": "Remux"
|
|
},
|
|
{
|
|
"name": "Blu-ray",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": false,
|
|
"source": "bluray"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Blu-ray Encode"
|
|
},
|
|
{
|
|
"name": "Max",
|
|
"description": "Matches 'Max' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB2 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "MAX Regex",
|
|
"negate": false,
|
|
"pattern": "Max",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "MAX Regex",
|
|
"negate": false,
|
|
"pattern": "Max",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "Dune Prophecy (2024) S01E02 Two Wolves (2160p HDR10 DV Hybrid MAX Webrip x265 10bit EAC3 5 1 Atmos - Goki)[TAoE]",
|
|
"lastRun": "2024-12-06T02:59:11.931629",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Max"
|
|
},
|
|
{
|
|
"name": "x264",
|
|
"description": "Matches 'x264' regex pattern.",
|
|
"tags": [
|
|
"Codec"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "x264",
|
|
"negate": false,
|
|
"pattern": "x264",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not WEB-DL",
|
|
"type": "source",
|
|
"required": false,
|
|
"negate": true,
|
|
"source": "web_dl"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "x264"
|
|
},
|
|
{
|
|
"name": "HBO Max",
|
|
"description": "Matches 'HBO Max' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB2 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "HMAX Regex",
|
|
"negate": false,
|
|
"pattern": "HBO Max",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "HMAX Regex",
|
|
"negate": false,
|
|
"pattern": "HBO Max",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Young Justice S04 1080p HMAX WEBRip DD 5 1 x265-edge2020",
|
|
"lastRun": "2024-12-06T04:51:30.887518",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "HBO Max"
|
|
},
|
|
{
|
|
"name": "1080p Quality Tier 4",
|
|
"description": "Matches release groups who fall under 1080p GPPi Tier 4",
|
|
"tags": [
|
|
"GPPi",
|
|
"Release Group Tier",
|
|
"1080p",
|
|
"Quality"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "BMF",
|
|
"negate": false,
|
|
"pattern": "BMF",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "de[42]",
|
|
"negate": false,
|
|
"pattern": "de[42]",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "HDMaNiAcS",
|
|
"negate": false,
|
|
"pattern": "HDMaNiAcS",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "IDE",
|
|
"negate": false,
|
|
"pattern": "IDE",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "LolHD",
|
|
"negate": false,
|
|
"pattern": "LolHD",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "NCmt",
|
|
"negate": false,
|
|
"pattern": "NCmt",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "NTb",
|
|
"negate": false,
|
|
"pattern": "NTb",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "Not WEB-DL",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "web_dl",
|
|
"type": "source"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "1080p Quality Tier 4"
|
|
},
|
|
{
|
|
"name": "Free50",
|
|
"description": "Matches releases with 50% Freeleech",
|
|
"tags": [
|
|
"Freeleech",
|
|
"Tweak"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"flag": "halfleech",
|
|
"name": "Free50",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "indexer_flag"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Free50"
|
|
},
|
|
{
|
|
"name": "720p",
|
|
"description": "High definition resolution offering improved clarity over standard definition formats",
|
|
"tags": [
|
|
"High Definition",
|
|
"Resolution"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "720p",
|
|
"type": "resolution",
|
|
"required": true,
|
|
"negate": false,
|
|
"resolution": "720p"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "720p"
|
|
},
|
|
{
|
|
"name": "Paramount+",
|
|
"description": "Matches 'Paramount+' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB2 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "PMTP Regex",
|
|
"negate": false,
|
|
"pattern": "Paramount+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "PMTP Regex",
|
|
"negate": false,
|
|
"pattern": "Paramount+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Evil 2019 S04 1080p PMTP WEB-DL DDP 5 1 x265 - YELLO",
|
|
"lastRun": "2024-12-06T05:11:34.055223",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Paramount+"
|
|
},
|
|
{
|
|
"name": "Extras",
|
|
"description": "Matches the 'Extras' Regex Pattern",
|
|
"tags": [
|
|
"Unwanted",
|
|
"Extras"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Extras",
|
|
"negate": false,
|
|
"pattern": "Extras",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Extras"
|
|
},
|
|
{
|
|
"name": "Amazon Prime",
|
|
"description": "Matches 'Amazon Prime' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB1 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "AMZN Regex",
|
|
"negate": false,
|
|
"pattern": "Amazon Prime",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "AMZN Regex",
|
|
"negate": false,
|
|
"pattern": "Amazon Prime",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]",
|
|
"lastRun": "2025-01-14T09:45:16.007149",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "AMZN Regex",
|
|
"negate": false,
|
|
"pattern": "Amazon Prime",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English - Goki TAoE)",
|
|
"lastRun": "2025-01-14T09:45:16.007149",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Amazon Prime"
|
|
},
|
|
{
|
|
"name": "1080p Golden Popcorn",
|
|
"description": "Matches 1080p Golden Popcorns. Only works on PassThePopcorn",
|
|
"tags": [
|
|
"Flag",
|
|
"Golden Popcorn"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"flag": "ptp_golden",
|
|
"name": "Golden Popcorn",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "indexer_flag"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "1080p Golden Popcorn"
|
|
},
|
|
{
|
|
"name": "DVD Remux",
|
|
"description": "A DVD Remux is a direct rip of a DVD's content without any re-encoding, preserving the original video, audio, and subtitle quality. It retains the exact resolution, bitrate, and format of the DVD, ensuring no loss in fidelity compared to the source.",
|
|
"tags": [
|
|
"Source",
|
|
"SD",
|
|
"Lossless"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "DVD",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "dvd",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "Remux",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": false,
|
|
"pattern": "Remux"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Remux",
|
|
"negate": false,
|
|
"pattern": "Remux",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "\u00c6on Flux AKA Aeon Flux S01 NTSC DVD DD5.1 MPEG-2 REMUX-GF",
|
|
"lastRun": "2024-12-08T22:41:50.874176",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "DVD Remux"
|
|
},
|
|
{
|
|
"name": "DVD",
|
|
"description": "The DVD format, or Digital Versatile Disc, is an optical disc storage medium widely used for video, audio, and data storage. It offers a standard capacity of 4.7 GB for single-layer discs and up to 8.5 GB for dual-layer discs, making it suitable for movies, software, and backups. DVDs provide a resolution of 720x480 (NTSC) or 720x576 (PAL) for video and support Dolby Digital or DTS audio for high-quality sound. They are compatible with standalone DVD players, computer drives, and gaming consoles, offering broad accessibility while requiring a physical disc for playback.",
|
|
"tags": [
|
|
"Source",
|
|
"SD",
|
|
"Storage"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "DVD",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "dvd",
|
|
"type": "source"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "DVD"
|
|
},
|
|
{
|
|
"name": "DTS-HD MA",
|
|
"description": "Matches 'DTS-HD MA' Regex Pattern and negates any other audio types that might conflict.",
|
|
"tags": [
|
|
"Audio"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "DTS-HD MA",
|
|
"negate": false,
|
|
"pattern": "DTS-HD MA",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not PCM",
|
|
"negate": true,
|
|
"pattern": "PCM",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not AAC",
|
|
"negate": true,
|
|
"pattern": "AAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS-HD HRA ES",
|
|
"negate": true,
|
|
"pattern": "DTS-HD HRA ES",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not FLAC",
|
|
"negate": true,
|
|
"pattern": "FLAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital +",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital +",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not TrueHD + Atmos",
|
|
"negate": true,
|
|
"pattern": "TrueHD + Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS-X",
|
|
"negate": true,
|
|
"pattern": "DTS-X",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "DTS-HD MA"
|
|
},
|
|
{
|
|
"name": "DTS-X",
|
|
"description": "Matches 'DTS-X' Regex Pattern and negates any other audio types that might conflict.",
|
|
"tags": [
|
|
"Audio"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "DTS-X",
|
|
"negate": false,
|
|
"pattern": "DTS-X",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not PCM",
|
|
"negate": true,
|
|
"pattern": "PCM",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not AAC",
|
|
"negate": true,
|
|
"pattern": "AAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not FLAC",
|
|
"negate": true,
|
|
"pattern": "FLAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital +",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital +",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not TrueHD + Atmos",
|
|
"negate": true,
|
|
"pattern": "TrueHD + Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS",
|
|
"negate": true,
|
|
"pattern": "DTS",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "DTS-X"
|
|
},
|
|
{
|
|
"name": "Full Disc",
|
|
"description": "Matches the 'Full Disc' regex pattern and negates any remuxes / encodes. ",
|
|
"tags": [
|
|
"Storage",
|
|
"Source"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Full Disc",
|
|
"negate": false,
|
|
"pattern": "Full Disc",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "x264",
|
|
"negate": true,
|
|
"pattern": "x264",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Remux",
|
|
"negate": true,
|
|
"pattern": "Remux",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Full Disc",
|
|
"negate": false,
|
|
"pattern": "Full Disc",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "x264",
|
|
"negate": true,
|
|
"pattern": "x264",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Remux",
|
|
"negate": true,
|
|
"pattern": "Remux",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "Isolani 2017 1080p BluRay REMUX AVC DTS-HD MA 5.1-Parapluie",
|
|
"lastRun": "2024-12-08T22:57:56.281360",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Full Disc"
|
|
},
|
|
{
|
|
"name": "Blu-ray Remux",
|
|
"description": "A Blu-ray Remux is a direct rip of a Blu-ray's content without any re-encoding, preserving the original video, audio, and subtitle quality. It retains the exact resolution, bitrate, and format of the Blu-ray, ensuring no loss in fidelity compared to the source.",
|
|
"tags": [
|
|
"Lossless"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Blu-ray",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": false,
|
|
"source": "bluray"
|
|
},
|
|
{
|
|
"name": "Remux",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": false,
|
|
"pattern": "Remux"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Remux",
|
|
"negate": false,
|
|
"pattern": "Remux",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Transformers One 2024 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC REMUX-FraMeSToR",
|
|
"lastRun": "2024-12-08T22:51:21.648210",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Blu-ray Remux"
|
|
},
|
|
{
|
|
"name": "Unwanted x265 Groups",
|
|
"description": "",
|
|
"tags": [
|
|
"Unwanted",
|
|
"x265",
|
|
"Release Group"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "MovieMan",
|
|
"type": "release_title",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "MovieMan"
|
|
},
|
|
{
|
|
"name": "SM737",
|
|
"negate": false,
|
|
"pattern": "SM737",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "MovieMan",
|
|
"negate": false,
|
|
"pattern": "MovieMan",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "SM737",
|
|
"negate": false,
|
|
"pattern": "SM737",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Blade.Runner.2049.2017.1080p.UHD.BluRay.HDR.x265.DDP.5.1-MovieMan",
|
|
"lastRun": "2025-01-14T10:06:40.600924",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "MovieMan",
|
|
"negate": false,
|
|
"pattern": "MovieMan",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "SM737",
|
|
"negate": false,
|
|
"pattern": "SM737",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 2,
|
|
"input": "Blade Runner 2049 (2017) (1080p UHD BluRay x265 DV HDR DDP Atmos 5.1 English - SM737) [REPACK]",
|
|
"lastRun": "2025-01-14T10:06:40.600924",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Unwanted x265 Groups"
|
|
},
|
|
{
|
|
"name": "576p",
|
|
"description": "PAL standard definition resolution found in European DVD releases and compressed Blu-ray encodes optimized for legacy display compatibility",
|
|
"tags": [
|
|
"Standard Definition",
|
|
"Resolution"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "576p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "576p",
|
|
"type": "resolution"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "576p"
|
|
},
|
|
{
|
|
"name": "Dolby Digital +",
|
|
"description": "Matches 'Dolby Digital +' Regex Pattern and negates any other audio types that might conflict.",
|
|
"tags": [
|
|
"Audio"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Dolby Digital +",
|
|
"negate": false,
|
|
"pattern": "Dolby Digital +",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not PCM",
|
|
"negate": true,
|
|
"pattern": "PCM",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not AAC",
|
|
"negate": true,
|
|
"pattern": "AAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS",
|
|
"negate": true,
|
|
"pattern": "DTS",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not TrueHD",
|
|
"negate": true,
|
|
"pattern": "TrueHD",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not FLAC",
|
|
"negate": true,
|
|
"pattern": "FLAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Dolby Digital +"
|
|
},
|
|
{
|
|
"name": "HDR10 (Missing) (1080p)",
|
|
"description": "Attempts to match HDR10 in 1080p x265 Encodes labelled with x265",
|
|
"tags": [
|
|
"Colour Grade",
|
|
"HDR"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Not SDR",
|
|
"negate": true,
|
|
"pattern": "SDR",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not HDR10+",
|
|
"negate": true,
|
|
"pattern": "HDR10+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not HDR10",
|
|
"negate": true,
|
|
"pattern": "HDR10",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Dolby Vision",
|
|
"negate": false,
|
|
"pattern": "Dolby Vision",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": false,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "HDR10 (Missing) (1080p)"
|
|
},
|
|
{
|
|
"name": "360p",
|
|
"description": "Low resolution video format typically used in older or highly compressed content.",
|
|
"tags": [
|
|
"Standard Definition",
|
|
"Mobile",
|
|
"Legacy",
|
|
"Resolution"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "360p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "360p",
|
|
"type": "resolution"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "360p"
|
|
},
|
|
{
|
|
"name": "Dolby Vision (Without Fallback)",
|
|
"description": "Matches the 'Dolby Vision (Without Fallback) Regex Pattern",
|
|
"tags": [
|
|
"Colour Grade",
|
|
"HDR"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Dolby Vision (Without Fallback)",
|
|
"negate": false,
|
|
"pattern": "Dolby Vision (Without Fallback)",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Dolby Vision (Without Fallback)"
|
|
},
|
|
{
|
|
"name": "Atmos (Missing)",
|
|
"description": "Attempts to match releases which have Atmos (TrueHD 7.1) that don't label it correctly.",
|
|
"tags": [
|
|
"Audio",
|
|
"Enhancement",
|
|
"Dolby"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Not Atmos",
|
|
"negate": true,
|
|
"pattern": "Atmos",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "7.1 Surround",
|
|
"negate": false,
|
|
"pattern": "7.1 Surround",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "TrueHD",
|
|
"negate": false,
|
|
"pattern": "TrueHD",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Atmos (BTN)",
|
|
"negate": true,
|
|
"pattern": "BTN Atmos",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "Not Atmos",
|
|
"negate": true,
|
|
"pattern": "Atmos",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "7.1 Surround",
|
|
"negate": false,
|
|
"pattern": "7.1 Surround",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "TrueHD",
|
|
"negate": false,
|
|
"pattern": "TrueHD",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Not Atmos (BTN)",
|
|
"negate": true,
|
|
"pattern": "BTN Atmos",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "House.of.the.Dragon.S01.DV.2160p.BluRay.Remux.TrueHDA7.1.H.265-TekMUX",
|
|
"lastRun": "2025-01-11T23:15:56.334239",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Not Atmos",
|
|
"negate": true,
|
|
"pattern": "Atmos",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "7.1 Surround",
|
|
"negate": false,
|
|
"pattern": "7.1 Surround",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "TrueHD",
|
|
"negate": false,
|
|
"pattern": "TrueHD",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Not Atmos (BTN)",
|
|
"negate": true,
|
|
"pattern": "BTN Atmos",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "House of the Dragon S01 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC REMUX-FraMeSToR",
|
|
"lastRun": "2025-01-11T23:15:56.334239",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "Not Atmos",
|
|
"negate": true,
|
|
"pattern": "Atmos",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "7.1 Surround",
|
|
"negate": false,
|
|
"pattern": "7.1 Surround",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "TrueHD",
|
|
"negate": false,
|
|
"pattern": "TrueHD",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Not Atmos (BTN)",
|
|
"negate": true,
|
|
"pattern": "BTN Atmos",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 3,
|
|
"input": "Loki.S01.2160p.UHD.BluRay.Remux.TrueHDA.7.1.H.265-SiCFoI",
|
|
"lastRun": "2025-01-11T23:15:56.334239",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Atmos (Missing)"
|
|
},
|
|
{
|
|
"name": "1080p Balanced Tier 1",
|
|
"description": "Matches release groups who fall under 1080p Balanced Tier 1",
|
|
"tags": [
|
|
"Release Group"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Not WEB-DL",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "web_dl",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed",
|
|
"lastRun": "2025-01-13T02:53:37.357699",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 2,
|
|
"input": "Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed",
|
|
"lastRun": "2025-01-13T02:53:37.357699",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 3,
|
|
"input": "Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio",
|
|
"lastRun": "2025-01-13T02:53:37.357699",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 4,
|
|
"input": "Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD 5.1 English-BHDStudio",
|
|
"lastRun": "2025-01-13T02:53:37.357699",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "1080p Balanced Tier 1"
|
|
},
|
|
{
|
|
"name": "x265 (Missing)",
|
|
"description": "Attempts to match 1080p x265 encodes that are mislabeled as h265. ",
|
|
"tags": [
|
|
"x265"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "Bluray",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "bluray",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "Not x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "h265",
|
|
"negate": false,
|
|
"pattern": "h265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "Not x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "h265",
|
|
"negate": false,
|
|
"pattern": "h265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Training Day 2001 BluRay 10Bit 1080p DD5 1 H265-d3g",
|
|
"lastRun": "2025-01-14T09:03:52.278761",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "x265 (Missing)"
|
|
},
|
|
{
|
|
"name": "1080p Quality Tier 2",
|
|
"description": "Matches release groups who fall under 1080p GPPi Tier 2",
|
|
"tags": [
|
|
"GPPi",
|
|
"Release Group Tier",
|
|
"1080p",
|
|
"Quality"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "c0ke",
|
|
"negate": false,
|
|
"pattern": "c0ke",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "CtrlHD",
|
|
"negate": false,
|
|
"pattern": "CtrlHD",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "Geek",
|
|
"negate": false,
|
|
"pattern": "Geek",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "HiFi",
|
|
"negate": false,
|
|
"pattern": "HiFi",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "TayTo",
|
|
"negate": false,
|
|
"pattern": "TayTo",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "VietHD",
|
|
"negate": false,
|
|
"pattern": "VietHD",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "ZQ",
|
|
"negate": false,
|
|
"pattern": "ZQ",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "Not WEB-DL",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": true,
|
|
"source": "web_dl"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "1080p Quality Tier 2"
|
|
},
|
|
{
|
|
"name": "SD Quality Tier 1",
|
|
"description": "Matches release groups who fall under SD GPPi Tier 1",
|
|
"tags": [
|
|
"GPPi",
|
|
"Release Group Tier",
|
|
"Quality",
|
|
"SD"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "TBB",
|
|
"negate": false,
|
|
"pattern": "c0ke",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "Dariush",
|
|
"negate": false,
|
|
"pattern": "Dariush",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "DVD",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "dvd",
|
|
"type": "source"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "SD Quality Tier 1"
|
|
},
|
|
{
|
|
"name": "Free75",
|
|
"description": "Matches releases with 75% Freeleech",
|
|
"tags": [
|
|
"Freeleech",
|
|
"Tweak"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"flag": "freeleech_75",
|
|
"name": "Free75",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "indexer_flag"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Free75"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"description": "Matches 'x265' regex pattern.",
|
|
"tags": [
|
|
"Codec"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "x265",
|
|
"negate": false,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "x265"
|
|
},
|
|
{
|
|
"name": "SD Quality Tier 2",
|
|
"description": "Matches release groups who fall under SD GPPi Tier 2",
|
|
"tags": [
|
|
"GPPi",
|
|
"Release Group Tier",
|
|
"Quality",
|
|
"SD"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "HANDJOB",
|
|
"negate": false,
|
|
"pattern": "HANDJOB",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "DVD",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "dvd",
|
|
"type": "source"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "SD Quality Tier 2"
|
|
},
|
|
{
|
|
"name": "Criterion Channel",
|
|
"description": "Matches 'Criterion Channel' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB2 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "CRiT Regex",
|
|
"negate": false,
|
|
"pattern": "Criterion Channel",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Criterion Channel"
|
|
},
|
|
{
|
|
"name": "AV1",
|
|
"description": "Matches the 'AV1' Regex Pattern",
|
|
"tags": [
|
|
"Codec",
|
|
"Bleeding Edge"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "AV1",
|
|
"negate": false,
|
|
"pattern": "AV1",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "AV1"
|
|
},
|
|
{
|
|
"name": "SD Golden Popcorn",
|
|
"description": "Matches SD Golden Popcorns. Only works on PassThePopcorn",
|
|
"tags": [
|
|
"Flag",
|
|
"Golden Popcorn"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"flag": "ptp_golden",
|
|
"name": "Golden Popcorn",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "indexer_flag"
|
|
},
|
|
{
|
|
"name": "360p",
|
|
"negate": false,
|
|
"required": false,
|
|
"resolution": "360p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "480p",
|
|
"negate": false,
|
|
"required": false,
|
|
"resolution": "480p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "540p",
|
|
"type": "resolution",
|
|
"required": false,
|
|
"negate": false,
|
|
"resolution": "540p"
|
|
},
|
|
{
|
|
"name": "576p",
|
|
"type": "resolution",
|
|
"required": false,
|
|
"negate": false,
|
|
"resolution": "576p"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "SD Golden Popcorn"
|
|
},
|
|
{
|
|
"name": "h265",
|
|
"description": "Matches 'h265' regex pattern.",
|
|
"tags": [
|
|
"Codec"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "h265",
|
|
"negate": false,
|
|
"pattern": "h265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Full Disc",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": true,
|
|
"pattern": "Full Disc"
|
|
},
|
|
{
|
|
"name": "Not Remux",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": true,
|
|
"pattern": "Remux"
|
|
},
|
|
{
|
|
"name": "WEB",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": false,
|
|
"source": "web_dl"
|
|
},
|
|
{
|
|
"name": "Not 4K",
|
|
"type": "resolution",
|
|
"required": true,
|
|
"negate": true,
|
|
"resolution": "2160p"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "h265"
|
|
},
|
|
{
|
|
"name": "iTunes",
|
|
"description": "Matches 'iTunes' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB3 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "iTunes Regex",
|
|
"negate": false,
|
|
"pattern": "iTunes",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "iTunes Regex",
|
|
"negate": false,
|
|
"pattern": "iTunes",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "Alien Romulus (2024) (1080p DS4K iT WEBRip x265 HEVC 10bit DDP Atmos 5 1 English - KaLLuKaLia)",
|
|
"lastRun": "2024-12-06T05:49:21.811162",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "iTunes"
|
|
},
|
|
{
|
|
"name": "Hulu",
|
|
"description": "Matches 'Hulu' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB3 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Hulu Regex",
|
|
"negate": false,
|
|
"pattern": "Hulu",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Hulu Regex",
|
|
"negate": false,
|
|
"pattern": "Hulu",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "Beverly Hills Ninja (1996) 1080p HULU WEB-DL x265 HEVC DDP 5.1-PHOCiS",
|
|
"lastRun": "2024-12-06T05:29:49.598013",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Hulu"
|
|
},
|
|
{
|
|
"name": "TrueHD (Missing)",
|
|
"description": "Attempts to match TrueHD releases which are not labelled correctly (TRiTON, EPSiLON groups)",
|
|
"tags": [
|
|
"Audio"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "TrueHD Missing Groups",
|
|
"negate": false,
|
|
"pattern": "TrueHD (Missing Groups)",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "2160p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "2160p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "Remux",
|
|
"negate": false,
|
|
"pattern": "Remux",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS-HD",
|
|
"negate": true,
|
|
"pattern": "DTS-HD",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS-X",
|
|
"negate": true,
|
|
"pattern": "DTS-X",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not TrueHD",
|
|
"negate": true,
|
|
"pattern": "TrueHD",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not FLAC",
|
|
"negate": true,
|
|
"pattern": "FLAC",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "TrueHD (Missing)"
|
|
},
|
|
{
|
|
"name": "1080p Quality Tier 1",
|
|
"description": "Matches release groups who fall under 1080p GPPi Tier 1",
|
|
"tags": [
|
|
"GPPi",
|
|
"Release Group Tier",
|
|
"1080p",
|
|
"Quality"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "DON",
|
|
"negate": false,
|
|
"pattern": "DON",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "D-Z0N3",
|
|
"negate": false,
|
|
"pattern": "D-Z0N3",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "EbP",
|
|
"negate": false,
|
|
"pattern": "EbP",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "Not WEB-DL",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": true,
|
|
"source": "web_dl"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "1080p Quality Tier 1"
|
|
},
|
|
{
|
|
"name": "iTunes (Missing)",
|
|
"description": "Matches 'iTunes' WEB-DLs that are not labelled correctly. Matches when its not from another streaming service and comes from an iPT release group: EVO or CMRG",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB3 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "WEB-DL",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "web_dl",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "MA Regex",
|
|
"negate": true,
|
|
"pattern": "Movies Anywhere",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "AMZN Regex",
|
|
"negate": true,
|
|
"pattern": "Amazon Prime",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "APTV Regex",
|
|
"negate": true,
|
|
"pattern": "Apple TV+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "DSNP Regex",
|
|
"negate": true,
|
|
"pattern": "Disney+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "PCOK Regex",
|
|
"negate": true,
|
|
"pattern": "Peacock TV",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "MAX Regex",
|
|
"negate": true,
|
|
"pattern": "Max",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "HMAX Regex",
|
|
"negate": true,
|
|
"pattern": "HBO Max",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "NF Regex",
|
|
"negate": true,
|
|
"pattern": "Netflix",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "PMTP Regex",
|
|
"negate": true,
|
|
"pattern": "Paramount+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "CRiT Regex",
|
|
"negate": true,
|
|
"pattern": "Criterion Channel",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "HULU Regex",
|
|
"negate": true,
|
|
"pattern": "Hulu",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "ROKU Regex",
|
|
"negate": true,
|
|
"pattern": "Roku",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "iPT Internals",
|
|
"negate": false,
|
|
"pattern": "iPT Internals",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "iTunes Regex",
|
|
"negate": true,
|
|
"pattern": "iTunes",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "MA Regex",
|
|
"negate": true,
|
|
"pattern": "Movies Anywhere",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "AMZN Regex",
|
|
"negate": true,
|
|
"pattern": "Amazon Prime",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "APTV Regex",
|
|
"negate": true,
|
|
"pattern": "Apple TV+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "DSNP Regex",
|
|
"negate": true,
|
|
"pattern": "Disney+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "PCOK Regex",
|
|
"negate": true,
|
|
"pattern": "Peacock TV",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "MAX Regex",
|
|
"negate": true,
|
|
"pattern": "Max",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "HMAX Regex",
|
|
"negate": true,
|
|
"pattern": "HBO Max",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "NF Regex",
|
|
"negate": true,
|
|
"pattern": "Netflix",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "PMTP Regex",
|
|
"negate": true,
|
|
"pattern": "Paramount+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "CRiT Regex",
|
|
"negate": true,
|
|
"pattern": "Criterion Channel",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "HULU Regex",
|
|
"negate": true,
|
|
"pattern": "Hulu",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "ROKU Regex",
|
|
"negate": true,
|
|
"pattern": "Roku",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "iPT Internals",
|
|
"negate": false,
|
|
"pattern": "iPT Internals",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "iTunes Regex",
|
|
"negate": true,
|
|
"pattern": "iTunes",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Accident.Man.Hitmans.Holiday.2022.2160p.WEB-DL.DD5.1.HEVC-CMRG.mkv",
|
|
"lastRun": "2024-12-06T06:17:52.567300",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "MA Regex",
|
|
"negate": true,
|
|
"pattern": "Movies Anywhere",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "AMZN Regex",
|
|
"negate": true,
|
|
"pattern": "Amazon Prime",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "APTV Regex",
|
|
"negate": true,
|
|
"pattern": "Apple TV+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "DSNP Regex",
|
|
"negate": true,
|
|
"pattern": "Disney+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "PCOK Regex",
|
|
"negate": true,
|
|
"pattern": "Peacock TV",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "MAX Regex",
|
|
"negate": true,
|
|
"pattern": "Max",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "HMAX Regex",
|
|
"negate": true,
|
|
"pattern": "HBO Max",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "NF Regex",
|
|
"negate": true,
|
|
"pattern": "Netflix",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "PMTP Regex",
|
|
"negate": true,
|
|
"pattern": "Paramount+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "CRiT Regex",
|
|
"negate": true,
|
|
"pattern": "Criterion Channel",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "HULU Regex",
|
|
"negate": true,
|
|
"pattern": "Hulu",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "ROKU Regex",
|
|
"negate": true,
|
|
"pattern": "Roku",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "iPT Internals",
|
|
"negate": false,
|
|
"pattern": "iPT Internals",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "iTunes Regex",
|
|
"negate": true,
|
|
"pattern": "iTunes",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "American Assassin 2017 1080p iT WEB-DL DD5.1 H.264-CMRG",
|
|
"lastRun": "2024-12-06T06:17:52.567300",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "MA Regex",
|
|
"negate": true,
|
|
"pattern": "Movies Anywhere",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "AMZN Regex",
|
|
"negate": true,
|
|
"pattern": "Amazon Prime",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "APTV Regex",
|
|
"negate": true,
|
|
"pattern": "Apple TV+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "DSNP Regex",
|
|
"negate": true,
|
|
"pattern": "Disney+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "PCOK Regex",
|
|
"negate": true,
|
|
"pattern": "Peacock TV",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "MAX Regex",
|
|
"negate": true,
|
|
"pattern": "Max",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "HMAX Regex",
|
|
"negate": true,
|
|
"pattern": "HBO Max",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "NF Regex",
|
|
"negate": true,
|
|
"pattern": "Netflix",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "PMTP Regex",
|
|
"negate": true,
|
|
"pattern": "Paramount+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "CRiT Regex",
|
|
"negate": true,
|
|
"pattern": "Criterion Channel",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "HULU Regex",
|
|
"negate": true,
|
|
"pattern": "Hulu",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "ROKU Regex",
|
|
"negate": true,
|
|
"pattern": "Roku",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "iPT Internals",
|
|
"negate": false,
|
|
"pattern": "iPT Internals",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "iTunes Regex",
|
|
"negate": true,
|
|
"pattern": "iTunes",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 3,
|
|
"input": "Alien.Covenant.2017.1080p.WEB-DL.H264.AC3-EVO.mkv",
|
|
"lastRun": "2024-12-06T06:17:52.567300",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "MA Regex",
|
|
"negate": true,
|
|
"pattern": "Movies Anywhere",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "AMZN Regex",
|
|
"negate": true,
|
|
"pattern": "Amazon Prime",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "APTV Regex",
|
|
"negate": true,
|
|
"pattern": "Apple TV+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "DSNP Regex",
|
|
"negate": true,
|
|
"pattern": "Disney+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "PCOK Regex",
|
|
"negate": true,
|
|
"pattern": "Peacock TV",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "MAX Regex",
|
|
"negate": true,
|
|
"pattern": "Max",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "HMAX Regex",
|
|
"negate": true,
|
|
"pattern": "HBO Max",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "NF Regex",
|
|
"negate": true,
|
|
"pattern": "Netflix",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "PMTP Regex",
|
|
"negate": true,
|
|
"pattern": "Paramount+",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "CRiT Regex",
|
|
"negate": true,
|
|
"pattern": "Criterion Channel",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "HULU Regex",
|
|
"negate": true,
|
|
"pattern": "Hulu",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "ROKU Regex",
|
|
"negate": true,
|
|
"pattern": "Roku",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "iPT Internals",
|
|
"negate": false,
|
|
"pattern": "iPT Internals",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "iTunes Regex",
|
|
"negate": true,
|
|
"pattern": "iTunes",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 4,
|
|
"input": "American Assassin 2017 720p iT WEB-DL DD5.1 H.264-EVO",
|
|
"lastRun": "2024-12-06T06:17:52.567300",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "iTunes (Missing)"
|
|
},
|
|
{
|
|
"name": "1080p Quality Tier 5",
|
|
"description": "Matches release groups who fall under 1080p GPPi Tier 5",
|
|
"tags": [
|
|
"GPPi",
|
|
"Release Group Tier",
|
|
"1080p",
|
|
"Quality"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "AJP69",
|
|
"negate": false,
|
|
"pattern": "AJP69",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "BV",
|
|
"negate": false,
|
|
"pattern": "BV",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "Chotab",
|
|
"negate": false,
|
|
"pattern": "Chotab",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "CJ",
|
|
"negate": false,
|
|
"pattern": "CJ",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "CRX",
|
|
"negate": false,
|
|
"pattern": "CRX",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "Dariush",
|
|
"negate": false,
|
|
"pattern": "Dariush",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "E.N.D",
|
|
"negate": false,
|
|
"pattern": "E.N.D",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "E1",
|
|
"negate": false,
|
|
"pattern": "E1",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "EDPH",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "EDPH"
|
|
},
|
|
{
|
|
"name": "ESiR",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "ESiR"
|
|
},
|
|
{
|
|
"name": "EXCiSION",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "EXCiSION"
|
|
},
|
|
{
|
|
"name": "FilmHD",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "FilmHD"
|
|
},
|
|
{
|
|
"name": "FraMeSToR",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "FraMeSToR"
|
|
},
|
|
{
|
|
"name": "FTW-HD",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "FTW-HD"
|
|
},
|
|
{
|
|
"name": "GALAXY",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "GALAXY"
|
|
},
|
|
{
|
|
"name": "GS88",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "GS88"
|
|
},
|
|
{
|
|
"name": "HANDJOB",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "HANDJOB"
|
|
},
|
|
{
|
|
"name": "hdalx",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "hdalx"
|
|
},
|
|
{
|
|
"name": "iON",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "iON"
|
|
},
|
|
{
|
|
"name": "KASHMiR",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "KASHMiR"
|
|
},
|
|
{
|
|
"name": "LEGi0N",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "LEGi0N"
|
|
},
|
|
{
|
|
"name": "LiNG",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "LiNG"
|
|
},
|
|
{
|
|
"name": "LoRD",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "LoRD"
|
|
},
|
|
{
|
|
"name": "luvBB",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "luvBB"
|
|
},
|
|
{
|
|
"name": "MTeam",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "MTeam"
|
|
},
|
|
{
|
|
"name": "nmd",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "nmd"
|
|
},
|
|
{
|
|
"name": "NyHD",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "NyHD"
|
|
},
|
|
{
|
|
"name": "ORiGEN",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "ORiGEN"
|
|
},
|
|
{
|
|
"name": "P0W4HD",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "P0W4HD"
|
|
},
|
|
{
|
|
"name": "Penumbra",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "Penumbra"
|
|
},
|
|
{
|
|
"name": "playHD",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "playHD"
|
|
},
|
|
{
|
|
"name": "Positive",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "Positive"
|
|
},
|
|
{
|
|
"name": "PTer",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "PTer"
|
|
},
|
|
{
|
|
"name": "rightSIZE",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "rightSIZE"
|
|
},
|
|
{
|
|
"name": "rttr",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "rttr"
|
|
},
|
|
{
|
|
"name": "SaNcTi",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "SaNcTi"
|
|
},
|
|
{
|
|
"name": "SbR",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "SbR"
|
|
},
|
|
{
|
|
"name": "SiMPLE",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "SiMPLE"
|
|
},
|
|
{
|
|
"name": "SOP",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "SOP"
|
|
},
|
|
{
|
|
"name": "TBB",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "TBB"
|
|
},
|
|
{
|
|
"name": "TDD",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "TDD"
|
|
},
|
|
{
|
|
"name": "VLAD",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "VLAD"
|
|
},
|
|
{
|
|
"name": "W4NK3R",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "W4NK3R"
|
|
},
|
|
{
|
|
"name": "xander",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "xander"
|
|
},
|
|
{
|
|
"name": "ZIMBO",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "ZIMBO"
|
|
},
|
|
{
|
|
"name": "ZoroSenpai",
|
|
"type": "release_group",
|
|
"required": false,
|
|
"negate": false,
|
|
"pattern": "ZoroSenpai"
|
|
},
|
|
{
|
|
"name": "Not WEB-DL",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": true,
|
|
"source": "web_dl"
|
|
},
|
|
{
|
|
"name": "Not DVD",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": true,
|
|
"source": "dvd"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"type": "resolution",
|
|
"required": true,
|
|
"negate": false,
|
|
"resolution": "1080p"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "1080p Quality Tier 5"
|
|
},
|
|
{
|
|
"name": "1080p Quality Tier 3",
|
|
"description": "Matches release groups who fall under 1080p GPPi Tier 2",
|
|
"tags": [
|
|
"GPPi",
|
|
"Release Group Tier",
|
|
"1080p",
|
|
"Quality"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "CRiSC",
|
|
"negate": false,
|
|
"pattern": "CRiSC",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "decibeL",
|
|
"negate": false,
|
|
"pattern": "decibeL",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "FoRM",
|
|
"negate": false,
|
|
"pattern": "FoRM",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "HiDt",
|
|
"negate": false,
|
|
"pattern": "HiDt",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "HiP",
|
|
"negate": false,
|
|
"pattern": "HiP",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "iFT",
|
|
"negate": false,
|
|
"pattern": "iFT",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "SA89",
|
|
"negate": false,
|
|
"pattern": "SA89",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "WMING",
|
|
"negate": false,
|
|
"pattern": "WMING",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "Not WEB-DL",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": true,
|
|
"source": "web_dl"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "1080p Quality Tier 3"
|
|
},
|
|
{
|
|
"name": "TrueHD",
|
|
"description": "Matches 'TrueHD' Regex Pattern and negates any other audio types that might conflict.",
|
|
"tags": [
|
|
"Audio"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "TrueHD",
|
|
"negate": false,
|
|
"pattern": "TrueHD",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS",
|
|
"negate": true,
|
|
"pattern": "DTS",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not FLAC",
|
|
"negate": true,
|
|
"pattern": "FLAC",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital +",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital +",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "TrueHD"
|
|
},
|
|
{
|
|
"name": "Remux",
|
|
"description": "Matches Remux as a codec, not a source. Either h265 or h264.",
|
|
"tags": [
|
|
"Codec"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Remux",
|
|
"negate": false,
|
|
"pattern": "Remux",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DVD",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": true,
|
|
"source": "dvd"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Remux"
|
|
},
|
|
{
|
|
"name": "480p",
|
|
"description": "Standard definition resolution commonly used in DVD and early web video content.",
|
|
"tags": [
|
|
"Standard Definition",
|
|
"Web",
|
|
"Legacy",
|
|
"Resolution"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "480p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "480p",
|
|
"type": "resolution"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "480p"
|
|
},
|
|
{
|
|
"name": "Free25",
|
|
"description": "Matches releases with 25% Freeleech",
|
|
"tags": [
|
|
"Freeleech",
|
|
"Tweak"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Free25",
|
|
"type": "indexer_flag",
|
|
"required": true,
|
|
"negate": false,
|
|
"flag": "freeleech_25"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Free25"
|
|
},
|
|
{
|
|
"name": "Non Retail HDR",
|
|
"description": "Matches groups who produce non-retail HDR10+ or Dolby Vision. ",
|
|
"tags": [
|
|
"HDR",
|
|
"Release Group",
|
|
"Unwanted"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "HDR10+ or DoVi",
|
|
"negate": false,
|
|
"pattern": "Non Retail HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Groups",
|
|
"negate": false,
|
|
"pattern": "Non Retail HDR Groups",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "HDR10+ or DoVi",
|
|
"negate": false,
|
|
"pattern": "Non Retail HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Groups",
|
|
"negate": false,
|
|
"pattern": "Non Retail HDR Groups",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Longlegs 2024 2160p BluRay REMUX DTS-HD MA 5 1 DV HDR H 265-SasukeducK",
|
|
"lastRun": "2025-01-06T14:48:25.564813",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "HDR10+ or DoVi",
|
|
"negate": false,
|
|
"pattern": "Non Retail HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Groups",
|
|
"negate": false,
|
|
"pattern": "Non Retail HDR Groups",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Longlegs 2024 UHD BluRay 2160p DTS-HD MA 5.1 HDR10+ HEVC HYBRID REMUX-126811",
|
|
"lastRun": "2025-01-06T14:48:25.564813",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Non Retail HDR"
|
|
},
|
|
{
|
|
"name": "Not Only English",
|
|
"description": "Matches releases that don't include an English language track. Dual audio is NOT allowed.",
|
|
"tags": [],
|
|
"conditions": [
|
|
{
|
|
"exceptLanguage": true,
|
|
"language": "english",
|
|
"name": "Not English",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "language"
|
|
},
|
|
{
|
|
"exceptLanguage": false,
|
|
"language": "english",
|
|
"name": "Includes English",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "language"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Not Only English"
|
|
},
|
|
{
|
|
"name": "SD Bluray Encodes",
|
|
"description": "Matches SD Encodes that were encoded from a Blu-ray source. Existence implies the existence of HD encodes. ",
|
|
"tags": [
|
|
"Encode"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Bluray",
|
|
"type": "source",
|
|
"required": true,
|
|
"negate": false,
|
|
"source": "bluray"
|
|
},
|
|
{
|
|
"name": "576p",
|
|
"type": "resolution",
|
|
"required": false,
|
|
"negate": false,
|
|
"resolution": "576p"
|
|
},
|
|
{
|
|
"name": "540p",
|
|
"type": "resolution",
|
|
"required": false,
|
|
"negate": false,
|
|
"resolution": "540p"
|
|
},
|
|
{
|
|
"name": "480p",
|
|
"type": "resolution",
|
|
"required": false,
|
|
"negate": false,
|
|
"resolution": "480p"
|
|
},
|
|
{
|
|
"name": "360p",
|
|
"type": "resolution",
|
|
"required": false,
|
|
"negate": false,
|
|
"resolution": "360p"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "SD Bluray Encodes"
|
|
},
|
|
{
|
|
"name": "720p Golden Popcorn",
|
|
"description": "Matches 720p Golden Popcorns. Only works on PassThePopcorn",
|
|
"tags": [
|
|
"Flag",
|
|
"Golden Popcorn"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"flag": "ptp_golden",
|
|
"name": "Golden Popcorn",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "indexer_flag"
|
|
},
|
|
{
|
|
"name": "720p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "720p",
|
|
"type": "resolution"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "720p Golden Popcorn"
|
|
},
|
|
{
|
|
"name": "Full Disc (Quality Match)",
|
|
"description": "Matches full discs using a quality modifier",
|
|
"tags": [
|
|
"Storage"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "BRDISK",
|
|
"type": "quality_modifier",
|
|
"required": true,
|
|
"negate": false,
|
|
"qualityModifier": "brdisk"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Full Disc (Quality Match)"
|
|
},
|
|
{
|
|
"name": "h265 (Missing)",
|
|
"description": "Attempts to match fix h265 matching for release groups who mark their WEB-DLs as \"HEVC\". ",
|
|
"tags": [
|
|
"Codec"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Release Group",
|
|
"negate": false,
|
|
"pattern": "h265 WEB Groups",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"name": "WEB-DL",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "web_dl",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "Filename",
|
|
"negate": false,
|
|
"pattern": "mkv",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "x265 | HEVC",
|
|
"negate": false,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not h265",
|
|
"negate": true,
|
|
"pattern": "h265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Release Group",
|
|
"negate": false,
|
|
"pattern": "h265 WEB Groups",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Filename",
|
|
"negate": false,
|
|
"pattern": "mkv",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "x265 | HEVC",
|
|
"negate": false,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Not h265",
|
|
"negate": true,
|
|
"pattern": "h265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "Full Metal Jacket (1987) (1080p HMAX WEB-DL H265 SDR DD 5.1 English - SiGLA)",
|
|
"lastRun": "2024-12-12T06:07:38.699292",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Release Group",
|
|
"negate": false,
|
|
"pattern": "h265 WEB Groups",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Filename",
|
|
"negate": false,
|
|
"pattern": "mkv",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265 | HEVC",
|
|
"negate": false,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Not h265",
|
|
"negate": true,
|
|
"pattern": "h265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 2,
|
|
"input": "Full.Metal.Jacket.1987.1080p.HMAX.WEB-DL.DD5.1.HEVC-SiGLA.mkv",
|
|
"lastRun": "2024-12-12T06:07:38.699292",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "h265 (Missing)"
|
|
},
|
|
{
|
|
"name": "Peacock",
|
|
"description": "Matches 'Peacock' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB2 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "PCOK Regex",
|
|
"negate": false,
|
|
"pattern": "Peacock TV",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "PCOK Regex",
|
|
"negate": false,
|
|
"pattern": "Peacock TV",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "Based On A True Story S02 2160p PCOK WEB-DL DDP5 1 DV HDR x265-NTb",
|
|
"lastRun": "2024-12-06T02:45:41.699916",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Peacock"
|
|
},
|
|
{
|
|
"name": "540p",
|
|
"description": "Intermediate standard definition resolution commonly used in compressed Blu-ray encodes to save space while maintaining acceptable quality.",
|
|
"tags": [
|
|
"Standard Definition",
|
|
"Resolution"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "540p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "540p",
|
|
"type": "resolution"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "540p"
|
|
},
|
|
{
|
|
"name": "Upscaled",
|
|
"description": "Matches the 'Upscaled' regex pattern",
|
|
"tags": [
|
|
"Enhancement",
|
|
"Unwanted"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Upscaled",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": false,
|
|
"pattern": "Upscaled"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Upscaled"
|
|
},
|
|
{
|
|
"name": "3D",
|
|
"description": "Matches the '3D' Regex Pattern",
|
|
"tags": [
|
|
"Enhancement",
|
|
"Unwanted"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "3D",
|
|
"negate": false,
|
|
"pattern": "3D",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "3D"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"description": "A WEBRip is a video file created by capturing and potentially re-encoding content from streaming services or web platforms. It can be produced through several methods: capturing via HDMI with HDCP stripping (often at higher resolutions like 4K then encoding down to 1080p, resulting in larger file sizes due to the high-quality source), re-encoding from Web-DL sources when they offer superior quality to physical media, or through traditional web capture methods without re-encoding. Unlike Web-DLs which are direct downloads of the source file, WEBRips involve some form of capture or conversion process, which can affect quality and file size depending on the method and settings used.",
|
|
"tags": [
|
|
"Lossy",
|
|
"Source"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "x264",
|
|
"negate": false,
|
|
"pattern": "x264",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "American.Masters.S36E03.Waterman.Duke.Ambassador.of.Aloha.1080p.WEBRip.x264-BAE.mkv",
|
|
"lastRun": "2024-12-07T00:26:59.849393",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "x264",
|
|
"negate": false,
|
|
"pattern": "x264",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Rapunzel's Tangled Adventure S01 1080p WEBRip AAC 5.1 x265-PoF",
|
|
"lastRun": "2024-12-07T00:26:59.849393",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "x264",
|
|
"negate": false,
|
|
"pattern": "x264",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 3,
|
|
"input": "Wacky Races 2017 720p S03 WEBRip DD 2.0 h264-NOGROUP",
|
|
"lastRun": "2024-12-07T00:26:59.849393",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "WEBRip"
|
|
},
|
|
{
|
|
"name": "2160p",
|
|
"description": "Ultra high definition resolution offering maximum detail and clarity",
|
|
"tags": [
|
|
"Ultra High Definition",
|
|
"4K",
|
|
"Resolution"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "2160p",
|
|
"type": "resolution",
|
|
"required": true,
|
|
"negate": false,
|
|
"resolution": "2160p"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "2160p"
|
|
},
|
|
{
|
|
"name": "HDR10 (Missing)",
|
|
"description": "Attempts to match HDR10 to groups that mislabel their releases",
|
|
"tags": [
|
|
"Colour Grade",
|
|
"HDR"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Not HDR10",
|
|
"negate": true,
|
|
"pattern": "HDR10",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not HDR10+",
|
|
"negate": true,
|
|
"pattern": "HDR10+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "2160p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "2160p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "Missing Groups",
|
|
"negate": false,
|
|
"pattern": "HDR10 (Missing Groups)",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not SDR",
|
|
"negate": true,
|
|
"pattern": "SDR",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "Not HDR10",
|
|
"negate": true,
|
|
"pattern": "HDR10",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Not HDR10+",
|
|
"negate": true,
|
|
"pattern": "HDR10+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Missing Groups",
|
|
"negate": false,
|
|
"pattern": "HDR10 (Missing Groups)",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Not SDR",
|
|
"negate": true,
|
|
"pattern": "SDR",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Barbie 2023 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC HYBRID REMUX-FraMeSToR",
|
|
"lastRun": "2025-01-11T22:58:21.736014",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Not HDR10",
|
|
"negate": true,
|
|
"pattern": "HDR10",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Not HDR10+",
|
|
"negate": true,
|
|
"pattern": "HDR10+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Missing Groups",
|
|
"negate": false,
|
|
"pattern": "HDR10 (Missing Groups)",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Not SDR",
|
|
"negate": true,
|
|
"pattern": "SDR",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Barbie (2023) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR TrueHD Atmos 7.1 English-FraMeSToR",
|
|
"lastRun": "2025-01-11T22:58:21.736014",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "Not HDR10",
|
|
"negate": true,
|
|
"pattern": "HDR10",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Not HDR10+",
|
|
"negate": true,
|
|
"pattern": "HDR10+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Missing Groups",
|
|
"negate": false,
|
|
"pattern": "HDR10 (Missing Groups)",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Not SDR",
|
|
"negate": true,
|
|
"pattern": "SDR",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 3,
|
|
"input": "For a Few Dollars More aka Per qualche dollaro in pi\u00f9 1965 UHD BluRay 2160p DTS-HD MA 5.1 SDR HEVC REMUX-FraMeSToR",
|
|
"lastRun": "2025-01-11T22:58:21.736014",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "HDR10 (Missing)"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"description": "Full high definition resolution providing sharp detail and clarity.",
|
|
"tags": [
|
|
"Full High Definition",
|
|
"Resolution"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "1080p"
|
|
},
|
|
{
|
|
"name": "Apple TV+",
|
|
"description": "Matches 'Apple TV+' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB1 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "APTV Regex",
|
|
"negate": false,
|
|
"pattern": "Apple TV+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "APTV Regex",
|
|
"negate": false,
|
|
"pattern": "Apple TV+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz",
|
|
"lastRun": "2024-12-03T02:27:03.531343",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Apple TV+"
|
|
},
|
|
{
|
|
"name": "Netflix",
|
|
"description": "Matches 'Netflix' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB2 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "NF Regex",
|
|
"negate": false,
|
|
"pattern": "Netflix",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "NF Regex",
|
|
"negate": false,
|
|
"pattern": "Netflix",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "Arcane (2021) S02 (1080p NF WEB-DL x265 HEVC 10bit DDP 5 1 Vyndros)",
|
|
"lastRun": "2024-12-06T05:05:09.422536",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Netflix"
|
|
},
|
|
{
|
|
"name": "Not Only English (Missing)",
|
|
"description": "Attempts to matches releases with mutliple audio tracks but are not parsed as \"Multi Langauge\". Instead, attempts to find regular expressions which imply the release has dual audio. \n ",
|
|
"tags": [],
|
|
"conditions": [
|
|
{
|
|
"exceptLanguage": false,
|
|
"language": "english",
|
|
"name": "Includes English",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "language"
|
|
},
|
|
{
|
|
"name": "Dual Audio Regex",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": false,
|
|
"pattern": "Dual Audio"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Not Only English (Missing)"
|
|
},
|
|
{
|
|
"name": "Free100",
|
|
"description": "Matches releases with 100% Freeleech",
|
|
"tags": [
|
|
"Freeleech",
|
|
"Tweak"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"flag": "freeleech",
|
|
"name": "Free100",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "indexer_flag"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Free100"
|
|
},
|
|
{
|
|
"name": "Dolby Vision",
|
|
"description": "Matches the 'Dolby Vision' Regex Pattern",
|
|
"tags": [
|
|
"Colour Grade",
|
|
"HDR"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Dolby Vision",
|
|
"negate": false,
|
|
"pattern": "Dolby Vision",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Dolby Vision"
|
|
},
|
|
{
|
|
"name": "UHD Bluray (Missing)",
|
|
"description": "Attempts to match UHD Bluray as a source when not included in the release title",
|
|
"tags": [
|
|
"Source",
|
|
"Storage",
|
|
"2160p"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Release Groups",
|
|
"type": "release_group",
|
|
"required": true,
|
|
"negate": false,
|
|
"pattern": "UHD Bluray (Missing Groups)"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "Not UHD Blu-ray",
|
|
"negate": true,
|
|
"pattern": "UHD Blu-ray",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "HDR",
|
|
"negate": false,
|
|
"pattern": "Basic HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Release Groups",
|
|
"negate": false,
|
|
"pattern": "UHD Bluray (Missing Groups)",
|
|
"required": true,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Not UHD Blu-ray",
|
|
"negate": true,
|
|
"pattern": "UHD Blu-ray",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "HDR",
|
|
"negate": false,
|
|
"pattern": "Basic HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Training Day 2001 1080p BluRay DDP 7 1 HDR x265-LEGi0N",
|
|
"lastRun": "2025-01-14T09:32:13.794103",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "UHD Bluray (Missing)"
|
|
},
|
|
{
|
|
"name": "UHD Bluray",
|
|
"description": "UHD Blu-ray is a digital optical disc format released in 2016. It stores 66GB on triple-layer discs or 100GB on quad-layer discs, compared to standard Blu-ray's 25GB/50GB capacity. The format delivers 3840x2160 (4K) resolution video using HEVC (H.265) encoding at bitrates up to 128Mbps. All UHD Blu-rays include HDR10 support, with some releases adding Dolby Vision or HDR10+. The format uses the BT.2020 color space and 10-bit color depth, while supporting audio formats like Dolby Atmos, DTS:X, DTS-HD MA, and Dolby TrueHD. UHD Blu-ray players require HDMI 2.0a and HDCP 2.2 compliant displays to show 4K HDR content.",
|
|
"tags": [
|
|
"Source",
|
|
"Storage",
|
|
"2160p"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "UHD Blu-ray",
|
|
"negate": false,
|
|
"pattern": "UHD Blu-ray",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "HDR",
|
|
"negate": false,
|
|
"pattern": "Basic HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "UHD Blu-ray",
|
|
"negate": false,
|
|
"pattern": "UHD Blu-ray",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "HDR",
|
|
"negate": false,
|
|
"pattern": "Basic HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Avatar: The Way of Water [2022] 2160p HEVC WEB-DL HDR10+ -CMRG",
|
|
"lastRun": "2025-01-13T08:53:49.334557",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "UHD Blu-ray",
|
|
"negate": false,
|
|
"pattern": "UHD Blu-ray",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "HDR",
|
|
"negate": false,
|
|
"pattern": "Basic HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 3,
|
|
"input": "Avatar.The.Way.of.Water.2022.1080p.UHD.BluRay.DDP7.1.HDR10.x265-GALAXY",
|
|
"lastRun": "2025-01-13T08:53:49.334557",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "UHD Blu-ray",
|
|
"negate": false,
|
|
"pattern": "UHD Blu-ray",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "HDR",
|
|
"negate": false,
|
|
"pattern": "Basic HDR Formats",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 4,
|
|
"input": "Blade Runner 2049 2017 1080p UHD BluRay DTS HDR x265 D-Z0N3",
|
|
"lastRun": "2025-01-13T08:53:49.334557",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "UHD Bluray"
|
|
},
|
|
{
|
|
"name": "VVC",
|
|
"description": "Matches the 'VVC' Regex Pattern",
|
|
"tags": [
|
|
"Codec",
|
|
"Bleeding Edge"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "VVC",
|
|
"negate": false,
|
|
"pattern": "VVC",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "VVC"
|
|
},
|
|
{
|
|
"name": "Movies Anywhere",
|
|
"description": "Matches 'Movies Anywhere' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB1 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "MA Regex",
|
|
"negate": false,
|
|
"pattern": "Movies Anywhere",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Movies Anywhere"
|
|
},
|
|
{
|
|
"name": "Blu-ray",
|
|
"description": "Blu-ray is a digital optical disc format that succeeded DVD, offering significantly higher storage capacity and video quality. It gets its name from the blue-violet laser used to read the disc, which has a shorter wavelength than the red laser used in DVDs, allowing it to store more data in the same physical space. Standard Blu-rays (also known as BD-25 for single-layer and BD-50 for dual-layer) store 25GB or 50GB respectively, typically containing 1080p video encoded with H.264/AVC at bitrates up to 40Mbps, alongside high-quality audio formats like DTS-HD MA (up to 24.5Mbps) or Dolby TrueHD (up to 18Mbps). ",
|
|
"tags": [
|
|
"Source",
|
|
"1080p",
|
|
"Storage"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Bluray",
|
|
"negate": false,
|
|
"required": true,
|
|
"source": "bluray",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "Remux",
|
|
"negate": true,
|
|
"pattern": "Remux",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Remux",
|
|
"negate": true,
|
|
"pattern": "Remux",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "1917 (2019) 2160p UHD BluRay REMUX HEVC DV HDR10+ TrueHD Atmos 7.1 English-FraMeSToR",
|
|
"lastRun": "2024-12-07T00:14:33.451899",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "Remux",
|
|
"negate": true,
|
|
"pattern": "Remux",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 2,
|
|
"input": "7.Seconds.2005.1080p.BluRay.DD+5.1.x264-playHD.mkv",
|
|
"lastRun": "2024-12-07T00:14:33.451899",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Blu-ray"
|
|
},
|
|
{
|
|
"name": "Xvid",
|
|
"description": "Matches 'Xvid' regex pattern.",
|
|
"tags": [
|
|
"Codec"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Xvid",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": false,
|
|
"pattern": "Xvid"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Xvid"
|
|
},
|
|
{
|
|
"name": "Not English",
|
|
"description": "Matches releases that don't include an English language track. Dual audio is allowed.",
|
|
"tags": [],
|
|
"conditions": [
|
|
{
|
|
"exceptLanguage": true,
|
|
"language": "english",
|
|
"name": "Not English",
|
|
"negate": false,
|
|
"required": true,
|
|
"type": "language"
|
|
},
|
|
{
|
|
"exceptLanguage": false,
|
|
"language": "english",
|
|
"name": "Includes English",
|
|
"negate": true,
|
|
"required": false,
|
|
"type": "language"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Not English"
|
|
},
|
|
{
|
|
"name": "FLAC",
|
|
"description": "Matches 'FLAC' Regex Pattern and negates any other audio types that might conflict.",
|
|
"tags": [
|
|
"Audio"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "FLAC",
|
|
"negate": false,
|
|
"pattern": "FLAC",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not PCM",
|
|
"negate": true,
|
|
"pattern": "PCM",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not AAC",
|
|
"negate": true,
|
|
"pattern": "AAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS",
|
|
"negate": true,
|
|
"pattern": "DTS",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not TrueHD + Atmos",
|
|
"negate": true,
|
|
"pattern": "TrueHD + Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital +",
|
|
"negate": true,
|
|
"pattern": "Dolby Digital +",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "FLAC"
|
|
},
|
|
{
|
|
"name": "Scene",
|
|
"description": "Matches Scene regex patterns, negates any WEB-DLs.",
|
|
"tags": [],
|
|
"conditions": [
|
|
{
|
|
"name": "Scene",
|
|
"type": "release_title",
|
|
"required": true,
|
|
"negate": false,
|
|
"pattern": "Scene"
|
|
},
|
|
{
|
|
"name": "WEB-DL",
|
|
"type": "source",
|
|
"required": false,
|
|
"negate": true,
|
|
"source": "web_dl"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Scene"
|
|
},
|
|
{
|
|
"name": "Roku",
|
|
"description": "Matches 'Roku' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB3 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Roku Regex",
|
|
"negate": false,
|
|
"pattern": "Roku",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Roku Regex",
|
|
"negate": false,
|
|
"pattern": "Roku",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 2,
|
|
"input": "Almost Heroes (1998) 1080p ROKU WEB-DL x265 HEVC AAC 2.0-PHOCiS",
|
|
"lastRun": "2024-12-06T05:41:18.535555",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Roku"
|
|
},
|
|
{
|
|
"name": "Disney+",
|
|
"description": "Matches 'Disney+' WEB-DLs. Negates any encodes.",
|
|
"tags": [
|
|
"Streaming Service",
|
|
"WEB-DL",
|
|
"WEB1 [1080p]"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "DNSP Regex",
|
|
"negate": false,
|
|
"pattern": "Disney+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "WEBRip",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "webrip",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "DNSP Regex",
|
|
"negate": false,
|
|
"pattern": "Disney+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "x265",
|
|
"negate": true,
|
|
"pattern": "x265",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": false,
|
|
"id": 1,
|
|
"input": "The Simpsons (1989) S36E05 Treehouse of Horror XXXV (1080p DSNP Webrip x265 10bit EAC3 5 1 - Goki)[TAoE]",
|
|
"lastRun": "2024-12-03T16:31:38.572151",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Disney+"
|
|
},
|
|
{
|
|
"name": "HDR10",
|
|
"description": "Matches the 'HDR10' Regex Pattern",
|
|
"tags": [
|
|
"Colour Grade",
|
|
"HDR"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "HDR10",
|
|
"negate": false,
|
|
"pattern": "HDR10",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "HDR10"
|
|
},
|
|
{
|
|
"name": "HDR10+",
|
|
"description": "Matches the 'HDR10+' Regex Pattern",
|
|
"tags": [
|
|
"Colour Grade",
|
|
"HDR"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "HDR10+",
|
|
"negate": false,
|
|
"pattern": "HDR10+",
|
|
"required": true,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "HDR10+"
|
|
},
|
|
{
|
|
"name": "Dolby Digital",
|
|
"description": "Matches 'Dolby Digital' Regex Pattern and negates any other audio types that might conflict.",
|
|
"tags": [
|
|
"Audio"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Dolby Digital",
|
|
"negate": false,
|
|
"pattern": "Dolby Digital",
|
|
"required": true,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not PCM",
|
|
"negate": true,
|
|
"pattern": "PCM",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not AAC",
|
|
"negate": true,
|
|
"pattern": "AAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not DTS",
|
|
"negate": true,
|
|
"pattern": "DTS",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not TrueHD + Atmos",
|
|
"negate": true,
|
|
"pattern": "TrueHD + Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not FLAC",
|
|
"negate": true,
|
|
"pattern": "FLAC",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Not Dolby Digital +",
|
|
"type": "release_title",
|
|
"required": false,
|
|
"negate": true,
|
|
"pattern": "Dolby Digital +"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "Dolby Digital"
|
|
},
|
|
{
|
|
"name": "Atmos",
|
|
"description": "Matches 'Atmos' Regex Pattern",
|
|
"tags": [
|
|
"Audio",
|
|
"Enhancement",
|
|
"Dolby"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Atmos",
|
|
"negate": false,
|
|
"pattern": "Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"name": "Atmos (BTN Standard)",
|
|
"negate": false,
|
|
"pattern": "BTN Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "Atmos",
|
|
"negate": false,
|
|
"pattern": "Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Atmos (BTN Standard)",
|
|
"negate": false,
|
|
"pattern": "BTN Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "House.of.the.Dragon.S01.DV.2160p.BluRay.Remux.TrueHDA7.1.H.265-TekMUX",
|
|
"lastRun": "2025-01-11T23:15:49.211241",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "Atmos",
|
|
"negate": false,
|
|
"pattern": "Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "Atmos (BTN Standard)",
|
|
"negate": false,
|
|
"pattern": "BTN Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 2,
|
|
"input": "\t House of the Dragon S01 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC REMUX-FraMeSToR",
|
|
"lastRun": "2025-01-11T23:15:49.211241",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "Atmos",
|
|
"negate": false,
|
|
"pattern": "Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "Atmos (BTN Standard)",
|
|
"negate": false,
|
|
"pattern": "BTN Atmos",
|
|
"required": false,
|
|
"type": "release_title"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 3,
|
|
"input": "Loki.S01.2160p.UHD.BluRay.Remux.TrueHDA.7.1.H.265-SiCFoI",
|
|
"lastRun": "2025-01-11T23:15:49.211241",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "Atmos"
|
|
},
|
|
{
|
|
"name": "BeyondHD",
|
|
"description": "",
|
|
"tags": [
|
|
"Release Group"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Regex",
|
|
"negate": false,
|
|
"pattern": "BeyondHD",
|
|
"required": true,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"tests": [],
|
|
"_id": "BeyondHD"
|
|
},
|
|
{
|
|
"name": "1080p Balanced Tier 2",
|
|
"description": "Matches release groups who fall under 1080p Balanced Tier 2",
|
|
"tags": [
|
|
"Release Group"
|
|
],
|
|
"conditions": [
|
|
{
|
|
"name": "Not WEB-DL",
|
|
"negate": true,
|
|
"required": true,
|
|
"source": "web_dl",
|
|
"type": "source"
|
|
},
|
|
{
|
|
"name": "1080p",
|
|
"negate": false,
|
|
"required": true,
|
|
"resolution": "1080p",
|
|
"type": "resolution"
|
|
},
|
|
{
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 1,
|
|
"input": "Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed",
|
|
"lastRun": "2025-01-13T02:53:37.357699",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": true,
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": false,
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 2,
|
|
"input": "Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed",
|
|
"lastRun": "2025-01-13T02:53:37.357699",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 3,
|
|
"input": "Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio",
|
|
"lastRun": "2025-01-13T02:53:37.357699",
|
|
"passes": true
|
|
},
|
|
{
|
|
"conditionResults": [
|
|
{
|
|
"matches": false,
|
|
"name": "hallowed",
|
|
"negate": false,
|
|
"pattern": "hallowed",
|
|
"required": false,
|
|
"type": "release_group"
|
|
},
|
|
{
|
|
"matches": true,
|
|
"name": "BHDStudio",
|
|
"negate": false,
|
|
"pattern": "BHDStudio",
|
|
"required": false,
|
|
"type": "release_group"
|
|
}
|
|
],
|
|
"expected": true,
|
|
"id": 4,
|
|
"input": "Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD 5.1 English-BHDStudio",
|
|
"lastRun": "2025-01-13T02:53:37.357699",
|
|
"passes": true
|
|
}
|
|
],
|
|
"_id": "1080p Balanced Tier 2"
|
|
}
|
|
] |