[ { "name": "3D", "pattern": "(?<=\\b[12]\\d{3}\\b).*\\b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\\b", "description": "Matches terms related to 3D video formats:\n- `bluray3d` or `bd3d` (optional `bluray` or `bd` followed by `3d`).\n- `sbs` (side-by-side).\n- `half ou` or `half sbs` with space (` `), dot (`.`), or hyphen (`-`) as separators.", "tags": [ "Enhancement", "Banned" ], "tests": [ { "expected": true, "id": 1, "input": "Universal.Soldier.Day.of.Reckoning.2012.1080p.BluRay.3D.H-SBS.DTS.x264-BluRay3D", "lastRun": "2025-08-18T23:32:02.252678", "matchSpan": { "end": 79, "start": 39 }, "matchedContent": ".1080p.BluRay.3D.H-SBS.DTS.x264-BluRay3D", "matchedGroups": [ "BluRay3D", "BluRay" ], "passes": true }, { "expected": true, "id": 2, "input": "Justin.And.The.Knights.Of.Valour.3D.2013.1080p.BluRay.Half-SBS.x264-BluRay3D", "lastRun": "2025-08-18T23:32:02.252678", "matchSpan": { "end": 76, "start": 40 }, "matchedContent": ".1080p.BluRay.Half-SBS.x264-BluRay3D", "matchedGroups": [ "BluRay3D", "BluRay" ], "passes": true }, { "expected": false, "id": 3, "input": "Step Up 3D 2010 1080p BluRay DTS-ES 6.1 x264-xander", "lastRun": "2025-08-18T23:32:02.252678", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true } ], "_id": "3D" }, { "name": "3L", "pattern": "(?<=^|[\\s.-])3L\\b", "description": "", "tags": [ "Release Group", "Remux" ], "tests": [], "_id": "3L" }, { "name": "4K4U", "pattern": "(?<=^|[\\s.-])4K4U\\b", "description": "Matches the release group `4K4U` only if it is:\n\n- Preceded by the start of the string (`^`), a whitespace character (`\\s`), a period (`.`), or a hyphen (`-`).\n- Followed by a word boundary (`\\b`), ensuring it ends cleanly without being part of a longer word. ", "tags": [ "Release Group", "Remux" ], "tests": [], "_id": "4K4U" }, { "name": "4KDVS", "pattern": "(?<=^|[\\s.-])4KDVS\\b", "description": "Matches \"4KDVS\" when preceded by whitespace, a hyphen or dot", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "4KDVS" }, { "name": "7.1 Surround", "pattern": "7\\.1", "description": "", "tags": [ "Audio", "Channel" ], "tests": [], "_id": "7.1 Surround" }, { "name": "9volt", "pattern": "(?<=^|[\\s.-])9volt\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "9volt" }, { "name": "AAAUHD", "pattern": "(?<=^|[\\s.-])AAAUHD\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "AAAUHD" }, { "name": "AAC", "pattern": "\\bAAC(\\b|\\d)", "description": "", "tags": [ "Audio" ], "tests": [], "_id": "AAC" }, { "name": "AC", "pattern": "(?<=^|[\\s.-])AC\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "AC" }, { "name": "ADE", "pattern": "(?<=^|[\\s.-])ADE\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "ADE" }, { "name": "AJP69", "pattern": "(?<=^|[\\s.-])AJP69\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "AJP69" }, { "name": "ANE", "pattern": "(?<=^|[\\s.-])ANE\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "ANE" }, { "name": "AOC", "pattern": "(?<=^|[\\s.-])AOC\\b", "description": "Banned for Excessive Audio Streams", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "AOC" }, { "name": "AOmundson", "pattern": "(?<=^|[\\s.-])AOmundson\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "AOmundson" }, { "name": "APEX", "pattern": "(?<=^|[\\s.-])APEX\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "APEX" }, { "name": "ARCADE", "pattern": "(?<=^|[\\s.-])ARCADE\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "ARCADE" }, { "name": "AROMA", "pattern": "(?<=^|[\\s.-])AROMA\\b", "description": "Banned for Retagging", "tags": [ "Release Group", "Banned" ], "tests": [], "_id": "AROMA" }, { "name": "AV1", "pattern": "\\b(AV1)\\b", "description": "AV1, or AOMedia Video 1, is a video coding format that compresses video files and streams while maintaining high quality.", "tags": [ "Codec" ], "tests": [ { "expected": true, "id": 1, "input": "Arcane S01 2160p UHD BluRay DD 5.1 DV HDR AV1-TiZU", "lastRun": "2025-04-15T14:50:05.552676", "matchSpan": { "end": 45, "start": 42 }, "matchedContent": "AV1", "matchedGroups": [ "AV1" ], "passes": true }, { "expected": true, "id": 2, "input": "Up.2009.2160p.Bluray.AC3.HDR.DV.AV1-TiZU.mkv", "lastRun": "2025-04-15T14:50:05.552676", "matchSpan": { "end": 35, "start": 32 }, "matchedContent": "AV1", "matchedGroups": [ "AV1" ], "passes": true } ], "_id": "AV1" }, { "name": "AVC", "pattern": "[xh][ ._-]?264|\\bAVC(\\b|\\d)", "description": "An open source encoder that produces AVC videos. ", "tags": [ "Encoder", "Codec" ], "tests": [ { "expected": true, "id": 1, "input": "Ballerina 2025 2160p iT WEB-DL DD+ 5.1 Atmos DV HDR10+ H.265-BYNDR", "lastRun": "2025-07-24T17:37:44.747485", "matchSpan": { "end": 60, "start": 55 }, "matchedContent": "H.265", "matchedGroups": [ null ], "passes": true }, { "expected": true, "id": 2, "input": "The Lord Of The Rings: The Two Towers 2002 Extended Edition 2160p UHD BluRay TrueHD 7.1 DV HDR x265-DON", "lastRun": "2025-07-24T17:37:44.747485", "matchSpan": { "end": 99, "start": 95 }, "matchedContent": "x265", "matchedGroups": [ null ], "passes": true }, { "expected": true, "id": 3, "input": "Suspiria 2018 2160p UHD BluRay REMUX HDR HEVC TrueHD 7.1 Atmos-BLURANiUM", "lastRun": "2025-07-24T17:37:44.747485", "matchSpan": { "end": 45, "start": 41 }, "matchedContent": "HEVC", "matchedGroups": [ "" ], "passes": true }, { "expected": false, "id": 4, "input": "Ballerina 2025 1080p AMZN WEB-DL DD+ 5.1 Atmos H.264-BYNDR", "lastRun": "2025-07-24T17:37:44.747485", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": false, "id": 5, "input": "Thunderbolts* 2025 Hybrid 1080p BluRay DD+ 7.1 x264-ZoroSenpai", "lastRun": "2025-07-24T17:37:44.747485", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true } ], "_id": "AVC" }, { "name": "AViATOR", "pattern": "(?<=^|[\\s.-])AViATOR\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "AViATOR" }, { "name": "Absinth", "pattern": "(?<=^|[\\s.-])Absinth\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "Absinth" }, { "name": "AjA", "pattern": "(?<=^|[\\s.-])AjA\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "AjA" }, { "name": "Amazon Prime", "pattern": "\\b(?:amzn|(?:AMZN|Amazon)(?=\\s*(?:WEB-?DL|HD)))\\b", "description": "Amazon Prime Video, or simply Prime Video, is an American subscription video on-demand over-the-top streaming and rental service of Amazon offered both as a stand-alone service and as part of Amazon's Prime subscription.", "tags": [ "Streaming Service", "WEB-DL" ], "tests": [ { "expected": true, "id": 1, "input": "Futurama.S03E01.Amazon Women in the Mood.1080p.AMZN.WEB-DL.DDP2.0.H.264-Yatogam1.mkv", "lastRun": "2024-12-06T01:59:08.829137", "matchSpan": { "end": 51, "start": 47 }, "matchedContent": "AMZN", "matchedGroups": [], "passes": true }, { "expected": false, "id": 2, "input": "Futurama.S03E05.Amazon.Women.in.the.Mood.NF.WEB DL.DDP2.0.x264 CtrlSD.mkv", "lastRun": "2024-12-06T01:59:08.829137", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": false, "id": 3, "input": "Amazon.Women.on.the.Moon.1987.720p.BluRay.x264-HANDJOB.mkv", "lastRun": "2024-12-06T01:59:08.829137", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 4, "input": "First.Contact.Lost.Tribe.of.the.Amazon.2016.1080p.AMZN.WEB-DL.DDP2.0.H.264-Q0SWeb.mkv", "lastRun": "2024-12-06T01:59:08.829137", "matchSpan": { "end": 54, "start": 50 }, "matchedContent": "AMZN", "matchedGroups": [], "passes": true }, { "expected": false, "id": 5, "input": "First.Contact.Lost.Tribe.of.the.Amazon.2016.1080p.WEB-DL.DDP2.0.H.264-Q0SWeb.mkv", "lastRun": "2024-12-06T01:59:08.829137", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true } ], "_id": "Amazon Prime" }, { "name": "Apple TV+", "pattern": "\\b(atvp|aptv|Apple TV\\+)\\s*\\b", "description": "Apple TV+ is an American subscription OTT streaming service owned and operated by Apple Inc. Launched on November 1, 2019, it offers a selection of original production film and television series called Apple Originals.", "tags": [ "Streaming Service", "WEB-DL" ], "tests": [ { "expected": true, "id": 1, "input": "Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv", "lastRun": "2024-12-03T02:31:55.764873", "passes": true }, { "expected": true, "id": 2, "input": "Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv", "lastRun": "2024-12-03T02:31:55.764873", "passes": true }, { "expected": false, "id": 3, "input": "You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv", "lastRun": "2024-12-03T02:31:55.764873", "passes": true }, { "expected": true, "id": 4, "input": "Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB", "lastRun": "2024-12-03T02:31:55.764873", "passes": true } ], "_id": "Apple TV+" }, { "name": "Apple TV", "pattern": "\\b(ATV)\\b", "description": "Apple TV channels offer a curated selection of content from various streaming services and providers, allowing users to subscribe and access content directly within the Apple TV app. These channels provide a centralized platform for accessing a wide range of movies, TV shows, live sports, and more. ", "tags": [ "Streaming Service", "WEB-DL" ], "tests": [], "_id": "Apple TV" }, { "name": "Arid", "pattern": "(?<=^|[\\s.-])Arid\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "Arid" }, { "name": "Asakura", "pattern": "(?<=^|[\\s.-])Asakura\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "Asakura" }, { "name": "Atmos", "pattern": "\\bATMOS(\\b|\\d)", "description": "", "tags": [ "Audio", "Enhancement" ], "tests": [ { "expected": false, "id": 1, "input": "The.Last.of.Us.S01.2160p.UHD.BluRay.Remux.TrueHDA7.1.H.265-PmP", "lastRun": "2025-01-06T15:07:07.378833", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 2, "input": "The.Last.of.Us.S01.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR", "lastRun": "2025-01-06T15:07:07.378833", "matchSpan": { "end": 48, "start": 43 }, "matchedContent": "Atmos", "matchedGroups": [ "" ], "passes": true }, { "expected": true, "id": 3, "input": "The Last of Us S01 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR H.265-FLUX", "lastRun": "2025-01-06T15:07:07.378833", "matchSpan": { "end": 49, "start": 44 }, "matchedContent": "Atmos", "matchedGroups": [ "" ], "passes": true }, { "expected": false, "id": 4, "input": "The.Last.of.Us.S01.DV.HDR.2160p.MAX.WEB-DL.DDPA5.1.H.265-FLUX", "lastRun": "2025-01-06T15:07:07.378833", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true } ], "_id": "Atmos" }, { "name": "B&W", "pattern": "\\d{4}.*?\\bblack\\b[\\s.]*(?:and|\\&|-|\\/)?[\\s.]*\\bwhite\\b|\\bb\\&?w\\b", "description": "Black and White colour grading. This regex matches a 4-digit number (optionally surrounded by parentheses), followed by any amount of text, and then detects references to \"black and white\" in various formats. It supports `blackwhite` (no spaces), `black and white`, `black-white`, \"`black & white`, `black/white`, as well as shorthand `BW` and `B&W`, while excluding invalid variations like `b w`, `b-w`, or `b/w`", "tags": [ "Enhancement", "Colour Grade", "Banned" ], "tests": [ { "expected": true, "id": 1, "input": "The Mist Black and White 2007 2160p USA UHD Blu-ray DV HDR HEVC TrueHD 7.1 Atmos-BeyondHD", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": false }, { "expected": false, "id": 2, "input": "Black and White 2002 1080p Blu-ray AVC DTS-HD MA 5.1-CultFilms", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": false, "id": 3, "input": "Pokemon the Movie: Black and White-Victini and Reshiram Zekrom 2011 1080p AUS BD50 DTS-HD MA 5.1 AVC-PHOENiX", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 4, "input": "Madeo 2009 Black & White Version 1080p JPN Blu-ray AVC TrueHD 5.1-kyRLS", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": { "end": 24, "start": 6 }, "matchedContent": "2009 Black & White", "matchedGroups": [], "passes": true }, { "expected": true, "id": 6, "input": "Psycho (1960) B&W", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": { "end": 17, "start": 7 }, "matchedContent": "(1960) B&W", "matchedGroups": [], "passes": true }, { "expected": true, "id": 7, "input": "Citizen Kane (1941) Black.and.White", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": { "end": 35, "start": 13 }, "matchedContent": "(1941) Black.and.White", "matchedGroups": [], "passes": true }, { "expected": true, "id": 8, "input": "Dracula (1931) Black-White", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": { "end": 26, "start": 8 }, "matchedContent": "(1931) Black-White", "matchedGroups": [], "passes": true }, { "expected": true, "id": 11, "input": "Young Frankenstein (1974) BW DVDRip", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": { "end": 28, "start": 19 }, "matchedContent": "(1974) BW", "matchedGroups": [], "passes": true }, { "expected": false, "id": 12, "input": "Jack Black & Betty White in a Comedy Special", "lastRun": "2025-02-14T14:41:22.957835", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true } ], "_id": "B&W" }, { "name": "BEN THE MEN", "pattern": "\\b(BEN[ ._-]THE[ ._-]MEN)\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "BEN THE MEN" }, { "name": "BHDStudio", "pattern": "(?<=^|[\\s.-])BHDStudio\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "BHDStudio" }, { "name": "BLUEBIRD", "pattern": "(?<=^|[\\s.-])BLUEBIRD\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "BLUEBIRD" }, { "name": "BLURANiUM", "pattern": "(?<=^|[\\s.-])BLURANiUM\\b", "description": "", "tags": [ "Release Group", "Remux" ], "tests": [], "_id": "BLURANiUM" }, { "name": "BLUTONiUM", "pattern": "(?<=^|[\\s.-])BLUTONiUM\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "BLUTONiUM" }, { "name": "BMF", "pattern": "(?<=^|[\\s.-])BMF\\b", "description": "", "tags": [ "Release Group", "Remux", "Bluray" ], "tests": [], "_id": "BMF" }, { "name": "BOLS", "pattern": "(?<=^|[\\s.-])BOLS\\b", "description": "Banned for Retagging", "tags": [ "Release Group", "Banned" ], "tests": [], "_id": "BOLS" }, { "name": "BOREDOR", "pattern": "(?<=^|[\\s.-])BOREDOR\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "BOREDOR" }, { "name": "BSTD", "pattern": "(?<=^|[\\s.-])BSTD\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "BSTD" }, { "name": "BTM", "pattern": "(?<=^|[\\s.-])BTM\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "BTM" }, { "name": "BTN Atmos", "pattern": "\\bTrue[ .-]?HDA[ .-]?[57]\\.1|DDPA[57]\\.1\\b", "description": "Matches BroadcastTheNet Atmos naming convention", "tags": [ "Audio" ], "tests": [ { "expected": true, "id": 1, "input": "The.Last.of.Us.S01.2160p.UHD.BluRay.Remux.TrueHDA7.1.H.265-PmP", "lastRun": "2025-01-11T23:15:36.540509", "matchSpan": { "end": 52, "start": 42 }, "matchedContent": "TrueHDA7.1", "matchedGroups": [], "passes": true }, { "expected": false, "id": 2, "input": "The.Last.of.Us.S01.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR", "lastRun": "2025-01-11T23:15:36.540509", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": false, "id": 3, "input": "The Last of Us S01 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR H.265-FLUX", "lastRun": "2025-01-11T23:15:36.540509", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 4, "input": "The.Last.of.Us.S01.DV.HDR.2160p.MAX.WEB-DL.DDPA5.1.H.265-FLUX", "lastRun": "2025-01-11T23:15:36.540509", "matchSpan": { "end": 50, "start": 43 }, "matchedContent": "DDPA5.1", "matchedGroups": [], "passes": true }, { "expected": true, "id": 5, "input": "Loki.S01.2160p.UHD.BluRay.Remux.TrueHDA.7.1.H.265-SiCFoI", "lastRun": "2025-01-11T23:15:36.540509", "matchSpan": { "end": 43, "start": 32 }, "matchedContent": "TrueHDA.7.1", "matchedGroups": [], "passes": true } ], "_id": "BTN Atmos" }, { "name": "BTN", "pattern": "(?<=^|[\\s.-])BTN\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "BTN" }, { "name": "BTW", "pattern": "(?<=^|[\\s.-])BTW\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "BTW" }, { "name": "BV", "pattern": "(?<=^|[\\s.-])BV\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "BV" }, { "name": "BYNDR", "pattern": "(?<=^|[\\s.-])BYNDR\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "BYNDR" }, { "name": "Basic HDR Formats", "pattern": "(?:(?<=^(?!.*\\b(HLG|PQ|SDR)(\\b|\\d)).*?)HDR)|\\b(dv(?![ .](HLG|SDR))|dovi|dolby[ .]?vision)\\b", "description": "Matches Dolby Vision OR HDR10. Needed to better match UHD Blurays", "tags": [ "Enhancement", "Colour Grade", "HDR" ], "tests": [ { "expected": true, "id": 5, "input": "MovieName.1080p.DV.mkv", "lastRun": "2025-01-13T08:51:12.077354", "matchSpan": { "end": 18, "start": 16 }, "matchedContent": "DV", "matchedGroups": [ null, null, "DV", null ], "passes": true }, { "expected": true, "id": 6, "input": "MovieName.4K.Dolby Vision.IMAX.mkv", "lastRun": "2025-01-13T08:51:12.077354", "matchSpan": { "end": 25, "start": 13 }, "matchedContent": "Dolby Vision", "matchedGroups": [ null, null, "Dolby Vision", null ], "passes": true }, { "expected": false, "id": 7, "input": "MovieName.2023.4K.DV.HLG.mkv", "lastRun": "2025-01-13T08:51:12.077354", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": false, "id": 8, "input": "MovieName.2023.4K.DV.SDR.mkv", "lastRun": "2025-01-13T08:51:12.077354", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 9, "input": "MovieName.4K.DV.SDR.Dovi.mkv", "lastRun": "2025-01-13T08:51:12.077354", "matchSpan": { "end": 24, "start": 20 }, "matchedContent": "Dovi", "matchedGroups": [ null, null, "Dovi", null ], "passes": true }, { "expected": true, "id": 10, "input": "Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD Atmos 7.1 English-WiLDCAT", "lastRun": "2025-01-13T08:51:12.077354", "matchSpan": { "end": 61, "start": 59 }, "matchedContent": "DV", "matchedGroups": [ null, null, "DV", null ], "passes": true }, { "expected": true, "id": 11, "input": "Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY", "lastRun": "2025-01-13T08:51:12.077354", "matchSpan": { "end": 58, "start": 55 }, "matchedContent": "HDR", "matchedGroups": [ null, null, null, null ], "passes": true }, { "expected": true, "id": 12, "input": "Avatar: The Way of Water [2022] 2160p HEVC WEB-DL HDR10+ -CMRG", "lastRun": "2025-01-13T08:51:12.077354", "matchSpan": { "end": 53, "start": 50 }, "matchedContent": "HDR", "matchedGroups": [ null, null, null, null ], "passes": true } ], "_id": "Basic HDR Formats" }, { "name": "BeiTai", "pattern": "(?<=^|[\\s.-])BeiTai\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "BeiTai" }, { "name": "Better Theatricals", "pattern": "^\\b(terminator.?2|alien[^s].*?1979|star.wars.*?(4k|19)(77)|.*?\\bempire.strikes.back|.*?\\breturn.of.the.jedi|apocalypse.now|the.exorcist.*?1973|donnie.darko|amadeus|payback.*?1999|payback.straight.up.*?2006|almost.famous)\\b", "description": "Matches movies where the `Theatrical` cut is considered the better version. Subjectively chosen, based on Dictionarry's personal preferences and major opinion. Needed to override the default special edition preference. Matches:\n- Terminator 2: Judgement Day (1991)\n- Alien (1979)\n- Star Wars OT (1977-1983)\n- Apocalypse Now (1979)\n- The Exorcist (1973)\n- Donnie Darko (2001)\n- Amadeus (1984)\n- Payback (1999)\n- Almost Famous (2000)", "tags": [ "Edition" ], "tests": [ { "expected": true, "id": 1, "input": "Terminator.2.Judgment.Day.Theatrical.Cut.1991.1080p.BluRay.DTS.x264.D-Z0N3", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 12, "start": 0 }, "matchedContent": "Terminator.2", "matchedGroups": [ "Terminator.2", null, null ], "passes": true }, { "expected": false, "id": 2, "input": " Aliens.1986.Special.Edition.1080p.BluRay.DTS.x264-Geek.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 3, "input": "Alien.1979.Directors.Cut.2in1.BluRay.1080p.AVC.DTS-HD.MA5.1-CHDBits", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 10, "start": 0 }, "matchedContent": "Alien.1979", "matchedGroups": [ "Alien.1979", null, null ], "passes": true }, { "expected": true, "id": 4, "input": "star.wars.4K77.2160p.UHD.No-DNR.35mm.x265-v1.4.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 14, "start": 0 }, "matchedContent": "star.wars.4K77", "matchedGroups": [ "star.wars.4K77", "4K", "77" ], "passes": true }, { "expected": true, "id": 5, "input": "Star.Wars.Episode.IV.A.New.Hope.1977.COMPLETE.UHD.BLURAY-DIZZKNEE", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 36, "start": 0 }, "matchedContent": "Star.Wars.Episode.IV.A.New.Hope.1977", "matchedGroups": [ "Star.Wars.Episode.IV.A.New.Hope.1977", "19", "77" ], "passes": true }, { "expected": true, "id": 6, "input": "Star.Wars.1977.Theatrical.Cut.DVDRip.AC3.x264.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 14, "start": 0 }, "matchedContent": "Star.Wars.1977", "matchedGroups": [ "Star.Wars.1977", "19", "77" ], "passes": true }, { "expected": true, "id": 7, "input": "03 Empire.Strikes.Back.4K80.2160p.UHD.no-DNR.35mm.x265-v1.0.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 22, "start": 0 }, "matchedContent": "03 Empire.Strikes.Back", "matchedGroups": [ "03 Empire.Strikes.Back", null, null ], "passes": true }, { "expected": true, "id": 8, "input": "Star.Wars.Episode.V.The.Empire.Strikes.Back.1980.2160p.UHD.BluRay.Remux.HDR.HEVC.Atmos-PmP.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 43, "start": 0 }, "matchedContent": "Star.Wars.Episode.V.The.Empire.Strikes.Back", "matchedGroups": [ "Star.Wars.Episode.V.The.Empire.Strikes.Back", null, null ], "passes": true }, { "expected": true, "id": 9, "input": "Empire.Strikes.Back.1980.35mm.Renegade.Grindhouse.Scan.480p.DD2.0.x264.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 19, "start": 0 }, "matchedContent": "Empire.Strikes.Back", "matchedGroups": [ "Empire.Strikes.Back", null, null ], "passes": true }, { "expected": true, "id": 10, "input": "Return.of.the.Jedi.4K83.2160p.UHD.35mm.x265-v1.1.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 18, "start": 0 }, "matchedContent": "Return.of.the.Jedi", "matchedGroups": [ "Return.of.the.Jedi", null, null ], "passes": true }, { "expected": true, "id": 11, "input": "Star Wars Episode VI - Return of the Jedi (1983) 2160p UHD BluRay TrueHD 7.1 HDR x265-Chotab.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 41, "start": 0 }, "matchedContent": "Star Wars Episode VI - Return of the Jedi", "matchedGroups": [ "Star Wars Episode VI - Return of the Jedi", null, null ], "passes": true }, { "expected": false, "id": 12, "input": "Star.Wars.Episode.IX.The.Rise.of.Skywalker.2019.UHD.BluRay.2160p.TrueHD.Atmos.7.1.HEVC.REMUX-FraMeSToR.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 13, "input": "Apocalypse.Now.1979.Final.Cut.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.HYBRID.REMUX-FraMeSToR.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 14, "start": 0 }, "matchedContent": "Apocalypse.Now", "matchedGroups": [ "Apocalypse.Now", null, null ], "passes": true }, { "expected": true, "id": 14, "input": "The.Exorcist.1973.2160p.UHD.Blu-ray.Remux.HDR.HEVC.TrueHD.7.1.Atmos-CiNEPHiLES.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 17, "start": 0 }, "matchedContent": "The.Exorcist.1973", "matchedGroups": [ "The.Exorcist.1973", null, null ], "passes": true }, { "expected": false, "id": 15, "input": "The Pope's Exorcist 2023 1080p WEBRip DD+5.1 x264-HiDt.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": false, "id": 16, "input": "The Exorcist III 1990 Theatrical 1080p BluRay DTS x264-VietHD.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 17, "input": "Donnie.Darko.2001.2160p.UHD.Blu-ray.Remux.HEVC.HDR.DoVi.DTS-HD.MA.5.1-ARROW4KDV.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 12, "start": 0 }, "matchedContent": "Donnie.Darko", "matchedGroups": [ "Donnie.Darko", null, null ], "passes": true }, { "expected": true, "id": 18, "input": "Amadeus.1984.Blu-Ray.1080p.DTSHD-MA.VC-1.Remux-HiFi.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 7, "start": 0 }, "matchedContent": "Amadeus", "matchedGroups": [ "Amadeus", null, null ], "passes": true }, { "expected": false, "id": 19, "input": "National Theatre Live- Amadeus (2017).mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 20, "input": "Payback.Straight.Up.Directors.Cut.1999.Bluray-PTP", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 38, "start": 0 }, "matchedContent": "Payback.Straight.Up.Directors.Cut.1999", "matchedGroups": [ "Payback.Straight.Up.Directors.Cut.1999", null, null ], "passes": true }, { "expected": true, "id": 21, "input": "Payback.1999.Theatrical.Cut.BluRay.1080p.TrueHD.5.1.VC-1.REMUX-FraMeSToR.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 12, "start": 0 }, "matchedContent": "Payback.1999", "matchedGroups": [ "Payback.1999", null, null ], "passes": true }, { "expected": true, "id": 22, "input": "Payback Straight Up 2006 DC 1080p HDDVD DD5.1 x264-RightSiZE.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 24, "start": 0 }, "matchedContent": "Payback Straight Up 2006", "matchedGroups": [ "Payback Straight Up 2006", null, null ], "passes": true }, { "expected": true, "id": 23, "input": "Payback.Theatrical.Cut.1999.1080p.BluRay.DD5.1.x264-REPTiLE.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 27, "start": 0 }, "matchedContent": "Payback.Theatrical.Cut.1999", "matchedGroups": [ "Payback.Theatrical.Cut.1999", null, null ], "passes": true }, { "expected": false, "id": 24, "input": " Payback.2021.1080p.WEB.h264-RUMOUR.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": false, "id": 25, "input": "Payback.DVDRip.AVC.AC3.(1995).mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 26, "input": "Almost.Famous.2000.Bootleg.Cut.UHD.BluRay.2160p.DTS-HD.MA.5.1.DV.HEVC.HYBRID.REMUX-FraMeSToR.mkv", "lastRun": "2025-02-24T21:16:01.912349", "matchSpan": { "end": 13, "start": 0 }, "matchedContent": "Almost.Famous", "matchedGroups": [ "Almost.Famous", null, null ], "passes": true } ], "_id": "Better Theatricals" }, { "name": "BeyondHD", "pattern": "(?<=^|[\\s.-])BeyondHD\\b", "description": "Banned Due to only doing Full Discs", "tags": [ "Release Group", "Banned" ], "tests": [ { "expected": true, "id": 1, "input": "Game of Thrones (2012) S02 2160p UHD Blu-ray HEVC DV HDR TrueHD Atmos 7.1 English-BeyondHD", "lastRun": "2024-12-13T17:46:48.251985", "matchSpan": { "end": 90, "start": 82 }, "matchedContent": "BeyondHD", "matchedGroups": [], "passes": true } ], "_id": "BeyondHD" }, { "name": "BiTOR", "pattern": "(?<=^|[\\s.-])BiTOR\\b", "description": "Banned for Fake DV/HDR Layer", "tags": [ "Release Group", "Banned" ], "tests": [], "_id": "BiTOR" }, { "name": "BiZKiT", "pattern": "(?<=^|[\\s.-])BiZKiT\\b", "description": "", "tags": [ "Release Group", "Remux" ], "tests": [], "_id": "BiZKiT" }, { "name": "BlurayDesuYo", "pattern": "(?<=^|[\\s.-])BlurayDesuYo\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "BlurayDesuYo" }, { "name": "BlzT", "pattern": "(?<=^|[\\s.-])BlzT\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "BlzT" }, { "name": "Bracketed Year", "pattern": "\\[\\d{4}\\]", "description": "Match a year moniker inside square brackets", "tags": [], "tests": [ { "expected": true, "id": 1, "input": "Loki S01 [2021] 2160p HEVC Blu-Ray Remux HDR10 -SiCFoI", "lastRun": "2025-01-12T00:57:33.563808", "matchSpan": { "end": 15, "start": 9 }, "matchedContent": "[2021]", "matchedGroups": [], "passes": true } ], "_id": "Bracketed Year" }, { "name": "Bravia Core Rename", "pattern": "\\[(BCORE)\\b|\\b(BCORE)\\]", "description": "Sony Pictures Core (formerly known as Bravia Core) is a video on demand service from Sony for its televisions and smartphones, launched in April 2021. The service offers the streaming of movies at up to 4K resolution provided by Sony Pictures Entertainment. CORE stands for Centre of Real Entertainment.", "tags": [ "Streaming Service", "WEB-DL" ], "tests": [], "_id": "Bravia Core Rename" }, { "name": "Bravia Core", "pattern": "\\b(BCORE|CORE)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)", "description": "Sony Pictures Core (formerly known as Bravia Core) is a video on demand service from Sony for its televisions and smartphones, launched in April 2021. The service offers the streaming of movies at up to 4K resolution provided by Sony Pictures Entertainment. CORE stands for Centre of Real Entertainment.", "tags": [ "Streaming Service", "WEB-DL" ], "tests": [], "_id": "Bravia Core" }, { "name": "Bunny-Apocalypse", "pattern": "(?<=^|[\\s.-])Bunny-Apocalypse\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "Bunny-Apocalypse" }, { "name": "CBT", "pattern": "(?<=^|[\\s.-])CBT\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "CBT" }, { "name": "CHAOS", "pattern": "(?<=^|[\\s.-])CHAOS\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "CHAOS" }, { "name": "CHD", "pattern": "(?<=^|[\\s.-])CHD\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "CHD" }, { "name": "CJ", "pattern": "(?<=^|[\\s.-])CJ\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "CJ" }, { "name": "CLASSiCALHD", "pattern": "(?<=^|[\\s.-])CLASSiCALHD\\b", "description": "Banned for LQ Non English / RaR", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "CLASSiCALHD" }, { "name": "CMCT", "pattern": "(?<=^|[\\s.-])CMCT\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "CMCT" }, { "name": "CMRG", "pattern": "(?<=^|[\\s.-])CM(a)?R(io)?G\\b", "description": "Prolific WEB-DL group. ", "tags": [ "Release Group", "WEB-DL" ], "tests": [ { "expected": true, "id": 1, "input": "12 Dares of Christmas 2023 1080p AMZN WEB-DL DDP 2.0 H.264-CMRG", "lastRun": "2024-12-06T05:58:57.443985", "matchSpan": { "end": 63, "start": 59 }, "matchedContent": "CMRG", "matchedGroups": [ null, null ], "passes": true }, { "expected": true, "id": 2, "input": "The.Super.Mario.Bros.Movie.2023.1080p.MA.WEB-DL.DDP5.1.Atmos.H.264-CMaRioG.mkv", "lastRun": "2024-12-06T05:58:57.443985", "matchSpan": { "end": 74, "start": 67 }, "matchedContent": "CMaRioG", "matchedGroups": [ "a", "io" ], "passes": true } ], "_id": "CMRG" }, { "name": "CREATiVE24", "pattern": "(?<=^|[\\s.-])CREATiVE24\\b", "description": "Banned for Bloated Garbage", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "CREATiVE24" }, { "name": "CRFW", "pattern": "(?<=^|[\\s.-])CRFW\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "CRFW" }, { "name": "CRUD", "pattern": "(?<=^|[\\s.-])CRUD\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "CRUD" }, { "name": "CRX", "pattern": "(?<=^|[\\s.-])CRX\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "CRX" }, { "name": "CRiSC", "pattern": "(?<=^|[\\s.-])CRiSC\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "CRiSC" }, { "name": "CTR", "pattern": "(?<=^|[\\s.-])CTR\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "CTR" }, { "name": "Cait-Sidhe", "pattern": "(?<=^|[\\s.-])Cait-Sidhe\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "Cait-Sidhe" }, { "name": "CasStudio", "pattern": "(?<=^|[\\s.-])CasStudio\\b", "description": "", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "CasStudio" }, { "name": "Chihiro", "pattern": "(?<=^|[\\s.-])Chihiro\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "Chihiro" }, { "name": "Chivaman", "pattern": "(?<=^|[\\s.-])Chivaman\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "Chivaman" }, { "name": "Chotab", "pattern": "(?<=^|[\\s.-])Chotab\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "Chotab" }, { "name": "CiNEPHiLES", "pattern": "(?<=^|[\\s.-])CiNEPHiLES\\b", "description": "", "tags": [ "Release Group", "Remux" ], "tests": [], "_id": "CiNEPHiLES" }, { "name": "Cinefeel", "pattern": "(?<=^|[\\s.-])Cinefeel\\b", "description": "Matches \"Cinefeel\" when preceded by whitespace, a hyphen or dot", "tags": [ "Release Group", "WEB-DL" ], "tests": [], "_id": "Cinefeel" }, { "name": "CoalGirls", "pattern": "(?<=^|[\\s.-])CoalGirls\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "CoalGirls" }, { "name": "Colourisation", "pattern": "\\bcolou?r(i[sz]ed?|ed)?\\b", "description": "Colourisation (or colorization in American English) is the process of adding colour to black-and-white, sepia, or other monochrome images. Matches variations of `color` in both American and British spellings, including:\n\n- **Base forms:** `color`, `colour`\n- **Past tense/adjective forms:** `colored`, `coloured`\n- **Verb forms:** `colorize`, `colourize`, `colorise`, `colourise`\n- **Past participles:** `colorized`, `coloured`, `colourized`, `colourised`", "tags": [ "Colour Grade", "Enhancement" ], "tests": [ { "expected": true, "id": 1, "input": "colour", "lastRun": "2025-02-22T19:10:06.067266", "matchSpan": { "end": 6, "start": 0 }, "matchedContent": "colour", "matchedGroups": [ null ], "passes": true }, { "expected": true, "id": 3, "input": "coloured", "lastRun": "2025-02-22T19:10:06.067266", "matchSpan": { "end": 8, "start": 0 }, "matchedContent": "coloured", "matchedGroups": [ "ed" ], "passes": true }, { "expected": true, "id": 4, "input": "colourise", "lastRun": "2025-02-22T19:10:06.067266", "matchSpan": { "end": 9, "start": 0 }, "matchedContent": "colourise", "matchedGroups": [ "ise" ], "passes": true }, { "expected": true, "id": 7, "input": "colourised", "lastRun": "2025-02-22T19:10:06.067266", "matchSpan": { "end": 10, "start": 0 }, "matchedContent": "colourised", "matchedGroups": [ "ised" ], "passes": true }, { "expected": true, "id": 8, "input": "colored", "lastRun": "2025-02-22T19:10:06.067266", "matchSpan": { "end": 7, "start": 0 }, "matchedContent": "colored", "matchedGroups": [ "ed" ], "passes": true }, { "expected": false, "id": 9, "input": "discolor", "lastRun": "2025-02-22T19:10:06.067266", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true } ], "_id": "Colourisation" }, { "name": "Commie", "pattern": "(?<=^|[\\s.-])Commie\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "Commie" }, { "name": "Criterion Channel", "pattern": "\\b(CRiT)\\b", "description": "The Criterion Channel is a subscription-based streaming service launched on April 8, 2019, by The Criterion Collection. Available in the United States and Canada, it features a rich library of films, including Criterion Collection releases with special features, curated playlists, temporarily licensed titles, and original content such as academic overviews and introductions. The Channel also showcases Janus-owned titles not yet available on physical media and maintains a collaborative relationship with Warner Bros. Discovery's Max platform. Perfect for cinephiles, the service brings a curated cinematic experience to the digital space.", "tags": [ "Streaming Service", "WEB-DL" ], "tests": [ { "expected": true, "id": 1, "input": "Wild 90 1968 480p CRiT WEB-DL AAC2 0 x264-AT3N", "lastRun": "2025-03-29T13:35:14.519621", "matchSpan": { "end": 22, "start": 18 }, "matchedContent": "CRiT", "matchedGroups": [], "passes": true }, { "expected": true, "id": 2, "input": "Night Mother 1986 1080p CRiT WEB-DL AAC2 0 x264-AT3N", "lastRun": "2025-03-29T13:35:14.519621", "matchSpan": { "end": 28, "start": 24 }, "matchedContent": "CRiT", "matchedGroups": [], "passes": true }, { "expected": true, "id": 3, "input": "Please Speak Continuously and Describe Your Experiences as They Come to You 2019 1080p CRIT WEB-DL AAC2 0 x264-SiGLA", "lastRun": "2025-03-29T13:35:14.519621", "matchSpan": { "end": 91, "start": 87 }, "matchedContent": "CRIT", "matchedGroups": [], "passes": true }, { "expected": false, "id": 4, "input": "John Malkovich in The Music Critic 2021 720p WEB H264-LiQUiD", "lastRun": "2025-03-29T13:35:14.519621", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true } ], "_id": "Criterion Channel" }, { "name": "CtrlHD", "pattern": "(?<=^|[\\s.-])CtrlHD\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "CtrlHD" }, { "name": "D-Z0N3", "pattern": "(?<=^|[\\s.-])D-Z0N3\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "D-Z0N3" }, { "name": "DEFLATE", "pattern": "(?<=^|[\\s.-])DEFLATE\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "DEFLATE" }, { "name": "DEPTH", "pattern": "(?<=^|[\\s.-])DEPTH\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "DEPTH" }, { "name": "DON", "pattern": "(?<=^|[\\s.-])DON\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "DON" }, { "name": "DS4K", "pattern": "\\b(DS4K)\\b", "description": "", "tags": [ "Enhancements" ], "tests": [ { "expected": false, "id": 1, "input": "Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English - r00t QxR)", "lastRun": "2024-12-17T18:05:24.558038", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": false, "id": 2, "input": "Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio", "lastRun": "2024-12-17T18:05:24.558038", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 3, "input": "The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE)", "lastRun": "2024-12-17T18:05:24.558038", "matchSpan": { "end": 41, "start": 37 }, "matchedContent": "H265", "matchedGroups": [], "passes": true }, { "expected": true, "id": 4, "input": "\t The Batman (2022) 1080p AMZN WEB-DL H265 SDR DDP 5.1 English-DarQ", "lastRun": "2024-12-17T18:05:24.558038", "matchSpan": { "end": 42, "start": 38 }, "matchedContent": "H265", "matchedGroups": [], "passes": true } ], "_id": "DS4K" }, { "name": "DTS Basic", "pattern": "DTS[ .]?[1-9]", "description": "", "tags": [ "Audio" ], "tests": [], "_id": "DTS Basic" }, { "name": "DTS-ES", "pattern": "dts[-. ]?es\\b", "description": "", "tags": [ "Audio" ], "tests": [], "_id": "DTS-ES" }, { "name": "DTS-HD HRA ES", "pattern": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))", "description": "", "tags": [ "Audio" ], "tests": [], "_id": "DTS-HD HRA ES" }, { "name": "DTS-HD HRA", "pattern": "dts[-. ]?(hd[. ]?)?(hra?|hi\\b)", "description": "", "tags": [ "Audio" ], "tests": [], "_id": "DTS-HD HRA" }, { "name": "DTS-HD MA", "pattern": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\\b|\\d)", "description": "", "tags": [ "Audio" ], "tests": [], "_id": "DTS-HD MA" }, { "name": "DTS-HD", "pattern": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b", "description": "", "tags": [ "Audio" ], "tests": [], "_id": "DTS-HD" }, { "name": "DTS-X", "pattern": "\\b(dts[-_. :]?x)\\b(?!\\d)", "description": "", "tags": [ "Audio" ], "tests": [ { "expected": true, "id": 1, "input": "2 Fast 2 Furious (2003) 2160p MA WEB-DL H265 HDR DTS:X 7.1 English-FLUX", "lastRun": "2025-01-16T15:29:55.783259", "matchSpan": { "end": 54, "start": 49 }, "matchedContent": "DTS:X", "matchedGroups": [ "DTS:X" ], "passes": true }, { "expected": true, "id": 2, "input": "2.Fast.2.Furious.2003.2160p.MA.WEB-DL.DTS-X.7.1.H.265-FLUX.mkv", "lastRun": "2025-01-16T15:29:55.783259", "matchSpan": { "end": 43, "start": 38 }, "matchedContent": "DTS-X", "matchedGroups": [ "DTS-X" ], "passes": true } ], "_id": "DTS-X" }, { "name": "DTS", "pattern": "\\bDTS(\\b|\\d)", "description": "", "tags": [ "Audio" ], "tests": [], "_id": "DTS" }, { "name": "DarQ", "pattern": "(?<=^|[\\s.-])DarQ\\b", "description": "", "tags": [ "Release Group", "HEVC" ], "tests": [], "_id": "DarQ" }, { "name": "Dariush", "pattern": "(?<=^|[\\s.-])Dariush\\b", "description": "", "tags": [ "Release Group", "Bluray" ], "tests": [], "_id": "Dariush" }, { "name": "Dekinai", "pattern": "(?<=^|[\\s.-])Dekinai\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "Dekinai" }, { "name": "DepraveD", "pattern": "(?<=^|[\\s.-])DepraveD\\b", "description": "Banned for Fake DV/HDR Layer", "tags": [ "Release Group", "Banned" ], "tests": [], "_id": "DepraveD" }, { "name": "Disney+", "pattern": "\\b(dsnp|dsny(p)?|disney\\+)\\s*\\b", "description": "Disney+ is an American subscription video on-demand over-the-top streaming media service that primarily distributes films and television shows produced by Walt Disney Studios and Disney Television Studios, with dedicated content hubs for Disney's flagship brands; Disney, Pixar, Marvel, Star Wars, National Geographic, ESPN, Hulu and Star.", "tags": [ "Streaming Service", "WEB-DL" ], "tests": [ { "expected": true, "id": 1, "input": "Star Wars - The Clone Wars (2008) S06 (1080p DSNP WEB-DL H264 SDR DDP 5 1 English - HONE)", "lastRun": "2024-12-03T16:25:40.465487", "passes": true }, { "expected": true, "id": 2, "input": "Pupstruction S02E09E10 The Funniest Pup in Petsburg Beddy Bye Build 720p DSNY WEB-DL AAC 2.0 H.264-4f8c4100292", "lastRun": "2024-12-03T16:25:40.465487", "passes": true }, { "expected": true, "id": 3, "input": "Once Upon a Snowman 2020 DSNYP 1080p WEBRip X264 Atmos-EVO", "lastRun": "2024-12-03T16:25:40.465487", "passes": true }, { "expected": false, "id": 4, "input": "How.Disney.Built.America.S01E01.1080p.WEB.h264-EDITH", "lastRun": "2024-12-03T16:25:40.465487", "passes": true }, { "expected": true, "id": 5, "input": "High School Musical - The Musical - The Series S00E01 The Special 2160p HDR Disney+ WEBRip DD+ 5 1 x265-TrollUHD", "lastRun": "2024-12-03T16:25:40.465487", "passes": true }, { "expected": true, "id": 6, "input": "Air Crash Investigation S18 2018 Disney+ WEB-DL 1080p H264 DDP-HDCTV", "lastRun": "2024-12-03T16:25:40.465487", "passes": true } ], "_id": "Disney+" }, { "name": "Doki", "pattern": "(?<=^|[\\s.-])Doki\\b", "description": "", "tags": [ "Release Group", "Anime" ], "tests": [], "_id": "Doki" }, { "name": "Dolby Digital +", "pattern": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b", "description": "", "tags": [ "Audio" ], "tests": [ { "expected": false, "id": 1, "input": "Un-Ex You 2025 1080p NF WEB-DL DD 5.1 H.264-FLUX", "lastRun": "2025-07-13T14:55:44.265163", "matchSpan": null, "matchedContent": null, "matchedGroups": [], "passes": true }, { "expected": true, "id": 2, "input": "Un-Ex You 2025 1080p NF WEB-DL DD+ 5.1 H.264-FLUX", "lastRun": "2025-07-13T14:55:44.265163", "matchSpan": { "end": 34, "start": 31 }, "matchedContent": "DD+", "matchedGroups": [ null ], "passes": true } ], "_id": "Dolby Digital +" }, { "name": "Dolby Digital", "pattern": "\\bDD[^a-z+]|(?