[
  {
    "path": ".github/CODEOWNERS",
    "content": "* @santiagosayshey"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug.yml",
    "content": "name: 🐛 Bug Report\ndescription: Report a problem with a custom format, profile, or regex\nlabels: [\"type: bug\"]\n\nbody:\n  - type: input\n    id: which\n    attributes:\n      label: Which custom format/profile/regex?\n      placeholder: e.g. Remux Tier 1, DV HDR10+, x265\n    validations:\n      required: true\n\n  - type: textarea\n    id: whats-wrong\n    attributes:\n      label: What's wrong?\n      description: Include the release title, whether it should or shouldn't have matched, and a Regex101 link if relevant.\n      placeholder: |\n        Release: Some.Movie.2024.2160p.UHD.BluRay.REMUX.DV.HDR.DTS-HD.MA.7.1-GROUP\n        Expected: Should match Remux Tier 1\n        Actual: Didn't match\n        Regex101: https://regex101.com/...\n    validations:\n      required: true\n\n  - type: textarea\n    id: screenshots\n    attributes:\n      label: Screenshots\n      description: Interactive searches and movie/season history from your arrs are the most important info you can give. Without them, it's going to be much harder to solve this issue.\n      placeholder: Drag and drop screenshots here\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\n\ncontact_links:\n  - name: 💬 Support Question\n    url: https://github.com/Dictionarry-Hub/database/discussions/new?category=q-a\n    about: Ask questions and get help from the community\n\n  - name: 📚 Check the Docs\n    url: https://dictionarry.dev\n    about: Read the documentation before opening an issue\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature.yml",
    "content": "name: ✨ Feature Request\ndescription: Request new content or changes to existing content\nlabels: [\"type: feature\"]\n\nbody:\n  - type: dropdown\n    id: what\n    attributes:\n      label: What do you want?\n      options:\n        - New profile\n        - New custom format\n        - New regex pattern\n        - Changes to existing content\n        - Other\n    validations:\n      required: true\n\n  - type: textarea\n    id: description\n    attributes:\n      label: Description\n      placeholder: Describe what you want in detail\n    validations:\n      required: true\n\n  - type: textarea\n    id: why\n    attributes:\n      label: Why is this useful?\n      placeholder: Explain your use case\n\n  - type: textarea\n    id: screenshots\n    attributes:\n      label: Screenshots\n      description: If relevant, include interactive searches or movie/season history from your arrs.\n      placeholder: Drag and drop screenshots here\n\n  - type: input\n    id: related\n    attributes:\n      label: Related issues\n      placeholder: \"#123, #456\"\n"
  },
  {
    "path": ".github/workflows/devSync.yml",
    "content": "name: Sync dev with stable\non:\n  pull_request:\n    types: [closed]\n    branches: [stable]\n\njobs:\n  sync:\n    if: github.event.pull_request.merged == true\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n        with:\n          fetch-depth: 0\n      - run: |\n          git checkout dev\n          git pull origin stable\n          git push origin dev"
  },
  {
    "path": ".github/workflows/notify.yml",
    "content": "name: Notify\non:\n  push:\n    branches:\n      - \"stable\"\n      - \"dev\"\njobs:\n  call-notify-commit:\n    uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1\n    secrets:\n      PARROT_URL: ${{ secrets.PARROT_URL }}\n"
  },
  {
    "path": ".gitignore",
    "content": "/.obsidian"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing\n\n## Commit Message Format\n\n```\ntype(component): Description\n[Optional body]\n```\n\n## Types and Components\n\n### Change Types\n\n| Type     | Purpose                                            | Example                                            |\n| -------- | -------------------------------------------------- | -------------------------------------------------- |\n| `create` | Building entirely new components or systems        | `create(profile): 2160p Remux quality profile`     |\n| `add`    | Adding entries to existing systems                 | `add(format): de[42] as Tier 4 GPPi group`         |\n| `tweak`  | Fine-tuning and adjustments to existing components | `tweak(format): Better h265 parsing for 1080p WEB` |\n| `fix`    | Corrections and bug fixes                          | `fix(regex): Required negation for remux pattern`  |\n\n### Components\n\n| Component | Purpose                     | Includes                                                                                                 |\n| --------- | --------------------------- | -------------------------------------------------------------------------------------------------------- |\n| `format`  | Changes to Custom Formats   | - Format definitions<br>- Scoring adjustments<br>- Release group configurations<br>- Quality preferences |\n| `regex`   | Changes to regex patterns   | - Pattern definitions<br>- Matching logic<br>- Parser improvements<br>- Detection rules                  |\n| `profile` | Changes to Quality Profiles | - Profile creation/modification<br>- Quality settings<br>- Scoring systems<br>- Default configurations   |\n\n## Contributing with Profilarr\n\nProfilarr was built specifically to maintain these standards, making it our recommended way to contribute. While we welcome external contributions, please ensure they strictly follow these commit guidelines.\n"
  },
  {
    "path": "README.md",
    "content": "<p align=\"center\">\n  <a href=\"https://dictionarry.dev\">\n    <img src=\"https://img.shields.io/badge/Website-dictionarry.dev-blue\" alt=\"Website\">\n  </a>\n  <a href=\"https://discord.com/invite/Y9TYP6jeYZ\">\n    <img src=\"https://img.shields.io/discord/1202375791556431892?color=blue&logo=discord&logoColor=white\" alt=\"Discord\">\n  </a>\n  <a href=\"https://www.buymeacoffee.com/santiagosayshey\">\n    <img src=\"https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Support-blue?logo=buy-me-a-coffee\" alt=\"Buy Me A Coffee\">\n  </a>\n  <a href=\"https://github.com/sponsors/Dictionarry-Hub\">\n    <img src=\"https://img.shields.io/badge/GitHub%20Sponsors-Support-blue?logo=github-sponsors\" alt=\"GitHub Sponsors\">\n  </a>\n</p>\n\n# Dictionarry Database\n\nThe [Official Dictionarry Database](https://github.com/Dictionarry-Hub/database) serves two main purposes:\n\n- Powers our [Documentation](https://dictionarry.dev)\n- Acts as a [Profilarr Compliant Database](https://dictionarry.dev/profilarr-setup/linking?section=database-spotlight)\n\n## Profiles\n\n- [Dictionarry Profiles](https://dictionarry.dev/quality-profile)\n\n## Support\nWe Recommend Joining the Dictionarry Discord for any support issues you may have\n- [Discord](https://discord.com/invite/Y9TYP6jeYZ)\n- [Database Issues](https://github.com/Dictionarry-Hub/database/issues)\n- [Profilarr Issues](https://github.com/Dictionarry-Hub/profilarr/issues)\n"
  },
  {
    "path": "custom_formats/.gitkeep",
    "content": ""
  },
  {
    "path": "custom_formats/1080p Balanced Tier 1.yml",
    "content": "name: 1080p Balanced Tier 1\ndescription: Matches release groups who fall under 1080p Balanced Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Balanced\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: hallowed\n  negate: false\n  pattern: hallowed\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Balanced Tier 2.yml",
    "content": "name: 1080p Balanced Tier 2\ndescription: Matches release groups who fall under 1080p Balanced Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Balanced\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: BHDStudio\n  negate: false\n  pattern: BHDStudio\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Bluray HEVC Tier 1.yml",
    "content": "name: 1080p Bluray HEVC Tier 1\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 0\ntags:\n- Release Group Tier\n- 1080p\n- HEVC\n- Movie\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: HONE\n  negate: false\n  pattern: HONE\n  required: true\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Bluray.yml",
    "content": "name: 1080p Bluray\ndescription: Matches 1080p Blurays that are NOT remuxes\ntags:\n- Source\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  type: release_title\n  required: true\n  negate: true\n  pattern: Remux\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p Compact Movie Bluray Tier 1.yml",
    "content": "name: 1080p Compact Movie Bluray Tier 1\ndescription: Matches release groups who fall under 1080p Compact Movie Bluray Tier\n  1\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: bluegreeen\n  negate: false\n  pattern: bluegreeen\n  required: false\n  type: release_group\n- name: Chivaman\n  negate: false\n  pattern: Chivaman\n  required: false\n  type: release_group\n- name: edge2020\n  negate: false\n  pattern: edge2020\n  required: false\n  type: release_group\n- name: noxxus\n  negate: false\n  pattern: noxxus\n  required: false\n  type: release_group\n- name: R1GY3B\n  negate: false\n  pattern: R1GY3B\n  required: false\n  type: release_group\n- name: Ralphy\n  negate: false\n  pattern: Ralphy\n  required: false\n  type: release_group\n- name: ToNaTo\n  negate: false\n  pattern: ToNaTo\n  required: false\n  type: release_group\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\n- name: YELLO\n  negate: false\n  pattern: YELLO\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact Movie Bluray Tier 2.yml",
    "content": "name: 1080p Compact Movie Bluray Tier 2\ndescription: Matches release groups who fall under 1080p Compact Movie Bluray Tier\n  2\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\n- name: GRiMM\n  negate: false\n  pattern: GRiMM\n  required: false\n  type: release_group\n- name: TimeDistortion\n  negate: false\n  pattern: TimeDistortion\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact Movie Bluray Tier 3.yml",
    "content": "name: 1080p Compact Movie Bluray Tier 3\ndescription: Matches release groups who fall under 1080p Compact Movie Bluray Tier\n  3\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Not HONE\n  type: release_title\n  required: true\n  negate: true\n  pattern: HONE\n- name: DarQ\n  negate: false\n  pattern: DarQ\n  required: false\n  type: release_group\n- name: honeyvera\n  negate: false\n  pattern: Honeyvera\n  required: false\n  type: release_group\n- name: LSt\n  negate: false\n  pattern: LSt\n  required: false\n  type: release_group\n- name: MNHD\n  negate: false\n  pattern: MNHD\n  required: false\n  type: release_group\n- name: SARTRE\n  negate: false\n  pattern: SARTRE\n  required: false\n  type: release_group\n- name: Vialle\n  negate: false\n  pattern: Vialle\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact Movie Bluray Tier 4.yml",
    "content": "name: 1080p Compact Movie Bluray Tier 4\ndescription: Matches release groups who fall under 1080p Compact Movie Bluray Tier\n  4\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: NAN0\n  negate: false\n  pattern: NAN0\n  required: false\n  type: release_group\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: SQS\n  negate: false\n  pattern: SQS\n  required: false\n  type: release_group\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact Movie WEB Tier 1.yml",
    "content": "name: 1080p Compact Movie WEB Tier 1\ndescription: Matches release groups who fall under 1080p Compact Movie WEB Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact Movie WEB Tier 2.yml",
    "content": "name: 1080p Compact Movie WEB Tier 2\ndescription: Matches release groups who fall under 1080p Compact Movie WEB Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Not HONE\n  type: release_title\n  required: true\n  negate: true\n  pattern: HONE\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: DarQ\n  negate: false\n  pattern: DarQ\n  required: false\n  type: release_group\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\n- name: LSt\n  negate: false\n  pattern: LSt\n  required: false\n  type: release_group\n- name: SQS\n  negate: false\n  pattern: SQS\n  required: false\n  type: release_group\n- name: TimeDistortion\n  negate: false\n  pattern: TimeDistortion\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact Movie WEB Tier 3.yml",
    "content": "name: 1080p Compact Movie WEB Tier 3\ndescription: Matches release groups who fall under 1080p Compact Movie WEB Tier 3\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: edge2020\n  negate: false\n  pattern: edge2020\n  required: false\n  type: release_group\n- name: R1GY3B\n  negate: false\n  pattern: R1GY3B\n  required: false\n  type: release_group\n- name: ToNaTo\n  negate: false\n  pattern: ToNaTo\n  required: false\n  type: release_group\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact Movie WEB Tier 4.yml",
    "content": "name: 1080p Compact Movie WEB Tier 4\ndescription: Matches release groups who fall under 1080p Compact Movie WEB Tier 4\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: noxxus\n  negate: false\n  pattern: noxxus\n  required: false\n  type: release_group\n- name: SARTRE\n  negate: false\n  pattern: SARTRE\n  required: false\n  type: release_group\n- name: Ralphy\n  negate: false\n  pattern: Ralphy\n  required: false\n  type: release_group\n- name: YELLO\n  negate: false\n  pattern: YELLO\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV Bluray Tier 1.yml",
    "content": "name: 1080p Compact TV Bluray Tier 1\ndescription: Matches release groups who fall under 1080p Compact TV Bluray Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: iVy\n  negate: false\n  pattern: iVy\n  required: false\n  type: release_group\n- name: KONTRAST\n  negate: false\n  pattern: KONTRAST\n  required: false\n  type: release_group\n- name: PHOCiS\n  negate: false\n  pattern: PHOCiS\n  required: false\n  type: release_group\n- name: YAWNiX\n  negate: false\n  pattern: YAWNiX\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV Bluray Tier 2.yml",
    "content": "name: 1080p Compact TV Bluray Tier 2\ndescription: Matches release groups who fall under 11080p Compact TV Bluray Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV Bluray Tier 3.yml",
    "content": "name: 1080p Compact TV Bluray Tier 3\ndescription: Matches release groups who fall under 1080p Compact TV Bluray Tier 3\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: bluegreeen\n  negate: false\n  pattern: bluegreeen\n  required: false\n  type: release_group\n- name: cXcY\n  negate: false\n  pattern: cXcY\n  required: false\n  type: release_group\n- name: edge2020\n  negate: false\n  pattern: edge2020\n  required: false\n  type: release_group\n- name: R1GY3B\n  negate: false\n  pattern: R1GY3B\n  required: false\n  type: release_group\n- name: Ralphy\n  negate: false\n  pattern: Ralphy\n  required: false\n  type: release_group\n- name: TimeDistortion\n  negate: false\n  pattern: TimeDistortion\n  required: false\n  type: release_group\n- name: ToNaTo\n  negate: false\n  pattern: ToNaTo\n  required: false\n  type: release_group\n- name: YELLO\n  negate: false\n  pattern: YELLO\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV Bluray Tier 4.yml",
    "content": "name: 1080p Compact TV Bluray Tier 4\ndescription: Matches release groups who fall under 1080p Compact TV Bluray Tier 4\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: LSt\n  negate: false\n  pattern: LSt\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV Bluray Tier 5.yml",
    "content": "name: 1080p Compact TV Bluray Tier 5\ndescription: Matches release groups who fall under 1080p Compact TV Bluray Tier 5\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Not HONE\n  type: release_title\n  required: true\n  negate: true\n  pattern: HONE\n- name: DarQ\n  negate: false\n  pattern: DarQ\n  required: false\n  type: release_group\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\n- name: GRiMM\n  negate: false\n  pattern: GRiMM\n  required: false\n  type: release_group\n- name: MNHD\n  negate: false\n  pattern: MNHD\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV Bluray Tier 6.yml",
    "content": "name: 1080p Compact TV Bluray Tier 6\ndescription: Matches release groups who fall under 1080p Compact TV Bluray Tier 6\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: NAN0\n  negate: false\n  pattern: NAN0\n  required: false\n  type: release_group\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\n- name: Vialle\n  negate: false\n  pattern: Vialle\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV Trash Tier 1.yml",
    "content": "name: 1080p Compact TV Trash Tier 1\ndescription: Matches release groups who fall under 1080p Compact TV Trash Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: PSA\n  negate: false\n  pattern: PSA\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV Trash Tier 2.yml",
    "content": "name: 1080p Compact TV Trash Tier 2\ndescription: Matches release groups who fall under 1080p Compact TV Trash Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: HDTV\n  negate: false\n  required: false\n  source: television\n  type: source\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: ELiTE\n  type: release_group\n  required: false\n  negate: false\n  pattern: ELiTE\n- name: Megusta\n  negate: false\n  pattern: MeGusta\n  required: false\n  type: release_group\n- name: PSA\n  negate: false\n  pattern: PSA\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV WEB Tier 1.yml",
    "content": "name: 1080p Compact TV WEB Tier 1\ndescription: Matches release groups who fall under 1080p Compact WEB Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\n- name: Vialle\n  negate: false\n  pattern: Vialle\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV WEB Tier 2.yml",
    "content": "name: 1080p Compact TV WEB Tier 2\ndescription: Matches release groups who fall under 1080p Compact TV WEB Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Not HONE\n  type: release_title\n  required: true\n  negate: true\n  pattern: HONE\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: ARCADE\n  negate: false\n  pattern: ARCADE\n  required: false\n  type: release_group\n- name: DarQ\n  negate: false\n  pattern: DarQ\n  required: false\n  type: release_group\n- name: LSt\n  negate: false\n  pattern: LSt\n  required: false\n  type: release_group\n- name: ToNaTo\n  negate: false\n  pattern: ToNaTo\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV WEB Tier 3.yml",
    "content": "name: 1080p Compact TV WEB Tier 3\ndescription: Matches release groups who fall under 1080p Compact TV WEB Tier 3\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: edge2020\n  negate: false\n  pattern: edge2020\n  required: false\n  type: release_group\n- name: Grimm\n  negate: false\n  pattern: GRiMM\n  required: false\n  type: release_group\n- name: OnlyWeb\n  negate: false\n  pattern: OnlyWeb\n  required: false\n  type: release_group\n- name: YELLO\n  negate: false\n  pattern: YELLO\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV WEB Tier 4.yml",
    "content": "name: 1080p Compact TV WEB Tier 4\ndescription: Matches release groups who fall under 1080p Compact TV WEB Tier 4\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: bluegreeen\n  negate: false\n  pattern: bluegreeen\n  required: false\n  type: release_group\n- name: bluespots\n  negate: false\n  pattern: bluespots\n  required: false\n  type: release_group\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\n- name: noxxus\n  negate: false\n  pattern: noxxus\n  required: false\n  type: release_group\n- name: Ralphy\n  negate: false\n  pattern: Ralphy\n  required: false\n  type: release_group\n- name: TimeDistortion\n  negate: false\n  pattern: TimeDistortion\n  required: false\n  type: release_group\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Compact TV WEB Tier 5.yml",
    "content": "name: 1080p Compact TV WEB Tier 5\ndescription: Matches release groups who fall under 1080p Compact TV WEB Tier 5\ntags:\n- Release Group Tier\n- 1080p\n- Compact\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: HODL\n  negate: false\n  pattern: HODL\n  required: false\n  type: release_group\n- name: iVy\n  negate: false\n  pattern: iVy\n  required: false\n  type: release_group\n- name: KONTRAST\n  negate: false\n  pattern: KONTRAST\n  required: false\n  type: release_group\n- name: PHOCiS\n  negate: false\n  pattern: PHOCiS\n  required: false\n  type: release_group\n- name: YAWNiX\n  negate: false\n  pattern: YAWNiX\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient Movie Bluray Tier 1.yml",
    "content": "name: 1080p Efficient Movie Bluray Tier 1\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: NAN0\n  negate: false\n  pattern: NAN0\n  required: false\n  type: release_group\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: SQS\n  type: release_group\n  required: false\n  negate: false\n  pattern: SQS\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient Movie Bluray Tier 2.yml",
    "content": "name: 1080p Efficient Movie Bluray Tier 2\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Not HONE\n  type: release_title\n  required: true\n  negate: true\n  pattern: HONE\n- name: DarQ\n  negate: false\n  pattern: DarQ\n  required: false\n  type: release_group\n- name: honeyvera\n  negate: false\n  pattern: Honeyvera\n  required: false\n  type: release_group\n- name: LSt\n  negate: false\n  pattern: LSt\n  required: false\n  type: release_group\n- name: MNHD\n  negate: false\n  pattern: MNHD\n  required: false\n  type: release_group\n- name: SARTRE\n  negate: false\n  pattern: SARTRE\n  required: false\n  type: release_group\n- name: Vialle\n  negate: false\n  pattern: Vialle\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient Movie Bluray Tier 3.yml",
    "content": "name: 1080p Efficient Movie Bluray Tier 3\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 3\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\n- name: GRiMM\n  negate: false\n  pattern: GRiMM\n  required: false\n  type: release_group\n- name: TimeDistortion\n  negate: false\n  pattern: TimeDistortion\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient Movie Bluray Tier 4.yml",
    "content": "name: 1080p Efficient Movie Bluray Tier 4\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 4\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: bluegreeen\n  negate: false\n  pattern: bluegreeen\n  required: false\n  type: release_group\n- name: Chivaman\n  negate: false\n  pattern: Chivaman\n  required: false\n  type: release_group\n- name: edge2020\n  negate: false\n  pattern: edge2020\n  required: false\n  type: release_group\n- name: noxxus\n  negate: false\n  pattern: noxxus\n  required: false\n  type: release_group\n- name: R1GY3B\n  negate: false\n  pattern: R1GY3B\n  required: false\n  type: release_group\n- name: Ralphy\n  negate: false\n  pattern: Ralphy\n  required: false\n  type: release_group\n- name: ToNaTo\n  negate: false\n  pattern: ToNaTo\n  required: false\n  type: release_group\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\n- name: YELLO\n  negate: false\n  pattern: YELLO\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient Movie WEB Tier 1.yml",
    "content": "name: 1080p Efficient Movie WEB Tier 1\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient Movie WEB Tier 2.yml",
    "content": "name: 1080p Efficient Movie WEB Tier 2\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Not HONE\n  negate: true\n  pattern: HONE\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: DarQ\n  negate: false\n  pattern: DarQ\n  required: false\n  type: release_group\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\n- name: LSt\n  negate: false\n  pattern: LSt\n  required: false\n  type: release_group\n- name: SQS\n  negate: false\n  pattern: SQS\n  required: false\n  type: release_group\n- name: TimeDistortion\n  negate: false\n  pattern: TimeDistortion\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient Movie WEB Tier 3.yml",
    "content": "name: 1080p Efficient Movie WEB Tier 3\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 3\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: edge2020\n  negate: false\n  pattern: edge2020\n  required: false\n  type: release_group\n- name: R1GY3B\n  negate: false\n  pattern: R1GY3B\n  required: false\n  type: release_group\n- name: ToNaTo\n  negate: false\n  pattern: ToNaTo\n  required: false\n  type: release_group\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient Movie WEB Tier 4.yml",
    "content": "name: 1080p Efficient Movie WEB Tier 4\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 3\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- Movie\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: noxxus\n  type: release_group\n  required: false\n  negate: false\n  pattern: noxxus\n- name: SARTRE\n  negate: false\n  pattern: SARTRE\n  required: false\n  type: release_group\n- name: Ralphy\n  negate: false\n  pattern: Ralphy\n  required: false\n  type: release_group\n- name: YELLO\n  negate: false\n  pattern: YELLO\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV Bluray Tier 1.yml",
    "content": "name: 1080p Efficient TV Bluray Tier 1\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: NAN0\n  negate: false\n  pattern: NAN0\n  required: false\n  type: release_group\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\n- name: Vialle\n  type: release_group\n  required: false\n  negate: false\n  pattern: Vialle\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV Bluray Tier 2.yml",
    "content": "name: 1080p Efficient TV Bluray Tier 2\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Not HONE\n  type: release_title\n  required: true\n  negate: true\n  pattern: HONE\n- name: DarQ\n  negate: false\n  pattern: DarQ\n  required: false\n  type: release_group\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\n- name: GRiMM\n  negate: false\n  pattern: GRiMM\n  required: false\n  type: release_group\n- name: MNHD\n  negate: false\n  pattern: MNHD\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV Bluray Tier 3.yml",
    "content": "name: 1080p Efficient TV Bluray Tier 3\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 3\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: LSt\n  negate: false\n  pattern: LSt\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV Bluray Tier 4.yml",
    "content": "name: 1080p Efficient TV Bluray Tier 4\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 4\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: bluegreeen\n  type: release_group\n  required: false\n  negate: false\n  pattern: bluegreeen\n- name: cXcY\n  negate: false\n  pattern: cXcY\n  required: false\n  type: release_group\n- name: edge2020\n  negate: false\n  pattern: edge2020\n  required: false\n  type: release_group\n- name: R1GY3B\n  negate: false\n  pattern: R1GY3B\n  required: false\n  type: release_group\n- name: Ralphy\n  negate: false\n  pattern: Ralphy\n  required: false\n  type: release_group\n- name: TimeDistortion\n  negate: false\n  pattern: TimeDistortion\n  required: false\n  type: release_group\n- name: ToNaTo\n  negate: false\n  pattern: ToNaTo\n  required: false\n  type: release_group\n- name: YELLO\n  negate: false\n  pattern: YELLO\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV Bluray Tier 5.yml",
    "content": "name: 1080p Efficient TV Bluray Tier 5\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 5\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV Bluray Tier 6.yml",
    "content": "name: 1080p Efficient TV Bluray Tier 6\ndescription: Matches release groups who fall under 1080p Efficient Bluray Tier 6\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: iVy\n  negate: false\n  pattern: iVy\n  required: false\n  type: release_group\n- name: KONTRAST\n  type: release_group\n  required: false\n  negate: false\n  pattern: KONTRAST\n- name: PHOCiS\n  negate: false\n  pattern: PHOCiS\n  required: false\n  type: release_group\n- name: YAWNiX\n  negate: false\n  pattern: YAWNiX\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV WEB Tier 1.yml",
    "content": "name: 1080p Efficient TV WEB Tier 1\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: TAoE\n  type: release_group\n  required: false\n  negate: false\n  pattern: TAoE\n- name: Vialle\n  negate: false\n  pattern: Vialle\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV WEB Tier 2.yml",
    "content": "name: 1080p Efficient TV WEB Tier 2\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 2\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: Not HONE\n  negate: true\n  pattern: HONE\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: ARCADE\n  negate: false\n  pattern: ARCADE\n  required: false\n  type: release_group\n- name: DarQ\n  negate: false\n  pattern: DarQ\n  required: false\n  type: release_group\n- name: LSt\n  negate: false\n  pattern: LSt\n  required: false\n  type: release_group\n- name: ToNaTo\n  negate: false\n  pattern: ToNaTo\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV WEB Tier 3.yml",
    "content": "name: 1080p Efficient TV WEB Tier 3\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 3\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: edge2020\n  negate: false\n  pattern: edge2020\n  required: false\n  type: release_group\n- name: Grimm\n  negate: false\n  pattern: GRiMM\n  required: false\n  type: release_group\n- name: OnlyWeb\n  negate: false\n  pattern: OnlyWeb\n  required: false\n  type: release_group\n- name: YELLO\n  negate: false\n  pattern: YELLO\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV WEB Tier 4.yml",
    "content": "name: 1080p Efficient TV WEB Tier 4\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 4\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: bluegreeen\n  negate: false\n  pattern: bluegreeen\n  required: false\n  type: release_group\n- name: bluespots\n  negate: false\n  pattern: bluespots\n  required: false\n  type: release_group\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\n- name: noxxus\n  type: release_group\n  required: false\n  negate: false\n  pattern: noxxus\n- name: Ralphy\n  negate: false\n  pattern: Ralphy\n  required: false\n  type: release_group\n- name: TimeDistortion\n  negate: false\n  pattern: TimeDistortion\n  required: false\n  type: release_group\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Efficient TV WEB Tier 5.yml",
    "content": "name: 1080p Efficient TV WEB Tier 5\ndescription: Matches release groups who fall under 1080p Efficient WEB Tier 5\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: HODL\n  negate: false\n  pattern: HODL\n  required: false\n  type: release_group\n- name: iVy\n  negate: false\n  pattern: iVy\n  required: false\n  type: release_group\n- name: PHOCiS\n  negate: false\n  pattern: PHOCiS\n  required: false\n  type: release_group\n- name: YAWNiX\n  negate: false\n  pattern: YAWNiX\n  required: false\n  type: release_group\n- name: KONTRAST\n  type: release_group\n  required: false\n  negate: false\n  pattern: KONTRAST\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/1080p Golden Popcorn.yml",
    "content": "name: 1080p Golden Popcorn\ndescription: Matches 1080p Golden Popcorns. Only works on PassThePopcorn\ntags:\n- Flag\n- Golden Popcorn\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- flag: ptp_golden\n  name: Golden Popcorn\n  negate: false\n  required: true\n  type: indexer_flag\n- name: Release Groups\n  type: release_group\n  required: true\n  negate: true\n  pattern: Golden Popcorn Negation\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p HDTV Tier 1.yml",
    "content": "name: 1080p HDTV Tier 1\ndescription: Matches 1080p HDTV.\ntags:\n- Release Group Tier\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: HDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: HDTV Regex\n  type: release_title\n  required: true\n  negate: false\n  pattern: HDTV\n- name: CtrlHD\n  negate: false\n  pattern: CtrlHD\n  required: false\n  type: release_group\n- name: EDPH\n  negate: false\n  pattern: EDPH\n  required: false\n  type: release_group\n- name: NTb\n  negate: false\n  pattern: NTb\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p HDTV Tier 2.yml",
    "content": "name: 1080p HDTV Tier 2\ndescription: Matches 1080p HDTV.\ntags:\n- Release Group Tier\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: HDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: HDTV Regex\n  type: release_title\n  required: true\n  negate: false\n  pattern: HDTV\n- name: BTN\n  negate: false\n  pattern: BTN\n  required: false\n  type: release_group\n- name: DARKFLiX\n  negate: false\n  pattern: DARKFLiX\n  required: false\n  type: release_group\n- name: ViETNAM\n  negate: false\n  pattern: ViETNAM\n  required: false\n  type: release_group\n- name: CBFM\n  negate: false\n  pattern: CBFM\n  required: false\n  type: release_group\n- name: PLUTONiUM\n  negate: false\n  pattern: PLUTONiUM\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p HDTV Tier 3.yml",
    "content": "name: 1080p HDTV Tier 3\ndescription: Matches 1080p HDTV.\ntags:\n- Release Group Tier\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: HDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: HDTV Regex\n  type: release_title\n  required: true\n  negate: false\n  pattern: HDTV\n- name: HANDJOB\n  negate: false\n  pattern: HANDJOB\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p HDTV.yml",
    "content": "name: 1080p HDTV\ndescription: Matches 1080p HDTV.\ntags:\n- Source\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: HDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: HDTV Regex\n  negate: false\n  pattern: HDTV\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p Quality Tier 1.yml",
    "content": "name: 1080p Quality Tier 1\ndescription: Matches release groups who fall under 1080p GPPi Tier 1\ntags:\n- GPPi\n- Release Group Tier\n- 1080p\n- Quality\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: coffee\n  type: release_group\n  required: false\n  negate: false\n  pattern: coffee\n- name: DON\n  negate: false\n  pattern: DON\n  required: false\n  type: release_group\n- name: TeamSyndicate\n  negate: false\n  pattern: TeamSyndicate\n  required: false\n  type: release_group\n- name: REBORN\n  negate: false\n  pattern: REBORN\n  required: false\n  type: release_group\n- name: SA89\n  negate: false\n  pattern: SA89\n  required: false\n  type: release_group\n- name: SoLaR\n  negate: false\n  pattern: SoLaR\n  required: false\n  type: release_group\n- name: ZoroSenpai\n  negate: false\n  pattern: ZoroSenpai\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p Quality Tier 2.yml",
    "content": "name: 1080p Quality Tier 2\ndescription: Matches release groups who fall under 1080p GPPi Tier 2\ntags:\n- GPPi\n- Release Group Tier\n- 1080p\n- Quality\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: c0kE\n  negate: false\n  pattern: c0kE\n  required: false\n  type: release_group\n- name: CtrlHD\n  negate: false\n  pattern: CtrlHD\n  required: false\n  type: release_group\n- name: D-Z0N3\n  negate: false\n  pattern: D-Z0N3\n  required: false\n  type: release_group\n- name: EbP\n  negate: false\n  pattern: EbP\n  required: false\n  type: release_group\n- name: Geek\n  negate: false\n  pattern: Geek\n  required: false\n  type: release_group\n- name: HiFi\n  negate: false\n  pattern: HiFi\n  required: false\n  type: release_group\n- name: LoRD\n  negate: false\n  pattern: LoRD\n  required: false\n  type: release_group\n- name: TayTo\n  negate: false\n  pattern: TayTo\n  required: false\n  type: release_group\n- name: VietHD\n  negate: false\n  pattern: VietHD\n  required: false\n  type: release_group\n- name: ZQ\n  negate: false\n  pattern: ZQ\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p Quality Tier 3.yml",
    "content": "name: 1080p Quality Tier 3\ndescription: Matches release groups who fall under 1080p GPPi Tier 2\ntags:\n- GPPi\n- Release Group Tier\n- 1080p\n- Quality\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: BV\n  negate: false\n  pattern: BV\n  required: false\n  type: release_group\n- name: CRiSC\n  negate: false\n  pattern: CRiSC\n  required: false\n  type: release_group\n- name: decibeL\n  negate: false\n  pattern: decibeL\n  required: false\n  type: release_group\n- name: FoRM\n  negate: false\n  pattern: FoRM\n  required: false\n  type: release_group\n- name: HiDt\n  negate: false\n  pattern: HiDt\n  required: false\n  type: release_group\n- name: HiP\n  negate: false\n  pattern: HiP\n  required: false\n  type: release_group\n- name: iFT\n  negate: false\n  pattern: iFT\n  required: false\n  type: release_group\n- name: SbR\n  negate: false\n  pattern: SbR\n  required: false\n  type: release_group\n- name: WMING\n  negate: false\n  pattern: WMING\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p Quality Tier 4.yml",
    "content": "name: 1080p Quality Tier 4\ndescription: Matches release groups who fall under 1080p GPPi Tier 4\ntags:\n- GPPi\n- Release Group Tier\n- 1080p\n- Quality\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: BMF\n  negate: false\n  pattern: BMF\n  required: false\n  type: release_group\n- name: de[42]\n  negate: false\n  pattern: de[42]\n  required: false\n  type: release_group\n- name: HDMaNiAcS\n  negate: false\n  pattern: HDMaNiAcS\n  required: false\n  type: release_group\n- name: IDE\n  negate: false\n  pattern: IDE\n  required: false\n  type: release_group\n- name: LolHD\n  negate: false\n  pattern: LolHD\n  required: false\n  type: release_group\n- name: NCmt\n  negate: false\n  pattern: NCmt\n  required: false\n  type: release_group\n- name: Skazhutin\n  type: release_group\n  required: false\n  negate: false\n  pattern: Skazhutin\n- name: NTb\n  negate: false\n  pattern: NTb\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p Quality Tier 5.yml",
    "content": "name: 1080p Quality Tier 5\ndescription: Matches release groups who fall under 1080p GPPi Tier 5\ntags:\n- GPPi\n- Release Group Tier\n- 1080p\n- Quality\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: AJP69\n  negate: false\n  pattern: AJP69\n  required: false\n  type: release_group\n- name: ATELiER\n  type: release_group\n  required: false\n  negate: false\n  pattern: ATELiER\n- name: BSTD\n  negate: false\n  pattern: BSTD\n  required: false\n  type: release_group\n- name: Chotab\n  negate: false\n  pattern: Chotab\n  required: false\n  type: release_group\n- name: CJ\n  negate: false\n  pattern: CJ\n  required: false\n  type: release_group\n- name: CRX\n  negate: false\n  pattern: CRX\n  required: false\n  type: release_group\n- name: Dariush\n  negate: false\n  pattern: Dariush\n  required: false\n  type: release_group\n- name: E1\n  negate: false\n  pattern: E1\n  required: false\n  type: release_group\n- name: EA\n  negate: false\n  pattern: EA\n  required: false\n  type: release_group\n- name: E.N.D\n  negate: false\n  pattern: E.N.D\n  required: false\n  type: release_group\n- name: EDPH\n  negate: false\n  pattern: EDPH\n  required: false\n  type: release_group\n- name: ESiR\n  negate: false\n  pattern: ESiR\n  required: false\n  type: release_group\n- name: EXCiSION\n  negate: false\n  pattern: EXCiSION\n  required: false\n  type: release_group\n- name: FraMeSToR\n  negate: false\n  pattern: FraMeSToR\n  required: false\n  type: release_group\n- name: GALAXY\n  negate: false\n  pattern: GALAXY\n  required: false\n  type: release_group\n- name: GS88\n  negate: false\n  pattern: GS88\n  required: false\n  type: release_group\n- name: hdalx\n  negate: false\n  pattern: hdalx\n  required: false\n  type: release_group\n- name: HQMUX\n  negate: false\n  pattern: HQMUX\n  required: false\n  type: release_group\n- name: KASHMiR\n  negate: false\n  pattern: KASHMiR\n  required: false\n  type: release_group\n- name: Kitsune\n  negate: false\n  pattern: Kitsune\n  required: false\n  type: release_group\n- name: LiNG\n  negate: false\n  pattern: LiNG\n  required: false\n  type: release_group\n- name: luvBB\n  negate: false\n  pattern: luvBB\n  required: false\n  type: release_group\n- name: NiBuRu\n  negate: false\n  pattern: NiBuRu\n  required: false\n  type: release_group\n- name: nmd\n  negate: false\n  pattern: nmd\n  required: false\n  type: release_group\n- name: NyHD\n  negate: false\n  pattern: NyHD\n  required: false\n  type: release_group\n- name: ORiGEN\n  negate: false\n  pattern: ORiGEN\n  required: false\n  type: release_group\n- name: Penumbra\n  negate: false\n  pattern: Penumbra\n  required: false\n  type: release_group\n- name: playHD\n  negate: false\n  pattern: playHD\n  required: false\n  type: release_group\n- name: Positive\n  negate: false\n  pattern: Positive\n  required: false\n  type: release_group\n- name: PTer\n  negate: false\n  pattern: PTer\n  required: false\n  type: release_group\n- name: RiCO\n  negate: false\n  pattern: RiCO\n  required: false\n  type: release_group\n- name: rightSIZE\n  negate: false\n  pattern: rightSIZE\n  required: false\n  type: release_group\n- name: RO\n  negate: false\n  pattern: RO\n  required: false\n  type: release_group\n- name: rttr\n  negate: false\n  pattern: rttr\n  required: false\n  type: release_group\n- name: SaNcTi\n  negate: false\n  pattern: SaNcTi\n  required: false\n  type: release_group\n- name: SiMPLE\n  negate: false\n  pattern: SiMPLE\n  required: false\n  type: release_group\n- name: SOP\n  negate: false\n  pattern: SOP\n  required: false\n  type: release_group\n- name: SPHD\n  negate: false\n  pattern: SPHD\n  required: false\n  type: release_group\n- name: TBB\n  negate: false\n  pattern: TBB\n  required: false\n  type: release_group\n- name: TDD\n  negate: false\n  pattern: TDD\n  required: false\n  type: release_group\n- name: TnP\n  negate: false\n  pattern: TnP\n  required: false\n  type: release_group\n- name: VLAD\n  negate: false\n  pattern: VLAD\n  required: false\n  type: release_group\n- name: W4NK3R\n  negate: false\n  pattern: W4NK3R\n  required: false\n  type: release_group\n- name: WiLF\n  negate: false\n  pattern: WiLF\n  required: false\n  type: release_group\n- name: xander\n  negate: false\n  pattern: xander\n  required: false\n  type: release_group\n- name: ZIMBO\n  negate: false\n  pattern: ZIMBO\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p Quality Tier 6.yml",
    "content": "name: 1080p Quality Tier 6\ndescription: Matches release groups who fall under 1080p GPPi Tier 6\ntags:\n- GPPi\n- Release Group Tier\n- 1080p\n- Quality\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: ASD87\n  negate: false\n  pattern: ASD87\n  required: false\n  type: release_group\n- name: BRUTE\n  negate: false\n  pattern: BRUTE\n  required: false\n  type: release_group\n- name: CHD\n  type: release_group\n  required: false\n  negate: false\n  pattern: CHD\n- name: EuReKA\n  negate: false\n  pattern: EuReKA\n  required: false\n  type: release_group\n- name: GALVANiZE\n  negate: false\n  pattern: GALVANiZE\n  required: false\n  type: release_group\n- name: HaB\n  negate: false\n  pattern: HaB\n  required: false\n  type: release_group\n- name: HANDJOB\n  negate: false\n  pattern: HANDJOB\n  required: false\n  type: release_group\n- name: HDC\n  negate: false\n  pattern: HDC\n  required: false\n  type: release_group\n- name: iON\n  negate: false\n  pattern: iON\n  required: false\n  type: release_group\n- name: Ivandro\n  negate: false\n  pattern: Ivandro\n  required: false\n  type: release_group\n- name: j3rico\n  negate: false\n  pattern: j3rico\n  required: false\n  type: release_group\n- name: KnG\n  negate: false\n  pattern: KnG\n  required: false\n  type: release_group\n- name: LEGi0N\n  negate: false\n  pattern: LEGi0N\n  required: false\n  type: release_group\n- name: Lulz\n  negate: false\n  pattern: Lulz\n  required: false\n  type: release_group\n- name: MaG\n  negate: false\n  pattern: MaG\n  required: false\n  type: release_group\n- name: MTeam\n  negate: false\n  pattern: MTeam\n  required: false\n  type: release_group\n- name: NiP\n  negate: false\n  pattern: NiP\n  required: false\n  type: release_group\n- name: P0W4HD\n  negate: false\n  pattern: P0W4HD\n  required: false\n  type: release_group\n- name: PTP\n  negate: false\n  pattern: PTP\n  required: false\n  type: release_group\n- name: PuTao\n  negate: false\n  pattern: PuTao\n  required: false\n  type: release_group\n- name: ROCiNANTE\n  negate: false\n  pattern: ROCiNANTE\n  required: false\n  type: release_group\n- name: Slappy\n  negate: false\n  pattern: Slappy\n  required: false\n  type: release_group\n- name: ThD\n  negate: false\n  pattern: ThD\n  required: false\n  type: release_group\n- name: WiKi\n  negate: false\n  pattern: WiKi\n  required: false\n  type: release_group\n- name: WiLDCAT\n  negate: false\n  pattern: WiLDCAT\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p Remux.yml",
    "content": "name: 1080p Remux\ndescription: Matches 1080p Remux\ntags:\n- Source\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Remux\n  negate: false\n  pattern: Remux\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p WEB-DL (h264).yml",
    "content": "name: 1080p WEB-DL (h264)\ndescription: Matches 1080p WEB-DLs.\ntags:\n- Source\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: h264\n  negate: false\n  pattern: AVC\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p WEB-DL HEVC Tier 1.yml",
    "content": "name: 1080p WEB-DL HEVC Tier 1\ndescription: Matches 1080p WEB-DLs.\ntags:\n- Release Group Tier\n- 1080p\n- HEVC\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: h265\n  negate: false\n  pattern: HEVC\n  required: true\n  type: release_title\n- name: Not Weasley\n  type: release_title\n  required: true\n  negate: true\n  pattern: Weasley\n- name: BYNDR\n  negate: false\n  pattern: BYNDR\n  required: false\n  type: release_group\n- name: CMRG\n  negate: false\n  pattern: CMRG\n  required: false\n  type: release_group\n- name: FLUX\n  negate: false\n  pattern: FLUX\n  required: false\n  type: release_group\n- name: HHWEB\n  negate: false\n  pattern: HHWEB\n  required: false\n  type: release_group\n- name: HONE\n  negate: false\n  pattern: HONE\n  required: false\n  type: release_group\n- name: Kitsune\n  negate: false\n  pattern: Kitsune\n  required: false\n  type: release_group\n- name: NTb\n  negate: false\n  pattern: NTb\n  required: false\n  type: release_group\n- name: MZABI\n  negate: false\n  pattern: MZABI\n  required: false\n  type: release_group\n- name: playWEB\n  negate: false\n  pattern: playWEB\n  required: false\n  type: release_group\n- name: SMURF\n  negate: false\n  pattern: SMURF\n  required: false\n  type: release_group\n- name: TEPES\n  negate: false\n  pattern: TEPES\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p WEB-DL.yml",
    "content": "name: 1080p WEB-DL\ndescription: Matches 1080p WEB-DLs.\ntags:\n- Source\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/1080p WEBRip.yml",
    "content": "name: 1080p WEBRip\ndescription: Matches 1080p WEBRips.\ntags:\n- Source\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: WEBRip\n  negate: false\n  required: true\n  source: webrip\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p Balanced Tier 1.yml",
    "content": "name: 2160p Balanced Tier 1\ndescription: Matches release groups who fall under 2160p Balanced Tier 1\ntags:\n- Release Group Tier\n- 2160p\n- Balanced\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: HONE\n  type: release_group\n  required: false\n  negate: false\n  pattern: HONE\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/2160p Balanced Tier 2.yml",
    "content": "name: 2160p Balanced Tier 2\ndescription: Matches release groups who fall under 2160p Balanced Tier 2\ntags:\n- Release Group Tier\n- 2160p\n- Balanced\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: dkore\n  negate: false\n  pattern: dkore\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/2160p Balanced Tier 3.yml",
    "content": "name: 2160p Balanced Tier 3\ndescription: Matches release groups who fall under 2160p Balanced Tier 3\ntags:\n- Release Group Tier\n- 2160p\n- Balanced\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: BHDStudio\n  negate: false\n  pattern: BHDStudio\n  required: false\n  type: release_group\n- name: hallowed\n  negate: false\n  pattern: hallowed\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/2160p Bluray.yml",
    "content": "name: 2160p Bluray\ndescription: Matches 2160p Blurays that are NOT remuxes\ntags:\n- Source\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  type: release_title\n  required: true\n  negate: true\n  pattern: Remux\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p Efficient TV Bluray Tier 1.yml",
    "content": "name: 2160p Efficient TV Bluray Tier 1\ndescription: Matches release groups who fall under 2160p Efficient Bluray Tier 1\ntags:\n- Release Group Tier\n- 2160p\n- Efficient\n- TV\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\n- name: Vyndros\n  negate: false\n  pattern: Vyndros\n  required: false\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/2160p Efficient TV WEB Tier 1.yml",
    "content": "name: 2160p Efficient TV WEB Tier 1\ndescription: Matches release groups who fall under 2160p Efficient WEB Tier 1\ntags:\n- Release Group Tier\n- 1080p\n- Efficient\n- TV\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: QxR\n  negate: false\n  pattern: QxR\n  required: false\n  type: release_group\n- name: TAoE\n  negate: false\n  pattern: TAoE\n  required: false\n  type: release_group\n- name: Vyndros\n  type: release_group\n  required: false\n  negate: false\n  pattern: Vyndros\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/2160p Quality Tier 1.yml",
    "content": "name: 2160p Quality Tier 1\ndescription: Matches release groups who fall under 2160p Quality Tier 1\ntags:\n- Release Group Tier\n- 2160p\n- Quality\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: DON\n  negate: false\n  pattern: DON\n  required: false\n  type: release_group\n- name: SA89\n  negate: false\n  pattern: SA89\n  required: false\n  type: release_group\n- name: REBORN\n  negate: false\n  pattern: REBORN\n  required: false\n  type: release_group\n- name: SoLaR\n  negate: false\n  pattern: SoLaR\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p Quality Tier 2.yml",
    "content": "name: 2160p Quality Tier 2\ndescription: Matches release groups who fall under 2160p Quality Tier 2\ntags:\n- Release Group Tier\n- 2160p\n- Quality\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: CtrlHD\n  negate: false\n  pattern: CtrlHD\n  required: false\n  type: release_group\n- name: MainFrame\n  negate: false\n  pattern: MainFrame\n  required: false\n  type: release_group\n- name: W4NK3R\n  negate: false\n  pattern: W4NK3R\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p Quality Tier 3.yml",
    "content": "name: 2160p Quality Tier 3\ndescription: Matches release groups who fall under 2160p Quality Tier 3\ntags:\n- Release Group Tier\n- 2160p\n- Quality\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: BV\n  negate: false\n  pattern: BV\n  required: false\n  type: release_group\n- name: c0kE\n  negate: false\n  pattern: c0kE\n  required: false\n  type: release_group\n- name: Chotab\n  negate: false\n  pattern: Chotab\n  required: false\n  type: release_group\n- name: D-Z0N3\n  negate: false\n  pattern: D-Z0N3\n  required: false\n  type: release_group\n- name: HQMUX\n  negate: false\n  pattern: HQMUX\n  required: false\n  type: release_group\n- name: PTer\n  type: release_group\n  required: false\n  negate: false\n  pattern: PTer\n- name: TnP\n  negate: false\n  pattern: TnP\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p Quality Tier 4.yml",
    "content": "name: 2160p Quality Tier 4\ndescription: Matches release groups who fall under 2160p Quality Tier 4\ntags:\n- Release Group Tier\n- 2160p\n- Quality\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: BlzT\n  negate: false\n  pattern: BlzT\n  required: false\n  type: release_group\n- name: BSTD\n  negate: false\n  pattern: BSTD\n  required: false\n  type: release_group\n- name: EDPH\n  negate: false\n  pattern: EDPH\n  required: false\n  type: release_group\n- name: ESiR\n  negate: false\n  pattern: ESiR\n  required: false\n  type: release_group\n- name: HiDt\n  negate: false\n  pattern: HiDt\n  required: false\n  type: release_group\n- name: iFT\n  negate: false\n  pattern: iFT\n  required: false\n  type: release_group\n- name: Kitsune\n  negate: false\n  pattern: Kitsune\n  required: false\n  type: release_group\n- name: NCmt\n  negate: false\n  pattern: NCmt\n  required: false\n  type: release_group\n- name: NTb\n  type: release_group\n  required: false\n  negate: false\n  pattern: NTb\n- name: SPHD\n  negate: false\n  pattern: SPHD\n  required: false\n  type: release_group\n- name: TDD\n  negate: false\n  pattern: TDD\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p Quality Tier 5.yml",
    "content": "name: 2160p Quality Tier 5\ndescription: Matches release groups who fall under 2160p Quality Tier 5\ntags:\n- Release Group Tier\n- 2160p\n- Quality\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: 4KDVS\n  negate: false\n  pattern: 4KDVS\n  required: false\n  type: release_group\n- name: b0mbardiers\n  negate: false\n  pattern: b0mbardiers\n  required: false\n  type: release_group\n- name: DEFLATE\n  negate: false\n  pattern: DEFLATE\n  required: false\n  type: release_group\n- name: DEPTH\n  negate: false\n  pattern: DEPTH\n  required: false\n  type: release_group\n- name: j3rico\n  negate: false\n  pattern: j3rico\n  required: false\n  type: release_group\n- name: JustWatch\n  negate: false\n  pattern: JustWatch\n  required: false\n  type: release_group\n- name: ORBiT\n  type: release_group\n  required: false\n  negate: false\n  pattern: ORBiT\n- name: SURCODE\n  negate: false\n  pattern: SURCODE\n  required: false\n  type: release_group\n- name: WATCHABLE\n  negate: false\n  pattern: WATCHABLE\n  required: false\n  type: release_group\n- name: WiKi\n  negate: false\n  pattern: WiKi\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p Quality Tier 6.yml",
    "content": "name: 2160p Quality Tier 6\ndescription: Matches release groups who fall under 2160p Quality Tier 5\ntags:\n- Release Group Tier\n- 2160p\n- Quality\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: ADE\n  negate: false\n  pattern: ADE\n  required: false\n  type: release_group\n- name: AViATOR\n  negate: false\n  pattern: AViATOR\n  required: false\n  type: release_group\n- name: beAst\n  negate: false\n  pattern: beAst\n  required: false\n  type: release_group\n- name: BeiTai\n  negate: false\n  pattern: BeiTai\n  required: false\n  type: release_group\n- name: CHD\n  negate: false\n  pattern: CHD\n  required: false\n  type: release_group\n- name: CMCT\n  negate: false\n  pattern: CMCT\n  required: false\n  type: release_group\n- name: EMERALD\n  negate: false\n  pattern: EMERALD\n  required: false\n  type: release_group\n- name: FLAME\n  negate: false\n  pattern: FLAME\n  required: false\n  type: release_group\n- name: GUHZER\n  negate: false\n  pattern: GUHZER\n  required: false\n  type: release_group\n- name: HDChina\n  negate: false\n  pattern: HDChina\n  required: false\n  type: release_group\n- name: HDmux\n  negate: false\n  pattern: HDmux\n  required: false\n  type: release_group\n- name: HypStu\n  negate: false\n  pattern: HypStu\n  required: false\n  type: release_group\n- name: IAMABLE\n  negate: false\n  pattern: IAMABLE\n  required: false\n  type: release_group\n- name: KAN3D2M\n  negate: false\n  pattern: KAN3D2M\n  required: false\n  type: release_group\n- name: LAZARUS\n  negate: false\n  pattern: LAZARUS\n  required: false\n  type: release_group\n- name: MiMiC\n  negate: false\n  pattern: MiMiC\n  required: false\n  type: release_group\n- name: PussyFoot\n  negate: false\n  pattern: PussyFoot\n  required: false\n  type: release_group\n- name: ReaLHD\n  negate: false\n  pattern: ReaLHD\n  required: false\n  type: release_group\n- name: ReQuEsT\n  negate: false\n  pattern: ReQuEsT\n  required: false\n  type: release_group\n- name: STRiKES\n  negate: false\n  pattern: STRiKES\n  required: false\n  type: release_group\n- name: SWTYBLZ\n  negate: false\n  pattern: SWTYBLZ\n  required: false\n  type: release_group\n- name: TERMiNAL\n  negate: false\n  pattern: TERMiNAL\n  required: false\n  type: release_group\n- name: ULTRAHDCLUB\n  negate: false\n  pattern: ULTRAHDCLUB\n  required: false\n  type: release_group\n- name: Whiterhino\n  negate: false\n  pattern: WhiteRhino\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p Remux.yml",
    "content": "name: 2160p Remux\ndescription: Matches 2160p Remux\ntags:\n- Source\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Remux\n  negate: false\n  pattern: Remux\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p WEB-DL (Efficient).yml",
    "content": "name: 2160p WEB-DL (Efficient)\ndescription: Matches 2160p WEB-DLs.\ntags:\n- Source\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: Not QxR\n  negate: true\n  pattern: QxR\n  required: true\n  type: release_group\n- name: Not QxR Title\n  negate: true\n  pattern: QxR (Title)\n  required: true\n  type: release_title\n- name: Not TAoE\n  negate: true\n  pattern: TAoE\n  required: true\n  type: release_group\n- name: Not TAoE Title\n  negate: true\n  pattern: TAoE (Title)\n  required: true\n  type: release_title\n- name: Not Vyndros\n  negate: true\n  pattern: Vyndros\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/2160p WEB-DL.yml",
    "content": "name: 2160p WEB-DL\ndescription: Matches 2160p WEB-DLs.\ntags:\n- Source\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/3D.yml",
    "content": "name: 3D\ndescription: Matches the '3D' Regex Pattern\ntags:\n- Banned\n- Enhancement\nconditions:\n- name: 3D\n  negate: false\n  pattern: 3D\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/480p Bluray.yml",
    "content": "name: 480p Bluray\ndescription: Matches 480p Blurays.\ntags:\n- Source\nconditions:\n- name: 480p\n  negate: false\n  required: true\n  resolution: 480p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/480p Quality Tier 1.yml",
    "content": "name: 480p Quality Tier 1\ndescription: Matches release groups who fall under 480p Quality Tier 1\ntags:\n- GPPi\n- Release Group Tier\n- 480p\n- Quality\nconditions:\n- name: 480p\n  negate: false\n  required: true\n  resolution: 480p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: SoLaR\n  type: release_group\n  required: false\n  negate: false\n  pattern: SoLaR\n- name: ZoroSenpai\n  negate: false\n  pattern: ZoroSenpai\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/480p Quality Tier 2.yml",
    "content": "name: 480p Quality Tier 2\ndescription: Matches release groups who fall under 480p Quality Tier 2\ntags:\n- GPPi\n- Release Group Tier\n- 480p\n- Quality\nconditions:\n- name: 480p\n  negate: false\n  required: true\n  resolution: 480p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: c0kE\n  negate: false\n  pattern: c0kE\n  required: false\n  type: release_group\n- name: Dariush\n  negate: false\n  pattern: Dariush\n  required: false\n  type: release_group\n- name: HaB\n  type: release_group\n  required: false\n  negate: false\n  pattern: HaB\n- name: TBB\n  type: release_group\n  required: false\n  negate: false\n  pattern: TBB\ntests: []\n"
  },
  {
    "path": "custom_formats/480p Quality Tier 3.yml",
    "content": "name: 480p Quality Tier 3\ndescription: Matches release groups who fall under 480p Quality Tier 3\ntags:\n- GPPi\n- Release Group Tier\n- 480p\n- Quality\nconditions:\n- name: 480p\n  negate: false\n  required: true\n  resolution: 480p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: EDPH\n  negate: false\n  pattern: EDPH\n  required: false\n  type: release_group\n- name: GS88\n  negate: false\n  pattern: GS88\n  required: false\n  type: release_group\n- name: KnG\n  negate: false\n  pattern: KnG\n  required: false\n  type: release_group\n- name: playSD\n  negate: false\n  pattern: playSD\n  required: false\n  type: release_group\n- name: PTer\n  negate: false\n  pattern: PTer\n  required: false\n  type: release_group\n- name: rttr\n  negate: false\n  pattern: rttr\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/480p Quality Tier 4.yml",
    "content": "name: 480p Quality Tier 4\ndescription: Matches release groups who fall under 480p Quality Tier 4\ntags:\n- GPPi\n- Release Group Tier\n- 480p\n- Quality\nconditions:\n- name: 480p\n  negate: false\n  required: true\n  resolution: 480p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: HANDJOB\n  negate: false\n  pattern: HANDJOB\n  required: false\n  type: release_group\n- name: PTP\n  negate: false\n  pattern: PTP\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/480p WEB-DL.yml",
    "content": "name: 480p WEB-DL\ndescription: Matches 480p WEB-DLs.\ntags:\n- Source\nconditions:\n- name: 480p\n  negate: false\n  required: true\n  resolution: 480p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/576p Bluray.yml",
    "content": "name: 576p Bluray\ndescription: Matches 576p Blurays.\ntags:\n- Source\nconditions:\n- name: 576p\n  negate: false\n  required: true\n  resolution: 576p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/576p Quality Tier 1.yml",
    "content": "name: 576p Quality Tier 1\ndescription: Matches release groups who fall under 576p Quality Tier 1\ntags:\n- GPPi\n- Release Group Tier\n- 576p\n- Quality\nconditions:\n- name: 576p\n  negate: false\n  required: true\n  resolution: 576p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: SoLaR\n  negate: false\n  pattern: SoLaR\n  required: false\n  type: release_group\n- name: ZoroSenpai\n  negate: false\n  pattern: ZoroSenpai\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/576p Quality Tier 2.yml",
    "content": "name: 576p Quality Tier 2\ndescription: Matches release groups who fall under 576p Quality Tier 2\ntags:\n- GPPi\n- Release Group Tier\n- 576p\n- Quality\nconditions:\n- name: 576p\n  negate: false\n  required: true\n  resolution: 576p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: BV\n  negate: false\n  pattern: BV\n  required: false\n  type: release_group\n- name: c0kE\n  negate: false\n  pattern: c0kE\n  required: false\n  type: release_group\n- name: Dariush\n  negate: false\n  pattern: Dariush\n  required: false\n  type: release_group\n- name: HaB\n  type: release_group\n  required: false\n  negate: false\n  pattern: HaB\n- name: TBB\n  negate: false\n  pattern: TBB\n  required: false\n  type: release_group\n- name: ZQ\n  negate: false\n  pattern: ZQ\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/576p Quality Tier 3.yml",
    "content": "name: 576p Quality Tier 3\ndescription: Matches release groups who fall under 576p Quality Tier 3\ntags:\n- GPPi\n- Release Group Tier\n- 576p\n- Quality\nconditions:\n- name: 576p\n  negate: false\n  required: true\n  resolution: 576p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: EDPH\n  negate: false\n  pattern: EDPH\n  required: false\n  type: release_group\n- name: GS88\n  type: release_group\n  required: false\n  negate: false\n  pattern: GS88\n- name: KnG\n  type: release_group\n  required: false\n  negate: false\n  pattern: KnG\n- name: PTer\n  type: release_group\n  required: false\n  negate: false\n  pattern: PTer\n- name: rttr\n  type: release_group\n  required: false\n  negate: false\n  pattern: rttr\n- name: ZIMBO\n  type: release_group\n  required: false\n  negate: false\n  pattern: ZIMBO\ntests: []\n"
  },
  {
    "path": "custom_formats/576p Quality Tier 4.yml",
    "content": "name: 576p Quality Tier 4\ndescription: Matches release groups who fall under 576p Quality Tier 4\ntags:\n- GPPi\n- Release Group Tier\n- 576p\n- Quality\nconditions:\n- name: 576p\n  negate: false\n  required: true\n  resolution: 576p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: HANDJOB\n  negate: false\n  pattern: HANDJOB\n  required: false\n  type: release_group\n- name: PTP\n  negate: false\n  pattern: PTP\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p Balanced Tier 1.yml",
    "content": "name: 720p Balanced Tier 1\ndescription: Matches release groups who fall under 720p Balanced Tier 1\ntags:\n- Release Group Tier\n- 720p\n- Balanced\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: BHDStudio\n  negate: false\n  pattern: BHDStudio\n  required: false\n  type: release_group\n- name: hallowed\n  type: release_group\n  required: false\n  negate: false\n  pattern: hallowed\ntests:\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: false\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 2\n  input: Gladiator.2000.Extended.Cut.UHD.BluRay.2160p.DDP.7.1.DV.HDR.x265-hallowed\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Yi Yi 2000 BluRay 720p DD 2 0 x264-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: hallowed\n    negate: false\n    pattern: hallowed\n    required: false\n    type: release_group\n  - matches: true\n    name: BHDStudio\n    negate: false\n    pattern: BHDStudio\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Winnie the Pooh - Blood and Honey (2023) 2160p UHD BluRay x265 DV HDR DD\n    5.1 English-BHDStudio\n  lastRun: '2025-01-13T02:53:37.357699'\n  passes: true\n"
  },
  {
    "path": "custom_formats/720p Bluray.yml",
    "content": "name: 720p Bluray\ndescription: Matches 720p Blurays that are NOT remuxes\ntags:\n- Source\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  type: release_title\n  required: true\n  negate: true\n  pattern: Remux\ntests: []\n"
  },
  {
    "path": "custom_formats/720p Golden Popcorn.yml",
    "content": "name: 720p Golden Popcorn\ndescription: Matches 720p Golden Popcorns. Only works on PassThePopcorn\ntags:\n- Flag\n- Golden Popcorn\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- flag: ptp_golden\n  name: Golden Popcorn\n  negate: false\n  required: true\n  type: indexer_flag\n- name: Release Groups\n  type: release_group\n  required: true\n  negate: true\n  pattern: Golden Popcorn Negation\ntests: []\n"
  },
  {
    "path": "custom_formats/720p HDTV Tier 1.yml",
    "content": "name: 720p HDTV Tier 1\ndescription: Matches 720p HDTV.\ntags:\n- Release Group Tier\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: HDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: HDTV Regex\n  type: release_title\n  required: true\n  negate: false\n  pattern: HDTV\n- name: BMF\n  negate: false\n  pattern: BMF\n  required: false\n  type: release_group\n- name: CtrlHD\n  negate: false\n  pattern: CtrlHD\n  required: false\n  type: release_group\n- name: DON\n  negate: false\n  pattern: DON\n  required: false\n  type: release_group\n- name: EbP\n  negate: false\n  pattern: EbP\n  required: false\n  type: release_group\n- name: EDPH\n  negate: false\n  pattern: EDPH\n  required: false\n  type: release_group\n- name: NTb\n  negate: false\n  pattern: NTb\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p HDTV Tier 2.yml",
    "content": "name: 720p HDTV Tier 2\ndescription: Matches 720p HDTV.\ntags:\n- Release Group Tier\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: HDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: HDTV Regex\n  type: release_title\n  required: true\n  negate: false\n  pattern: HDTV\n- name: BTN\n  negate: false\n  pattern: BTN\n  required: false\n  type: release_group\n- name: DARKFLiX\n  negate: false\n  pattern: DARKFLiX\n  required: false\n  type: release_group\n- name: ViETNAM\n  negate: false\n  pattern: ViETNAM\n  required: false\n  type: release_group\n- name: CBFM\n  negate: false\n  pattern: CBFM\n  required: false\n  type: release_group\n- name: PLUTONiUM\n  negate: false\n  pattern: PLUTONiUM\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p HDTV Tier 3.yml",
    "content": "name: 720p HDTV Tier 3\ndescription: Matches 720p HDTV.\ntags:\n- Release Group Tier\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: HDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: HDTV Regex\n  type: release_title\n  required: true\n  negate: false\n  pattern: HDTV\n- name: HANDJOB\n  negate: false\n  pattern: HANDJOB\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p HDTV.yml",
    "content": "name: 720p HDTV\ndescription: Matches 720p HDTV.\ntags:\n- Source\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: HDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: HDTV Regex\n  type: release_title\n  required: true\n  negate: false\n  pattern: HDTV\ntests: []\n"
  },
  {
    "path": "custom_formats/720p Quality Tier 1.yml",
    "content": "name: 720p Quality Tier 1\ndescription: Matches release groups who fall under 720p Quality Tier 1\ntags:\n- GPPi\n- Release Group Tier\n- 720p\n- Quality\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: DON\n  negate: false\n  pattern: DON\n  required: false\n  type: release_group\n- name: REBORN\n  type: release_group\n  required: false\n  negate: false\n  pattern: REBORN\n- name: SoLaR\n  type: release_group\n  required: false\n  negate: false\n  pattern: SoLaR\n- name: TeamSyndicate\n  negate: false\n  pattern: TeamSyndicate\n  required: false\n  type: release_group\n- name: ZoroSenpai\n  negate: false\n  pattern: ZoroSenpai\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p Quality Tier 2.yml",
    "content": "name: 720p Quality Tier 2\ndescription: Matches release groups who fall under 720p Quality Tier 2\ntags:\n- GPPi\n- Release Group Tier\n- 720p\n- Quality\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: c0kE\n  negate: false\n  pattern: c0kE\n  required: false\n  type: release_group\n- name: CRiSC\n  negate: false\n  pattern: CRiSC\n  required: false\n  type: release_group\n- name: CtrlHD\n  negate: false\n  pattern: CtrlHD\n  required: false\n  type: release_group\n- name: EbP\n  type: release_group\n  required: false\n  negate: false\n  pattern: EbP\n- name: HiDt\n  negate: false\n  pattern: HiDt\n  required: false\n  type: release_group\n- name: HiFi\n  negate: false\n  pattern: HiFi\n  required: false\n  type: release_group\n- name: IDE\n  negate: false\n  pattern: IDE\n  required: false\n  type: release_group\n- name: SbR\n  negate: false\n  pattern: SbR\n  required: false\n  type: release_group\n- name: TayTo\n  negate: false\n  pattern: TayTo\n  required: false\n  type: release_group\n- name: VietHD\n  negate: false\n  pattern: VietHD\n  required: false\n  type: release_group\n- name: ZQ\n  negate: false\n  pattern: ZQ\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p Quality Tier 3.yml",
    "content": "name: 720p Quality Tier 3\ndescription: Matches release groups who fall under 720p Quality Tier 3\ntags:\n- GPPi\n- Release Group Tier\n- 720p\n- Quality\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: Not Remux\n  type: release_title\n  required: true\n  negate: true\n  pattern: Remux\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: BMF\n  negate: false\n  pattern: BMF\n  required: false\n  type: release_group\n- name: Geek\n  negate: false\n  pattern: Geek\n  required: false\n  type: release_group\n- name: LolHD\n  negate: false\n  pattern: LolHD\n  required: false\n  type: release_group\n- name: NCmt\n  negate: false\n  pattern: NCmt\n  required: false\n  type: release_group\n- name: Positive\n  negate: false\n  pattern: Positive\n  required: false\n  type: release_group\n- name: rightSIZE\n  negate: false\n  pattern: rightSIZE\n  required: false\n  type: release_group\n- name: TBB\n  negate: false\n  pattern: TBB\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p Quality Tier 4.yml",
    "content": "name: 720p Quality Tier 4\ndescription: Matches release groups who fall under 720p Quality Tier 4\ntags:\n- GPPi\n- Release Group Tier\n- 720p\n- Quality\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: Dariush\n  negate: false\n  pattern: Dariush\n  required: false\n  type: release_group\n- name: decibeL\n  negate: false\n  pattern: decibeL\n  required: false\n  type: release_group\n- name: D-ZON3\n  negate: false\n  pattern: D-Z0N3\n  required: false\n  type: release_group\n- name: EA\n  negate: false\n  pattern: EA\n  required: false\n  type: release_group\n- name: FoRM\n  negate: false\n  pattern: FoRM\n  required: false\n  type: release_group\n- name: NTb\n  negate: false\n  pattern: NTb\n  required: false\n  type: release_group\n- name: PTer\n  negate: false\n  pattern: PTer\n  required: false\n  type: release_group\n- name: Skazhutin\n  negate: false\n  pattern: Skazhutin\n  required: false\n  type: release_group\n- name: TDD\n  negate: false\n  pattern: TDD\n  required: false\n  type: release_group\n- name: ThD\n  type: release_group\n  required: false\n  negate: false\n  pattern: ThD\ntests: []\n"
  },
  {
    "path": "custom_formats/720p Quality Tier 5.yml",
    "content": "name: 720p Quality Tier 5\ndescription: Matches release groups who fall under 720p Quality Tier 5\ntags:\n- GPPi\n- Release Group Tier\n- 720p\n- Quality\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: ATELiER\n  negate: false\n  pattern: ATELiER\n  required: false\n  type: release_group\n- name: BV\n  negate: false\n  pattern: BV\n  required: false\n  type: release_group\n- name: Chotab\n  negate: false\n  pattern: Chotab\n  required: false\n  type: release_group\n- name: de[42]\n  negate: false\n  pattern: de[42]\n  required: false\n  type: release_group\n- name: EA\n  type: release_group\n  required: false\n  negate: false\n  pattern: EA\n- name: EDPH\n  negate: false\n  pattern: EDPH\n  required: false\n  type: release_group\n- name: E.N.D\n  negate: false\n  pattern: E.N.D\n  required: false\n  type: release_group\n- name: ESiR\n  negate: false\n  pattern: ESiR\n  required: false\n  type: release_group\n- name: FraMeSToR\n  negate: false\n  pattern: FraMeSToR\n  required: false\n  type: release_group\n- name: GS88\n  negate: false\n  pattern: GS88\n  required: false\n  type: release_group\n- name: HDMaNiAcS\n  negate: false\n  pattern: HDMaNiAcS\n  required: false\n  type: release_group\n- name: HiP\n  negate: false\n  pattern: HiP\n  required: false\n  type: release_group\n- name: iFT\n  negate: false\n  pattern: iFT\n  required: false\n  type: release_group\n- name: KASHMiR\n  negate: false\n  pattern: KASHMiR\n  required: false\n  type: release_group\n- name: LiNG\n  negate: false\n  pattern: LiNG\n  required: false\n  type: release_group\n- name: LoRD\n  negate: false\n  pattern: LoRD\n  required: false\n  type: release_group\n- name: nmd\n  negate: false\n  pattern: nmd\n  required: false\n  type: release_group\n- name: NyHD\n  negate: false\n  pattern: NyHD\n  required: false\n  type: release_group\n- name: ORiGEN\n  negate: false\n  pattern: ORiGEN\n  required: false\n  type: release_group\n- name: playHD\n  negate: false\n  pattern: playHD\n  required: false\n  type: release_group\n- name: RiCO\n  negate: false\n  pattern: RiCO\n  required: false\n  type: release_group\n- name: RO\n  negate: false\n  pattern: RO\n  required: false\n  type: release_group\n- name: rttr\n  negate: false\n  pattern: rttr\n  required: false\n  type: release_group\n- name: SaNcTi\n  negate: false\n  pattern: SaNcTi\n  required: false\n  type: release_group\n- name: SPHD\n  negate: false\n  pattern: SPHD\n  required: false\n  type: release_group\n- name: TnP\n  negate: false\n  pattern: TnP\n  required: false\n  type: release_group\n- name: W4NK3R\n  negate: false\n  pattern: W4NK3R\n  required: false\n  type: release_group\n- name: WiLF\n  negate: false\n  pattern: WiLF\n  required: false\n  type: release_group\n- name: WMING\n  negate: false\n  pattern: WMING\n  required: false\n  type: release_group\n- name: ZIMBO\n  negate: false\n  pattern: ZIMBO\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p Quality Tier 6.yml",
    "content": "name: 720p Quality Tier 6\ndescription: Matches release groups who fall under 720p Quality Tier 6\ntags:\n- GPPi\n- Release Group Tier\n- 720p\n- Quality\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: false\n  source: bluray\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\n- name: EuReKA\n  negate: false\n  pattern: EuReKA\n  required: false\n  type: release_group\n- name: HANDJOB\n  negate: false\n  pattern: HANDJOB\n  required: false\n  type: release_group\n- name: Ivandro\n  negate: false\n  pattern: Ivandro\n  required: false\n  type: release_group\n- name: KnG\n  negate: false\n  pattern: KnG\n  required: false\n  type: release_group\n- name: LEGi0N\n  negate: false\n  pattern: LEGi0N\n  required: false\n  type: release_group\n- name: Lulz\n  negate: false\n  pattern: Lulz\n  required: false\n  type: release_group\n- name: MaG\n  negate: false\n  pattern: MaG\n  required: false\n  type: release_group\n- name: MTeam\n  negate: false\n  pattern: MTeam\n  required: false\n  type: release_group\n- name: NiP\n  negate: false\n  pattern: NiP\n  required: false\n  type: release_group\n- name: PTP\n  negate: false\n  pattern: PTP\n  required: false\n  type: release_group\n- name: PuTao\n  type: release_group\n  required: false\n  negate: false\n  pattern: PuTao\n- name: Slappy\n  negate: false\n  pattern: Slappy\n  required: false\n  type: release_group\n- name: WiKi\n  negate: false\n  pattern: WiKi\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/720p WEB-DL.yml",
    "content": "name: 720p WEB-DL\ndescription: Matches 720p WEB-DLs.\ntags:\n- Source\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/720p WEBRip.yml",
    "content": "name: 720p WEBRip\ndescription: Matches 720p WEBRips.\ntags:\n- Source\nconditions:\n- name: 720p\n  negate: false\n  required: true\n  resolution: 720p\n  type: resolution\n- name: WEBRip\n  negate: false\n  required: true\n  source: webrip\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/AAC.yml",
    "content": "name: AAC\ndescription: Matches 'AAC' Regex Pattern and negates any other audio types that might\n  conflict.\ntags:\n- Audio\nconditions:\n- name: AAC\n  negate: false\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: Dolby Digital\n    negate: false\n    pattern: Dolby Digital\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Un-Ex You 2025 1080p NF WEB-DL DD 5.1 H.264-FLUX\n  lastRun: '2025-07-13T15:09:35.674140'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: Dolby Digital\n    negate: false\n    pattern: Dolby Digital\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: true\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Un-Ex You 2025 1080p NF WEB-DL DD+ 5.1 H.264-FLUX\n  lastRun: '2025-07-13T15:09:35.674140'\n  passes: true\n"
  },
  {
    "path": "custom_formats/AMZN.yml",
    "content": "name: AMZN\ndescription: Matches 'Amazon Prime' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: AMZN Regex\n  negate: false\n  pattern: Amazon Prime\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: AMZN Regex\n    negate: false\n    pattern: Amazon Prime\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]\n  lastRun: '2025-01-14T09:45:16.007149'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: AMZN Regex\n    negate: false\n    pattern: Amazon Prime\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English\n    - Goki TAoE)\n  lastRun: '2025-01-14T09:45:16.007149'\n  passes: true\n"
  },
  {
    "path": "custom_formats/ASL.yml",
    "content": "name: ASL\ndescription: ''\ntags: []\nconditions:\n- name: ASL\n  negate: false\n  pattern: ASL\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/ATVP.yml",
    "content": "name: ATVP\ndescription: Matches 'Apple TV+' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: ATVP Regex\n  negate: false\n  pattern: Apple TV+\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: APTV Regex\n    negate: false\n    pattern: Apple TV+\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz\n  lastRun: '2024-12-03T02:27:03.531343'\n  passes: true\n"
  },
  {
    "path": "custom_formats/AV1.yml",
    "content": "name: AV1\ndescription: Matches the 'AV1' Regex Pattern\ntags:\n- Codec\n- Bleeding Edge\nconditions:\n- name: AV1\n  negate: false\n  pattern: AV1\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Amazon Enhancement.yml",
    "content": "name: Amazon Enhancement\ndescription: ''\ntags:\n- Enhancement\nconditions:\n- name: Not 2160p\n  negate: true\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: AMZN\n  negate: false\n  pattern: Amazon Prime\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Anime Bluray Tier 1.yml",
    "content": "name: Anime Bluray Tier 1\ndescription: Do not use Testing Purposes Only\ntags:\n- Anime\nconditions:\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: LYS1TH3A\n  negate: false\n  pattern: LYS1TH3A\n  required: false\n  type: release_group\n- name: MTBB\n  negate: false\n  pattern: MTBB\n  required: false\n  type: release_group\n- name: OZR\n  negate: false\n  pattern: OZR\n  required: false\n  type: release_group\n- name: sam\n  negate: false\n  pattern: sam\n  required: false\n  type: release_group\n- name: SCY\n  negate: false\n  pattern: SCY\n  required: false\n  type: release_group\n- name: smol\n  negate: false\n  pattern: smol\n  required: false\n  type: release_group\n- name: Vodes\n  negate: false\n  pattern: Vodes\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Anime Bluray Tier 2.yml",
    "content": "name: Anime Bluray Tier 2\ndescription: Do not use Testing Purposes Only\ntags:\n- Anime\nconditions:\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Arid\n  negate: false\n  pattern: Arid\n  required: false\n  type: release_group\n- name: Drag\n  negate: false\n  pattern: Drag\n  required: false\n  type: release_group\n- name: hydes\n  negate: false\n  pattern: hydes\n  required: false\n  type: release_group\n- name: Lulu\n  negate: false\n  pattern: Lulu\n  required: false\n  type: release_group\n- name: Okay-Subs\n  negate: false\n  pattern: Okay-Subs\n  required: false\n  type: release_group\n- name: pog42\n  negate: false\n  pattern: pog42\n  required: false\n  type: release_group\n- name: UDF\n  negate: false\n  pattern: UDF\n  required: false\n  type: release_group\n- name: YURI\n  negate: false\n  pattern: YURI\n  required: false\n  type: release_group\n- name: ZR\n  negate: false\n  pattern: ZR\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Anime Bluray Tier 3.yml",
    "content": "name: Anime Bluray Tier 3\ndescription: Do not use Testing Purposes Only\ntags:\n- Anime\nconditions:\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: CBT\n  negate: false\n  pattern: CBT\n  required: false\n  type: release_group\n- name: CTR\n  negate: false\n  pattern: CTR\n  required: false\n  type: release_group\n- name: Dekinai\n  negate: false\n  pattern: Dekinai\n  required: false\n  type: release_group\n- name: EXP\n  negate: false\n  pattern: EXP\n  required: false\n  type: release_group\n- name: Flugel\n  negate: false\n  pattern: Flugel\n  required: false\n  type: release_group\n- name: Headpatter\n  negate: false\n  pattern: Headpatter\n  required: false\n  type: release_group\n- name: Holomux\n  negate: false\n  pattern: Holomux\n  required: false\n  type: release_group\n- name: IK\n  negate: false\n  pattern: IK\n  required: false\n  type: release_group\n- name: Kametsu\n  negate: false\n  pattern: Kametsu\n  required: false\n  type: release_group\n- name: KH\n  negate: false\n  pattern: KH\n  required: false\n  type: release_group\n- name: kuchikirukia\n  negate: false\n  pattern: kuchikirukia\n  required: false\n  type: release_group\n- name: Mysteria\n  negate: false\n  pattern: Mysteria\n  required: false\n  type: release_group\n- name: Netaro\n  negate: false\n  pattern: Netaro\n  required: false\n  type: release_group\n- name: Pookie\n  negate: false\n  pattern: Pookie\n  required: false\n  type: release_group\n- name: Quetzal\n  negate: false\n  pattern: Quetzal\n  required: false\n  type: release_group\n- name: Rasetsu\n  negate: false\n  pattern: Rasetsu\n  required: false\n  type: release_group\n- name: Senjou\n  negate: false\n  pattern: Senjou\n  required: false\n  type: release_group\n- name: WBDP\n  negate: false\n  pattern: WBDP\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Anime Bluray Tier 4.yml",
    "content": "name: Anime Bluray Tier 4\ndescription: Do not use Testing Purposes Only\ntags:\n- Anime\nconditions:\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: 9volt\n  negate: false\n  pattern: 9volt\n  required: false\n  type: release_group\n- name: AOmundson\n  negate: false\n  pattern: AOmundson\n  required: false\n  type: release_group\n- name: Asakura\n  negate: false\n  pattern: Asakura\n  required: false\n  type: release_group\n- name: Cait-Sidhe\n  negate: false\n  pattern: Cait-Sidhe\n  required: false\n  type: release_group\n- name: Chihiro\n  negate: false\n  pattern: Chihiro\n  required: false\n  type: release_group\n- name: CoalGirls\n  negate: false\n  pattern: CoalGirls\n  required: false\n  type: release_group\n- name: Commie\n  negate: false\n  pattern: Commie\n  required: false\n  type: release_group\n- name: deanzel\n  negate: false\n  pattern: deanzel\n  required: false\n  type: release_group\n- name: Doki\n  negate: false\n  pattern: Doki\n  required: false\n  type: release_group\n- name: hchcsen\n  negate: false\n  pattern: hchcsen\n  required: false\n  type: release_group\n- name: Iznjie Biznjie\n  negate: false\n  pattern: Iznjie Biznjie\n  required: false\n  type: release_group\n- name: Kaleido\n  negate: false\n  pattern: Kaleido\n  required: false\n  type: release_group\n- name: kBaraka\n  negate: false\n  pattern: kBaraka\n  required: false\n  type: release_group\n- name: kmplx\n  negate: false\n  pattern: kmplx\n  required: false\n  type: release_group\n- name: Koten_Gars\n  negate: false\n  pattern: Koten_Gars\n  required: false\n  type: release_group\n- name: mottoj\n  negate: false\n  pattern: mottoj\n  required: false\n  type: release_group\n- name: Orphan\n  negate: false\n  pattern: Orphan\n  required: false\n  type: release_group\n- name: SallySubs\n  negate: false\n  pattern: SallySubs\n  required: false\n  type: release_group\n- name: THORA\n  negate: false\n  pattern: THORA\n  required: false\n  type: release_group\n- name: Tsundere\n  negate: false\n  pattern: Tsundere\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Anime Bluray Tier 5.yml",
    "content": "name: Anime Bluray Tier 5\ndescription: Do not use Testing Purposes Only\ntags:\n- Anime\nconditions:\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Almighty\n  negate: false\n  pattern: Almighty\n  required: false\n  type: release_group\n- name: ANE\n  negate: false\n  pattern: ANE\n  required: false\n  type: release_group\n- name: BlurayDesuYo\n  negate: false\n  pattern: BlurayDesuYo\n  required: false\n  type: release_group\n- name: FFF\n  negate: false\n  pattern: FFF\n  required: false\n  type: release_group\n- name: Final8\n  negate: false\n  pattern: Final8\n  required: false\n  type: release_group\n- name: Raizel\n  negate: false\n  pattern: Raizel\n  required: false\n  type: release_group\n- name: Saizen\n  negate: false\n  pattern: Saizen\n  required: false\n  type: release_group\n- name: Zurako\n  negate: false\n  pattern: Zurako\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Anime WEB-DL Tier 1.yml",
    "content": "name: Anime WEB-DL Tier 1\ndescription: Do not use Testing Purposes Only\ntags:\n- Anime\nconditions:\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEB\n  negate: false\n  required: false\n  source: television\n  type: source\n- name: Subsplease\n  negate: false\n  pattern: SubsPlease\n  required: false\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Anime WEB-DL Tier 2.yml",
    "content": "name: Anime WEB-DL Tier 2\ndescription: Do not use Testing Purposes Only\ntags:\n- Anime\nconditions:\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEB\n  negate: false\n  required: false\n  source: television\n  type: source\n- name: Erai-Raws\n  negate: false\n  pattern: Erai-Raws\n  required: false\n  type: release_title\n- name: HorribleSubs\n  negate: false\n  pattern: HorribleSubs\n  required: false\n  type: release_title\n- name: Subsplus+\n  negate: false\n  pattern: SubsPlus+\n  required: false\n  type: release_title\n- name: VARYG\n  negate: false\n  pattern: VARYG\n  required: false\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Atmos (Missing).yml",
    "content": "name: Atmos (Missing)\ndescription: Attempts to match releases which have Atmos (TrueHD 7.1) that don't label\n  it correctly.\ntags:\n- Audio\n- Dolby\nconditions:\n- name: TrueHD\n  negate: false\n  pattern: TrueHD\n  required: true\n  type: release_title\n- name: 7.1 Surround\n  negate: false\n  pattern: 7.1 Surround\n  required: true\n  type: release_title\n- name: Not Atmos\n  negate: true\n  pattern: Atmos\n  required: true\n  type: release_title\n- name: Not Atmos (BTN)\n  negate: true\n  pattern: BTN Atmos\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: Not Atmos\n    negate: true\n    pattern: Atmos\n    required: true\n    type: release_title\n  - matches: true\n    name: 7.1 Surround\n    negate: false\n    pattern: 7.1 Surround\n    required: true\n    type: release_title\n  - matches: true\n    name: TrueHD\n    negate: false\n    pattern: TrueHD\n    required: true\n    type: release_title\n  - matches: true\n    name: Not Atmos (BTN)\n    negate: true\n    pattern: BTN Atmos\n    required: true\n    type: release_title\n  expected: false\n  id: 1\n  input: House.of.the.Dragon.S01.DV.2160p.BluRay.Remux.TrueHDA7.1.H.265-TekMUX\n  lastRun: '2025-01-11T23:15:56.334239'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Not Atmos\n    negate: true\n    pattern: Atmos\n    required: true\n    type: release_title\n  - matches: true\n    name: 7.1 Surround\n    negate: false\n    pattern: 7.1 Surround\n    required: true\n    type: release_title\n  - matches: true\n    name: TrueHD\n    negate: false\n    pattern: TrueHD\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Atmos (BTN)\n    negate: true\n    pattern: BTN Atmos\n    required: true\n    type: release_title\n  expected: false\n  id: 2\n  input: House of the Dragon S01 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC REMUX-FraMeSToR\n  lastRun: '2025-01-11T23:15:56.334239'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: Not Atmos\n    negate: true\n    pattern: Atmos\n    required: true\n    type: release_title\n  - matches: true\n    name: 7.1 Surround\n    negate: false\n    pattern: 7.1 Surround\n    required: true\n    type: release_title\n  - matches: true\n    name: TrueHD\n    negate: false\n    pattern: TrueHD\n    required: true\n    type: release_title\n  - matches: true\n    name: Not Atmos (BTN)\n    negate: true\n    pattern: BTN Atmos\n    required: true\n    type: release_title\n  expected: false\n  id: 3\n  input: Loki.S01.2160p.UHD.BluRay.Remux.TrueHDA.7.1.H.265-SiCFoI\n  lastRun: '2025-01-11T23:15:56.334239'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Atmos.yml",
    "content": "name: Atmos\ndescription: Matches 'Atmos' Regex Pattern\ntags:\n- Audio\n- Dolby\nconditions:\n- name: Atmos\n  negate: false\n  pattern: Atmos\n  required: false\n  type: release_title\n- name: Atmos (BTN Standard)\n  negate: false\n  pattern: BTN Atmos\n  required: false\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: Atmos\n    negate: false\n    pattern: Atmos\n    required: false\n    type: release_title\n  - matches: true\n    name: Atmos (BTN Standard)\n    negate: false\n    pattern: BTN Atmos\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: House.of.the.Dragon.S01.DV.2160p.BluRay.Remux.TrueHDA7.1.H.265-TekMUX\n  lastRun: '2025-01-11T23:15:49.211241'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Atmos\n    negate: false\n    pattern: Atmos\n    required: false\n    type: release_title\n  - matches: false\n    name: Atmos (BTN Standard)\n    negate: false\n    pattern: BTN Atmos\n    required: false\n    type: release_title\n  expected: true\n  id: 2\n  input: \"\\t House of the Dragon S01 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC REMUX-FraMeSToR\"\n  lastRun: '2025-01-11T23:15:49.211241'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: Atmos\n    negate: false\n    pattern: Atmos\n    required: false\n    type: release_title\n  - matches: true\n    name: Atmos (BTN Standard)\n    negate: false\n    pattern: BTN Atmos\n    required: false\n    type: release_title\n  expected: true\n  id: 3\n  input: Loki.S01.2160p.UHD.BluRay.Remux.TrueHDA.7.1.H.265-SiCFoI\n  lastRun: '2025-01-11T23:15:49.211241'\n  passes: true\n"
  },
  {
    "path": "custom_formats/B&W.yml",
    "content": "name: B&W\ndescription: Matches the 'B&W' and 'Colour' Regex Pattern\ntags:\n- Banned\n- Colour Grade\n- Enhancement\nconditions:\n- name: B&W\n  negate: false\n  pattern: B&W\n  required: true\n  type: release_title\n- name: Not Colour\n  negate: true\n  pattern: Colourisation\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: B&W\n    negate: false\n    pattern: B&W\n    required: true\n    type: release_title\n  - matches: true\n    name: Colour\n    negate: true\n    pattern: Colour\n    required: true\n    type: release_title\n  expected: false\n  id: 1\n  input: Dracula (1931) B&W (Colourized Version)\n  lastRun: '2025-02-13T13:14:54.830866'\n  passes: true\n"
  },
  {
    "path": "custom_formats/BCORE.yml",
    "content": "name: BCORE\ndescription: Matches 'Bravia Core' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: BCORE Regex\n  negate: false\n  pattern: Bravia Core\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/Banned Groups (Efficient).yml",
    "content": "name: Banned Groups (Efficient)\ndescription: Matches Release Groups that are Banned\ntags:\n- Banned\n- Release Group\nconditions:\n- name: 4K4U\n  negate: false\n  pattern: 4K4U\n  required: false\n  type: release_group\n- name: AOC\n  negate: false\n  pattern: AOC\n  required: false\n  type: release_group\n- name: AROMA\n  negate: false\n  pattern: AROMA\n  required: false\n  type: release_group\n- name: BeyondHD\n  negate: false\n  pattern: BeyondHD\n  required: false\n  type: release_group\n- name: BiTOR\n  negate: false\n  pattern: BiTOR\n  required: false\n  type: release_group\n- name: BLASPHEMY\n  negate: false\n  pattern: BLASPHEMY\n  required: false\n  type: release_group\n- name: BOLS\n  negate: false\n  pattern: BOLS\n  required: false\n  type: release_group\n- name: BTM\n  negate: false\n  pattern: BTM\n  required: false\n  type: release_group\n- name: CLASSiCALHD\n  negate: false\n  pattern: CLASSiCALHD\n  required: false\n  type: release_group\n- name: CREATiVE24\n  negate: false\n  pattern: CREATiVE24\n  required: false\n  type: release_group\n- name: d3g\n  negate: false\n  pattern: d3g\n  required: false\n  type: release_group\n- name: DepraveD\n  negate: false\n  pattern: DepraveD\n  required: false\n  type: release_group\n- name: DeViSiVE\n  negate: false\n  pattern: DeViSiVE\n  required: false\n  type: release_group\n- name: DRX\n  negate: false\n  pattern: DRX\n  required: false\n  type: release_group\n- name: E\n  negate: false\n  pattern: E\n  required: false\n  type: release_group\n- name: FGT\n  negate: false\n  pattern: FGT\n  required: false\n  type: release_group\n- name: Flights\n  negate: false\n  pattern: Flights\n  required: false\n  type: release_group\n- name: HDS\n  negate: false\n  pattern: HDS\n  required: false\n  type: release_group\n- name: jennaortegaUHD\n  negate: false\n  pattern: jennaortegaUHD\n  required: false\n  type: release_group\n- name: KC\n  negate: false\n  pattern: KC\n  required: false\n  type: release_group\n- name: LAMA\n  negate: false\n  pattern: LAMA\n  required: false\n  type: release_group\n- name: MgB\n  negate: false\n  pattern: MgB\n  required: false\n  type: release_group\n- name: NAHOM\n  negate: false\n  pattern: NAHOM\n  required: false\n  type: release_group\n- name: NhaNc3\n  negate: false\n  pattern: NhaNc3\n  required: false\n  type: release_group\n- name: OEPlus\n  negate: false\n  pattern: OEPlus\n  required: false\n  type: release_group\n- name: RARBG\n  negate: false\n  pattern: RARBG\n  required: false\n  type: release_group\n- name: SasukeducK\n  negate: false\n  pattern: SasukeducK\n  required: false\n  type: release_group\n- name: SHD\n  negate: false\n  pattern: SHD\n  required: false\n  type: release_group\n- name: ShieldBearer\n  negate: false\n  pattern: ShieldBearer\n  required: false\n  type: release_group\n- name: STUTTERSHIT\n  negate: false\n  pattern: STUTTERSHIT\n  required: false\n  type: release_group\n- name: tarunk9c\n  negate: false\n  pattern: tarunk9c\n  required: false\n  type: release_group\n- name: TEKNO3D\n  negate: false\n  pattern: TEKNO3D\n  required: false\n  type: release_group\n- name: Telly\n  negate: false\n  pattern: Telly\n  required: false\n  type: release_group\n- name: TvR\n  negate: false\n  pattern: TvR\n  required: false\n  type: release_group\n- name: UnKn0wn\n  negate: false\n  pattern: UnKn0wn\n  required: false\n  type: release_group\n- name: VD0N\n  negate: false\n  pattern: VD0N\n  required: false\n  type: release_group\n- name: VECTOR\n  negate: false\n  pattern: VECTOR\n  required: false\n  type: release_group\n- name: VisionXpert\n  negate: false\n  pattern: VisionXpert\n  required: false\n  type: release_group\n- name: x0r\n  negate: false\n  pattern: x0r\n  required: false\n  type: release_group\n- name: YIFY\n  negate: false\n  pattern: YIFY\n  required: false\n  type: release_group\n- name: YTS\n  negate: false\n  pattern: YTS\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Banned Groups.yml",
    "content": "name: Banned Groups\ndescription: Matches Release Groups that are Banned\ntags:\n- Banned\n- Release Group\nconditions:\n- name: Release Group (Missing)\n  negate: true\n  pattern: Release Group (Missing)\n  required: false\n  type: release_group\n- name: 4K4U\n  negate: false\n  pattern: 4K4U\n  required: false\n  type: release_group\n- name: AOC\n  negate: false\n  pattern: AOC\n  required: false\n  type: release_group\n- name: AROMA\n  negate: false\n  pattern: AROMA\n  required: false\n  type: release_group\n- name: BeyondHD\n  negate: false\n  pattern: BeyondHD\n  required: false\n  type: release_group\n- name: BiTOR\n  negate: false\n  pattern: BiTOR\n  required: false\n  type: release_group\n- name: BLASPHEMY\n  negate: false\n  pattern: BLASPHEMY\n  required: false\n  type: release_group\n- name: BOLS\n  negate: false\n  pattern: BOLS\n  required: false\n  type: release_group\n- name: BTM\n  negate: false\n  pattern: BTM\n  required: false\n  type: release_group\n- name: CLASSiCALHD\n  negate: false\n  pattern: CLASSiCALHD\n  required: false\n  type: release_group\n- name: CREATiVE24\n  negate: false\n  pattern: CREATiVE24\n  required: false\n  type: release_group\n- name: d3g\n  negate: false\n  pattern: d3g\n  required: false\n  type: release_group\n- name: DepraveD\n  negate: false\n  pattern: DepraveD\n  required: false\n  type: release_group\n- name: DeViSiVE\n  negate: false\n  pattern: DeViSiVE\n  required: false\n  type: release_group\n- name: DRX\n  negate: false\n  pattern: DRX\n  required: false\n  type: release_group\n- name: E\n  negate: false\n  pattern: E\n  required: false\n  type: release_group\n- name: FGT\n  negate: false\n  pattern: FGT\n  required: false\n  type: release_group\n- name: Flights\n  negate: false\n  pattern: Flights\n  required: false\n  type: release_group\n- name: HDS\n  negate: false\n  pattern: HDS\n  required: false\n  type: release_group\n- name: iVy\n  negate: false\n  pattern: iVy\n  required: false\n  type: release_group\n- name: jennaortegaUHD\n  negate: false\n  pattern: jennaortegaUHD\n  required: false\n  type: release_group\n- name: KC\n  negate: false\n  pattern: KC\n  required: false\n  type: release_group\n- name: LAMA\n  negate: false\n  pattern: LAMA\n  required: false\n  type: release_group\n- name: MeGusta\n  negate: false\n  pattern: MeGusta\n  required: false\n  type: release_group\n- name: MgB\n  negate: false\n  pattern: MgB\n  required: false\n  type: release_group\n- name: NAHOM\n  negate: false\n  pattern: NAHOM\n  required: false\n  type: release_group\n- name: NhaNc3\n  negate: false\n  pattern: NhaNc3\n  required: false\n  type: release_group\n- name: NoGroup\n  negate: false\n  pattern: NoGroup\n  required: false\n  type: release_group\n- name: OEPlus\n  negate: false\n  pattern: OEPlus\n  required: false\n  type: release_group\n- name: PSA\n  negate: false\n  pattern: PSA\n  required: false\n  type: release_group\n- name: RARBG\n  negate: false\n  pattern: RARBG\n  required: false\n  type: release_group\n- name: SasukeducK\n  negate: false\n  pattern: SasukeducK\n  required: false\n  type: release_group\n- name: SHD\n  negate: false\n  pattern: SHD\n  required: false\n  type: release_group\n- name: ShieldBearer\n  negate: false\n  pattern: ShieldBearer\n  required: false\n  type: release_group\n- name: STUTTERSHIT\n  negate: false\n  pattern: STUTTERSHIT\n  required: false\n  type: release_group\n- name: tarunk9c\n  negate: false\n  pattern: tarunk9c\n  required: false\n  type: release_group\n- name: TEKNO3D\n  negate: false\n  pattern: TEKNO3D\n  required: false\n  type: release_group\n- name: Telly\n  negate: false\n  pattern: Telly\n  required: false\n  type: release_group\n- name: TvR\n  negate: false\n  pattern: TvR\n  required: false\n  type: release_group\n- name: UnKn0wn\n  negate: false\n  pattern: UnKn0wn\n  required: false\n  type: release_group\n- name: VD0N\n  negate: false\n  pattern: VD0N\n  required: false\n  type: release_group\n- name: VECTOR\n  negate: false\n  pattern: VECTOR\n  required: false\n  type: release_group\n- name: VisionXpert\n  negate: false\n  pattern: VisionXpert\n  required: false\n  type: release_group\n- name: x0r\n  negate: false\n  pattern: x0r\n  required: false\n  type: release_group\n- name: YIFY\n  negate: false\n  pattern: YIFY\n  required: false\n  type: release_group\n- name: YTS\n  negate: false\n  pattern: YTS\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Banned Remux.yml",
    "content": "name: Banned Remux\ndescription: Matches otherwise unfavourable remux groups - bloated audio tracks, fake\n  HDR, etc.\ntags:\n- Banned\n- Release Group\nconditions:\n- name: Remux\n  negate: false\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Not DVD\n  negate: true\n  required: true\n  source: dvd\n  type: source\n- name: LEGi0N\n  negate: false\n  pattern: LEGi0N\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Banned UHD Bluray.yml",
    "content": "name: Banned UHD Bluray\ndescription: Matches UHD Bluray releases that are not from a quality tier\ntags:\n- Banned\n- Release Group\nconditions:\n- name: UHD Bluray\n  negate: false\n  pattern: UHD Bluray\n  required: true\n  type: release_title\n- name: Not 2160p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 2160p\n- name: Release Groups\n  negate: true\n  pattern: UHD Bluray Release Groups\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Banned WEBRip (Efficient).yml",
    "content": "name: Banned WEBRip (Efficient)\ndescription: Matches WEBRip releases that are not from a quality tier\ntags:\n- Banned\n- Release Group\nconditions:\n- name: WEBRip\n  negate: false\n  required: true\n  source: webrip\n  type: source\n- name: Not 2160p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 2160p\n- name: Not 1080p\n  negate: true\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Release Groups\n  negate: true\n  pattern: UHD WEBRip Release Groups\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Banned WEBRip.yml",
    "content": "name: Banned WEBRip\ndescription: Matches WEBRip releases that are not from a quality tier\ntags:\n- Banned\n- Release Group\nconditions:\n- name: WEBRip\n  negate: false\n  required: true\n  source: webrip\n  type: source\n- name: Release Groups\n  negate: true\n  pattern: UHD WEBRip Release Groups\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Better Theatricals.yml",
    "content": "name: Better Theatricals\ndescription: 'Matches movies where the `Theatrical` cut is considered the better version.\n  Subjectively chosen, based on Dictionarry''s personal preferences and major opinion.\n  Needed to override the default special edition preference. Matches:\n\n  - Terminator 2: Judgement Day (1991)\n\n  - Alien (1979)\n\n  - Star Wars OT (1977-1983)\n\n  - Apocalypse Now (1979)\n\n  - The Exorcist (1973)\n\n  - Donnie Darko (2001)\n\n  - Amadeus (1984)\n\n  - Payback (1999)\n\n  - Almost Famous (2000)'\ntags:\n- Edition\nconditions:\n- name: Better Theatricals\n  negate: false\n  pattern: Better Theatricals\n  required: true\n  type: release_title\n- name: Theatrical\n  negate: false\n  pattern: Theatrical Edition\n  required: true\n  type: release_title\n- name: Not Extended Clip\n  negate: true\n  pattern: Extended Clip\n  required: true\n  type: release_title\n- name: Not IMAX\n  negate: true\n  pattern: IMAX\n  required: true\n  type: release_title\n- name: Not Open Matte\n  negate: true\n  pattern: Open Matte\n  required: true\n  type: release_title\n- name: Not Sing Along\n  negate: true\n  pattern: Sing Along\n  required: true\n  type: release_title\n- name: Not Special Edition\n  negate: true\n  pattern: Special Edition\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: true\n  id: 1\n  input: Blade.Runner.The.Final.Cut.1982.BluRay.CEE.1080p.VC-1.TrueHD.5.1-Gazdi\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: true\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: false\n  id: 2\n  input: Wicked 2024 Sing-Along Version 720p MA WEB-DL DDP 5.1 H.264-FLUX\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: true\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: false\n  id: 3\n  input: Alien 1979 Directors Cut HYBRID 2160p BluRay REMUX HEVC DV-HDR10Plus DTS-HD\n    MA 5 1-Flights\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n"
  },
  {
    "path": "custom_formats/CR.yml",
    "content": "name: CR\ndescription: Matches 'Crunchyroll' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: CR Regex\n  negate: false\n  pattern: Crunchyroll\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests:\n- conditionResults:\n  - matches: true\n    name: AMZN Regex\n    negate: false\n    pattern: Amazon Prime\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]\n  lastRun: '2025-01-14T09:45:16.007149'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: AMZN Regex\n    negate: false\n    pattern: Amazon Prime\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English\n    - Goki TAoE)\n  lastRun: '2025-01-14T09:45:16.007149'\n  passes: true\n"
  },
  {
    "path": "custom_formats/CRAV.yml",
    "content": "name: CRAV\ndescription: Matches 'Crave' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: CRAV Regex\n  negate: false\n  pattern: Crave\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests:\n- conditionResults:\n  - matches: true\n    name: AMZN Regex\n    negate: false\n    pattern: Amazon Prime\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]\n  lastRun: '2025-01-14T09:45:16.007149'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: AMZN Regex\n    negate: false\n    pattern: Amazon Prime\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English\n    - Goki TAoE)\n  lastRun: '2025-01-14T09:45:16.007149'\n  passes: true\n"
  },
  {
    "path": "custom_formats/CRIT.yml",
    "content": "name: CRIT\ndescription: Matches 'Criterion Channel' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: CRiT Regex\n  negate: false\n  pattern: Criterion Channel\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests: []\n"
  },
  {
    "path": "custom_formats/DRPO.yml",
    "content": "name: DRPO\ndescription: Matches 'Dropout TV' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: DRPO Regex\n  negate: false\n  pattern: Dropout TV\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/DS4K.yml",
    "content": "name: DS4K\ndescription: ''\ntags: []\nconditions:\n- name: DS4K\n  negate: false\n  pattern: DS4K\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/DSNP.yml",
    "content": "name: DSNP\ndescription: Matches 'Disney+' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: DNSP Regex\n  negate: false\n  pattern: Disney+\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: DNSP Regex\n    negate: false\n    pattern: Disney+\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: The Simpsons (1989) S36E05 Treehouse of Horror XXXV (1080p DSNP Webrip x265\n    10bit EAC3 5 1 - Goki)[TAoE]\n  lastRun: '2024-12-03T16:31:38.572151'\n  passes: true\n"
  },
  {
    "path": "custom_formats/DTS-ES.yml",
    "content": "name: DTS-ES\ndescription: Matches 'DTS-ES' Regex Pattern and negates any other audio types that\n  might conflict.\ntags:\n- Audio\nconditions:\n- name: DTS-ES\n  negate: false\n  pattern: DTS-ES\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS Basic\n  required: true\n  type: release_title\n- name: Not DTS-X\n  negate: true\n  pattern: DTS-X\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: DTS-ES\n    negate: false\n    pattern: DTS-ES\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-HD MA 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T16:08:50.669281'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: DTS-ES\n    negate: false\n    pattern: DTS-ES\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 3\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-HD HRA 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T16:08:50.669281'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: DTS-ES\n    negate: false\n    pattern: DTS-ES\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 4\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS:X 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T16:08:50.669281'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: DTS-ES\n    negate: false\n    pattern: DTS-ES\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 5\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T16:08:50.669281'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: DTS-ES\n    negate: false\n    pattern: DTS-ES\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: true\n  id: 6\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-ES 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T16:08:50.669281'\n  passes: true\n"
  },
  {
    "path": "custom_formats/DTS-HD HRA.yml",
    "content": "name: DTS-HD HRA\ndescription: Matches 'DTS-HD HRA' Regex Pattern and negates any other audio types\n  that might conflict.\ntags:\n- Audio\nconditions:\n- name: DTS-HD HRA\n  negate: false\n  pattern: DTS-HD HRA\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS Basic\n  required: true\n  type: release_title\n- name: Not DTS-ES\n  negate: true\n  pattern: DTS-ES\n  required: true\n  type: release_title\n- name: Not DTS-X\n  negate: true\n  pattern: DTS-X\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/DTS-HD MA.yml",
    "content": "name: DTS-HD MA\ndescription: Matches 'DTS-HD MA' Regex Pattern and negates any other audio types that\n  might conflict.\ntags:\n- Audio\nconditions:\n- name: DTS-HD MA\n  negate: false\n  pattern: DTS-HD MA\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS-HD HRA ES\n  negate: true\n  pattern: DTS-HD HRA ES\n  required: true\n  type: release_title\n- name: Not DTS-X\n  negate: true\n  pattern: DTS-X\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: DTS-HD MA\n    negate: false\n    pattern: DTS-HD MA\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-HD HRA ES\n    negate: true\n    pattern: DTS-HD HRA ES\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:25:12.280017'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: DTS-HD MA\n    negate: false\n    pattern: DTS-HD MA\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-HD HRA ES\n    negate: true\n    pattern: DTS-HD HRA ES\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-ES 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:25:12.280017'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: DTS-HD MA\n    negate: false\n    pattern: DTS-HD MA\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-HD HRA ES\n    negate: true\n    pattern: DTS-HD HRA ES\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 3\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-HD HRA 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:25:12.280017'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: DTS-HD MA\n    negate: false\n    pattern: DTS-HD MA\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-HD HRA ES\n    negate: true\n    pattern: DTS-HD HRA ES\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 4\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS:X 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:25:12.280017'\n  passes: true\n"
  },
  {
    "path": "custom_formats/DTS-X.yml",
    "content": "name: DTS-X\ndescription: Matches 'DTS-X' Regex Pattern and negates any other audio types that\n  might conflict.\ntags:\n- Audio\nconditions:\n- name: DTS-X\n  negate: false\n  pattern: DTS-X\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS Basic\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: DTS-X\n    negate: false\n    pattern: DTS-X\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:29:58.584796'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: DTS-X\n    negate: false\n    pattern: DTS-X\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-HD MA 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:29:58.584796'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: DTS-X\n    negate: false\n    pattern: DTS-X\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 3\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-ES 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:29:58.584796'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: DTS-X\n    negate: false\n    pattern: DTS-X\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 4\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-HD HRA 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:29:58.584796'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: DTS-X\n    negate: false\n    pattern: DTS-X\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS Basic\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: true\n  id: 5\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS:X 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:29:58.584796'\n  passes: true\n"
  },
  {
    "path": "custom_formats/DTS.yml",
    "content": "name: DTS\ndescription: Matches 'DTS' Regex Pattern and negates any other audio types that might\n  conflict.\ntags:\n- Audio\nconditions:\n- name: DTS\n  negate: false\n  pattern: DTS\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS-HD\n  negate: true\n  pattern: DTS-HD MA\n  required: true\n  type: release_title\n- name: Not DTS-HD HRA ES\n  negate: true\n  pattern: DTS-HD HRA ES\n  required: true\n  type: release_title\n- name: Not DTS-X\n  negate: true\n  pattern: DTS-X\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: DTS\n    negate: false\n    pattern: DTS\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-HD\n    negate: true\n    pattern: DTS-HD\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-HD HRA ES\n    negate: true\n    pattern: DTS-HD HRA ES\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-HD MA 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:23:53.904489'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: DTS\n    negate: false\n    pattern: DTS\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-HD\n    negate: true\n    pattern: DTS-HD\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-HD HRA ES\n    negate: true\n    pattern: DTS-HD HRA ES\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-ES MA 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:23:53.904489'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: DTS\n    negate: false\n    pattern: DTS\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-HD\n    negate: true\n    pattern: DTS-HD\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-HD HRA ES\n    negate: true\n    pattern: DTS-HD HRA ES\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 3\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS-HD HRA 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:23:53.904489'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: DTS\n    negate: false\n    pattern: DTS\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital\n    negate: true\n    pattern: Dolby Digital\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-HD\n    negate: true\n    pattern: DTS-HD\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS-HD HRA ES\n    negate: true\n    pattern: DTS-HD HRA ES\n    required: false\n    type: release_title\n  - matches: true\n    name: Not DTS-X\n    negate: true\n    pattern: DTS-X\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 4\n  input: 8 Mile 2002 Open Matte 1080p WEB-DL DTS:X 7.1 H.264-TiTTE\n  lastRun: '2025-07-13T15:23:53.904489'\n  passes: true\n"
  },
  {
    "path": "custom_formats/DVD Remux.yml",
    "content": "name: DVD Remux\ndescription: A DVD Remux is a direct rip of a DVD's content without any re-encoding,\n  preserving the original video, audio, and subtitle quality. It retains the exact\n  resolution, bitrate, and format of the DVD, ensuring no loss in fidelity compared\n  to the source.\ntags:\n- Source\n- SD\n- Lossless\nconditions:\n- name: DVD\n  negate: false\n  required: true\n  source: dvd\n  type: source\n- name: Remux\n  type: release_title\n  required: true\n  negate: false\n  pattern: Remux\ntests:\n- conditionResults:\n  - matches: true\n    name: Remux\n    negate: false\n    pattern: Remux\n    required: true\n    type: release_title\n  expected: true\n  id: 1\n  input: \"\\xC6on Flux AKA Aeon Flux S01 NTSC DVD DD5.1 MPEG-2 REMUX-GF\"\n  lastRun: '2024-12-08T22:41:50.874176'\n  passes: true\n"
  },
  {
    "path": "custom_formats/DVD.yml",
    "content": "name: DVD\ndescription: The DVD format, or Digital Versatile Disc, is an optical disc storage\n  medium widely used for video, audio, and data storage. It offers a standard capacity\n  of 4.7 GB for single-layer discs and up to 8.5 GB for dual-layer discs, making it\n  suitable for movies, software, and backups. DVDs provide a resolution of 720x480\n  (NTSC) or 720x576 (PAL) for video and support Dolby Digital or DTS audio for high-quality\n  sound. They are compatible with standalone DVD players, computer drives, and gaming\n  consoles, offering broad accessibility while requiring a physical disc for playback.\ntags:\n- Source\n- SD\nconditions:\n- name: DVD\n  negate: false\n  required: true\n  source: dvd\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/Disney+ Enhancement.yml",
    "content": "name: Disney+ Enhancement\ndescription: ''\ntags:\n- Enhancement\nconditions:\n- name: Not 2160p\n  negate: true\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: DSNP\n  negate: false\n  pattern: Disney+\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Dolby Atmos.yml",
    "content": "name: Dolby Atmos\ndescription: Matches 'Atmos' Regex Pattern\ntags:\n- Audio\n- Dolby\nconditions:\n- name: Atmos\n  negate: false\n  pattern: Atmos\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Dolby Digital +.yml",
    "content": "name: Dolby Digital +\ndescription: Matches 'Dolby Digital +' Regex Pattern and negates any other audio types\n  that might conflict.\ntags:\n- Audio\nconditions:\n- name: Dolby Digital +\n  negate: false\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: Dolby Digital +\n    negate: false\n    pattern: Dolby Digital +\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: Un-Ex You 2025 1080p NF WEB-DL DD 5.1 H.264-FLUX\n  lastRun: '2025-07-13T15:10:00.670175'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Dolby Digital +\n    negate: false\n    pattern: Dolby Digital +\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: true\n  id: 2\n  input: Un-Ex You 2025 1080p NF WEB-DL DD+ 5.1 H.264-FLUX\n  lastRun: '2025-07-13T15:10:00.670175'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Dolby Digital.yml",
    "content": "name: Dolby Digital\ndescription: Matches 'Dolby Digital' Regex Pattern and negates any other audio types\n  that might conflict.\ntags:\n- Audio\nconditions:\n- name: Dolby Digital\n  negate: false\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: Dolby Digital\n    negate: false\n    pattern: Dolby Digital\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Un-Ex You 2025 1080p NF WEB-DL DD 5.1 H.264-FLUX\n  lastRun: '2025-07-13T15:09:35.674140'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: Dolby Digital\n    negate: false\n    pattern: Dolby Digital\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: true\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Un-Ex You 2025 1080p NF WEB-DL DD+ 5.1 H.264-FLUX\n  lastRun: '2025-07-13T15:09:35.674140'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Dolby Vision (Without Fallback).yml",
    "content": "name: Dolby Vision (Without Fallback)\ndescription: Matches the 'Dolby Vision (Without Fallback) Regex Pattern\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: Dolby Vision (Without Fallback)\n  negate: false\n  pattern: Dolby Vision (Without Fallback)\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Dolby Vision.yml",
    "content": "name: Dolby Vision\ndescription: Matches the 'Dolby Vision' Regex Pattern\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: Dolby Vision\n  negate: false\n  pattern: Dolby Vision\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Extras.yml",
    "content": "name: Extras\ndescription: Matches the 'Extras' Regex Pattern\ntags:\n- Banned\n- Enhancement\nconditions:\n- name: Extras\n  negate: false\n  pattern: Extras\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/FLAC.yml",
    "content": "name: FLAC\ndescription: Matches 'FLAC' Regex Pattern and negates any other audio types that might\n  conflict.\ntags:\n- Audio\nconditions:\n- name: FLAC\n  negate: false\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS\n  required: true\n  type: release_title\n- name: Not PCM\n  negate: true\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Freeleech 100%.yml",
    "content": "name: Freeleech 100%\ndescription: 100% Freeleech Indexer Flag\ntags:\n- Flag\n- Freeleech\nconditions:\n- flag: freeleech\n  name: 100% Freeleech\n  negate: false\n  required: true\n  type: indexer_flag\ntests: []\n"
  },
  {
    "path": "custom_formats/Freeleech 25%.yml",
    "content": "name: Freeleech 25%\ndescription: 25% Freeleech Indexer Flag\ntags:\n- Flag\n- Freeleech\nconditions:\n- flag: freeleech_25\n  name: 25% Freeleech\n  negate: false\n  required: true\n  type: indexer_flag\ntests: []\n"
  },
  {
    "path": "custom_formats/Freeleech 50%.yml",
    "content": "name: Freeleech 50%\ndescription: 50% Freeleech Indexer Flag\ntags:\n- Flag\n- Freeleech\nconditions:\n- flag: halfleech\n  name: 50% Freeleech\n  negate: false\n  required: true\n  type: indexer_flag\ntests: []\n"
  },
  {
    "path": "custom_formats/Freeleech 75%.yml",
    "content": "name: Freeleech 75%\ndescription: 75% Freeleech Indexer Flag\ntags:\n- Flag\n- Freeleech\nconditions:\n- flag: freeleech_75\n  name: 75% Freeleech\n  negate: false\n  required: true\n  type: indexer_flag\ntests: []\n"
  },
  {
    "path": "custom_formats/Full Disc (Quality Match).yml",
    "content": "name: Full Disc (Quality Match)\ndescription: Matches Full Discs using a Radarr Quality Match\ntags:\n- Storage\nconditions:\n- name: BRDISK\n  negate: false\n  qualityModifier: brdisk\n  required: true\n  type: quality_modifier\ntests: []\n"
  },
  {
    "path": "custom_formats/Full Disc.yml",
    "content": "name: Full Disc\ndescription: 'Matches the ''Full Disc'' regex pattern and negates any remuxes / encodes. '\ntags:\n- Storage\nconditions:\n- name: Full Disc\n  negate: false\n  pattern: Full Disc\n  required: true\n  type: release_title\n- name: Not WEB-DL\n  negate: true\n  required: true\n  source: web_dl\n  type: source\n- name: Not WEBRip\n  negate: true\n  required: true\n  source: webrip\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Not x264\n  negate: true\n  pattern: x264\n  required: true\n  type: release_title\n- name: Not x265\n  negate: true\n  pattern: x265\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: Full Disc\n    negate: false\n    pattern: Full Disc\n    required: true\n    type: release_title\n  - matches: false\n    name: x264\n    negate: true\n    pattern: x264\n    required: false\n    type: release_title\n  - matches: false\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  - matches: true\n    name: Remux\n    negate: true\n    pattern: Remux\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: Isolani 2017 1080p BluRay REMUX AVC DTS-HD MA 5.1-Parapluie\n  lastRun: '2024-12-08T22:57:56.281360'\n  passes: true\n"
  },
  {
    "path": "custom_formats/German DL.yml",
    "content": "name: German DL\ndescription: ''\ntags:\n- Language\nconditions:\n- name: German DL\n  type: release_title\n  required: true\n  negate: false\n  pattern: German DL\ntests: []\n"
  },
  {
    "path": "custom_formats/HBO Max Enhancement.yml",
    "content": "name: HBO Max Enhancement\ndescription: ''\ntags:\n- Enhancement\nconditions:\n- name: Not 2160p\n  negate: true\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: HMAX\n  negate: false\n  pattern: HBO Max\n  required: false\n  type: release_title\n- name: MAX\n  negate: false\n  pattern: Max\n  required: false\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/HDR (Missing).yml",
    "content": "name: HDR (Missing)\ndescription: Attempts to match HDR in 1080p x265 Encodes labelled with x265\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Dolby Vision\n  negate: false\n  pattern: Dolby Vision\n  required: true\n  type: release_title\n- name: x265\n  negate: false\n  pattern: x265\n  required: true\n  type: release_title\n- name: Not SDR\n  negate: true\n  pattern: SDR\n  required: true\n  type: release_title\n- name: Not PQ\n  negate: true\n  pattern: PQ\n  required: true\n  type: release_title\n- name: Not HLG\n  negate: true\n  pattern: HLG\n  required: true\n  type: release_title\n- name: Not HDR\n  negate: true\n  pattern: HDR\n  required: true\n  type: release_title\n- name: Not HDR10\n  negate: true\n  pattern: HDR10\n  required: true\n  type: release_title\n- name: Not HDR10+\n  negate: true\n  pattern: HDR10+\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/HDR.yml",
    "content": "name: HDR\ndescription: Matches the 'HDR' Regex Pattern\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: HDR\n  negate: false\n  pattern: HDR\n  required: true\n  type: release_title\n- name: Not SDR\n  type: release_title\n  required: true\n  negate: true\n  pattern: SDR\n- name: Not PQ\n  type: release_title\n  required: true\n  negate: true\n  pattern: PQ\n- name: Not HLG\n  type: release_title\n  required: true\n  negate: true\n  pattern: HLG\n- name: Not HDR10\n  negate: true\n  pattern: HDR10\n  required: true\n  type: release_title\n- name: Not HDR10+\n  negate: true\n  pattern: HDR10+\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/HDR10 (Missing).yml",
    "content": "name: HDR10 (Missing)\ndescription: Attempts to match HDR10 to groups that mislabel their releases. *This\n  does not work properly in sonarr.*\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Release Groups\n  negate: true\n  pattern: HDR10 (Negation)\n  required: true\n  type: release_group\n- name: Not SDR\n  negate: true\n  pattern: SDR\n  required: true\n  type: release_title\n- name: Not PQ\n  negate: true\n  pattern: PQ\n  required: true\n  type: release_title\n- name: Not HLG\n  negate: true\n  pattern: HLG\n  required: true\n  type: release_title\n- name: Not HDR\n  negate: true\n  pattern: HDR\n  required: true\n  type: release_title\n- name: Not HDR10\n  negate: true\n  pattern: HDR10\n  required: true\n  type: release_title\n- name: Not HDR10+\n  negate: true\n  pattern: HDR10+\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: Not HDR10\n    negate: true\n    pattern: HDR10\n    required: true\n    type: release_title\n  - matches: false\n    name: Not HDR10+\n    negate: true\n    pattern: HDR10+\n    required: true\n    type: release_title\n  - matches: true\n    name: Missing Groups\n    negate: false\n    pattern: HDR10 (Missing Groups)\n    required: true\n    type: release_title\n  - matches: false\n    name: Not SDR\n    negate: true\n    pattern: SDR\n    required: true\n    type: release_title\n  expected: true\n  id: 1\n  input: Barbie 2023 UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC HYBRID REMUX-FraMeSToR\n  lastRun: '2025-01-11T22:58:21.736014'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Not HDR10\n    negate: true\n    pattern: HDR10\n    required: true\n    type: release_title\n  - matches: false\n    name: Not HDR10+\n    negate: true\n    pattern: HDR10+\n    required: true\n    type: release_title\n  - matches: true\n    name: Missing Groups\n    negate: false\n    pattern: HDR10 (Missing Groups)\n    required: true\n    type: release_title\n  - matches: false\n    name: Not SDR\n    negate: true\n    pattern: SDR\n    required: true\n    type: release_title\n  expected: false\n  id: 2\n  input: Barbie (2023) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR TrueHD Atmos 7.1\n    English-FraMeSToR\n  lastRun: '2025-01-11T22:58:21.736014'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: Not HDR10\n    negate: true\n    pattern: HDR10\n    required: true\n    type: release_title\n  - matches: false\n    name: Not HDR10+\n    negate: true\n    pattern: HDR10+\n    required: true\n    type: release_title\n  - matches: true\n    name: Missing Groups\n    negate: false\n    pattern: HDR10 (Missing Groups)\n    required: true\n    type: release_title\n  - matches: true\n    name: Not SDR\n    negate: true\n    pattern: SDR\n    required: true\n    type: release_title\n  expected: false\n  id: 3\n  input: \"For a Few Dollars More aka Per qualche dollaro in pi\\xF9 1965 UHD BluRay\\\n    \\ 2160p DTS-HD MA 5.1 SDR HEVC REMUX-FraMeSToR\"\n  lastRun: '2025-01-11T22:58:21.736014'\n  passes: true\n"
  },
  {
    "path": "custom_formats/HDR10+.yml",
    "content": "name: HDR10+\ndescription: Matches the 'HDR10+' Regex Pattern\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: HDR10+\n  negate: false\n  pattern: HDR10+\n  required: true\n  type: release_title\n- name: Not SDR\n  negate: true\n  pattern: SDR\n  required: true\n  type: release_title\n- name: Not PQ\n  negate: true\n  pattern: PQ\n  required: true\n  type: release_title\n- name: Not HLG\n  negate: true\n  pattern: HLG\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/HDR10.yml",
    "content": "name: HDR10\ndescription: Matches the 'HDR10' Regex Pattern\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: HDR10\n  negate: false\n  pattern: HDR10\n  required: true\n  type: release_title\n- name: Not SDR\n  negate: true\n  pattern: SDR\n  required: true\n  type: release_title\n- name: Not PQ\n  negate: true\n  pattern: PQ\n  required: true\n  type: release_title\n- name: Not HLG\n  negate: true\n  pattern: HLG\n  required: true\n  type: release_title\n- name: Not HDR10+\n  type: release_title\n  required: true\n  negate: true\n  pattern: HDR10+\ntests: []\n"
  },
  {
    "path": "custom_formats/HLG.yml",
    "content": "name: HLG\ndescription: Matches the 'HLG' Regex Pattern\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: HLG\n  negate: false\n  pattern: HLG\n  required: true\n  type: release_title\n- name: Not SDR\n  negate: true\n  pattern: SDR\n  required: true\n  type: release_title\n- name: Not PQ\n  negate: true\n  pattern: PQ\n  required: true\n  type: release_title\n- name: Not HDR\n  type: release_title\n  required: true\n  negate: true\n  pattern: HDR\n- name: Not HDR10\n  negate: true\n  pattern: HDR10\n  required: true\n  type: release_title\n- name: Not HDR10+\n  negate: true\n  pattern: HDR10+\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/HMAX.yml",
    "content": "name: HMAX\ndescription: Matches 'HBO Max' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: HMAX Regex\n  negate: false\n  pattern: HBO Max\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests:\n- conditionResults:\n  - matches: true\n    name: HMAX Regex\n    negate: false\n    pattern: HBO Max\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Young Justice S04 1080p HMAX WEBRip DD 5 1 x265-edge2020\n  lastRun: '2024-12-06T04:51:30.887518'\n  passes: true\n"
  },
  {
    "path": "custom_formats/HONE Bluray.yml",
    "content": "name: HONE Bluray\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: HONE\n  negate: false\n  pattern: HONE\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: HONE\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/HONE Blurays.yml",
    "content": "name: HONE Blurays\ndescription: ''\ntags: []\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: HONE\n  negate: false\n  pattern: HONE\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: HONE\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/HONE WEB.yml",
    "content": "name: HONE WEB\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: x265\n  negate: false\n  pattern: x265 (Efficient)\n  required: true\n  type: release_title\n- name: HONE\n  negate: false\n  pattern: HONE\n  required: true\n  type: release_title\n- name: Not Weasley\n  negate: true\n  pattern: Weasley\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: HONE\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/HTSR.yml",
    "content": "name: HTSR\ndescription: Matches 'Hotstar' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: HTSR Regex\n  negate: false\n  pattern: Hotstar\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: HTSR Regex\n    negate: false\n    pattern: Hotstar\n    required: true\n    type: release_title\n  expected: true\n  id: 1\n  input: Bheeshma Parvam 2022 2160p HTSR WEB-DL DD+ 5.1 H.265-NOSiViD\n  lastRun: '2025-04-21T20:09:07.037575'\n  passes: true\n"
  },
  {
    "path": "custom_formats/HULU.yml",
    "content": "name: HULU\ndescription: Matches 'Hulu' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: HULU Regex\n  negate: false\n  pattern: Hulu\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: Hulu Regex\n    negate: false\n    pattern: Hulu\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: Beverly Hills Ninja (1996) 1080p HULU WEB-DL x265 HEVC DDP 5.1-PHOCiS\n  lastRun: '2024-12-06T05:29:49.598013'\n  passes: true\n"
  },
  {
    "path": "custom_formats/IMAX Enhanced.yml",
    "content": "name: IMAX Enhanced\ndescription: ''\ntags:\n- Edition\nconditions:\n- name: IMAX Enhanced\n  negate: false\n  pattern: IMAX Enhanced\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/IMAX.yml",
    "content": "name: IMAX\ndescription: ''\ntags:\n- Edition\nconditions:\n- name: IMAX\n  type: release_title\n  required: true\n  negate: false\n  pattern: IMAX\n- name: IMAX Enhanced\n  negate: true\n  pattern: IMAX Enhanced\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/IQIYI.yml",
    "content": "name: IQIYI\ndescription: Matches 'IQIYI' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: IQIYI Regex\n  negate: false\n  pattern: iQIYI\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Internal.yml",
    "content": "name: Internal\ndescription: Internal Indexer Flag\ntags: []\nconditions:\n- name: Internal\n  type: indexer_flag\n  required: true\n  negate: false\n  flag: internal\ntests: []\n"
  },
  {
    "path": "custom_formats/KCW.yml",
    "content": "name: KCW\ndescription: Matches 'Kocowa' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: KCW Regex\n  negate: false\n  pattern: KCW\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Lossless Audio.yml",
    "content": "name: Lossless Audio\ndescription: Matches any Lossless Audio Track not in a 2160p Release.\ntags:\n- Audio\nconditions:\n- name: Not 2160p\n  negate: true\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: DTS-HD MA\n  negate: false\n  pattern: DTS-HD MA\n  required: false\n  type: release_title\n- name: DTS-X\n  negate: false\n  pattern: DTS-X\n  required: false\n  type: release_title\n- name: PCM\n  negate: false\n  pattern: PCM\n  required: false\n  type: release_title\n- name: TrueHD\n  negate: false\n  pattern: TrueHD\n  required: false\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/MA.yml",
    "content": "name: MA\ndescription: Matches 'Movies Anywhere' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: MA Regex\n  negate: false\n  pattern: Movies Anywhere\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests: []\n"
  },
  {
    "path": "custom_formats/MAX.yml",
    "content": "name: MAX\ndescription: Matches 'Max' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: MAX Regex\n  negate: false\n  pattern: Max\n  required: false\n  type: release_title\n- name: MAX Rename Regex\n  negate: false\n  pattern: Max Rename\n  required: false\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: MAX Regex\n    negate: false\n    pattern: Max\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: Dune Prophecy (2024) S01E02 Two Wolves (2160p HDR10 DV Hybrid MAX Webrip\n    x265 10bit EAC3 5 1 Atmos - Goki)[TAoE]\n  lastRun: '2024-12-06T02:59:11.931629'\n  passes: true\n"
  },
  {
    "path": "custom_formats/MUBI.yml",
    "content": "name: MUBI\ndescription: Matches 'Mubi' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: MUBI Regex\n  negate: false\n  pattern: Mubi\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests:\n- conditionResults:\n  - matches: true\n    name: AMZN Regex\n    negate: false\n    pattern: Amazon Prime\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: The Bad Guys (2022) (1080p AMZN Webrip x265 10bit EAC3 5 1 - ArcX)[TAoE]\n  lastRun: '2025-01-14T09:45:16.007149'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: AMZN Regex\n    negate: false\n    pattern: Amazon Prime\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Top Gun Maverick (2022) IMAX (1080p AMZN WEB-DL x265 SDR DDP Atmos 5.1 English\n    - Goki TAoE)\n  lastRun: '2025-01-14T09:45:16.007149'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Movies Anywhere Enhancement.yml",
    "content": "name: Movies Anywhere Enhancement\ndescription: ''\ntags:\n- Enhancement\nconditions:\n- name: Not 2160p\n  negate: true\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: MA\n  negate: false\n  pattern: Movies Anywhere\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/NF.yml",
    "content": "name: NF\ndescription: Matches 'Netflix' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: NF Regex\n  negate: false\n  pattern: Netflix\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: NF Regex\n    negate: false\n    pattern: Netflix\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: Arcane (2021) S02 (1080p NF WEB-DL x265 HEVC 10bit DDP 5 1 Vyndros)\n  lastRun: '2024-12-06T05:05:09.422536'\n  passes: true\n"
  },
  {
    "path": "custom_formats/NOW.yml",
    "content": "name: NOW\ndescription: Matches 'Now' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: NOW Regex\n  negate: false\n  pattern: Now\n  required: false\n  type: release_title\n- name: NOW Rename Regex\n  negate: false\n  pattern: Now Rename\n  required: false\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: NOW Regex\n    negate: false\n    pattern: Now\n    required: false\n    type: release_title\n  - matches: false\n    name: NOW Rename Regex\n    negate: false\n    pattern: Now Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Aisha 2022 1080p NOW WEB-DL DD+ 5.1 H.264-SMURF\n  lastRun: '2025-04-21T20:24:08.521814'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Not English.yml",
    "content": "name: Not English\ndescription: Matches releases that don't include an English language track. Dual audio\n  is allowed.\ntags:\n- Language\nconditions:\n- exceptLanguage: true\n  language: english\n  name: Not English\n  negate: false\n  required: true\n  type: language\n- exceptLanguage: false\n  language: english\n  name: Includes English\n  negate: true\n  required: true\n  type: language\ntests: []\n"
  },
  {
    "path": "custom_formats/Not Only English (Missing).yml",
    "content": "name: Not Only English (Missing)\ndescription: \"Attempts to matches releases with mutliple audio tracks but are not\\\n  \\ parsed as \\\"Multi Langauge\\\". Instead, attempts to find regular expressions which\\\n  \\ imply the release has dual audio. \\n \"\ntags:\n- Language\nconditions:\n- exceptLanguage: false\n  language: english\n  name: Includes English\n  negate: false\n  required: true\n  type: language\n- name: Dual Audio Regex\n  negate: false\n  pattern: Dual Audio\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Not Only English.yml",
    "content": "name: Not Only English\ndescription: Matches releases that don't include an English language track. Dual audio\n  is NOT allowed.\ntags:\n- Language\nconditions:\n- exceptLanguage: true\n  language: english\n  name: Not English\n  negate: false\n  required: true\n  type: language\n- exceptLanguage: false\n  language: english\n  name: Includes English\n  negate: false\n  required: true\n  type: language\ntests: []\n"
  },
  {
    "path": "custom_formats/Opus.yml",
    "content": "name: Opus\ndescription: Matches 'Opus' Regex Pattern and negates any other audio types that might\n  conflict.\ntags:\n- Audio\nconditions:\n- name: Opus\n  negate: false\n  pattern: Opus\n  required: true\n  type: release_title\n- name: Not OPUS Release Group\n  negate: true\n  pattern: Opus (Negation)\n  required: true\n  type: release_group\ntests:\n- conditionResults:\n  - matches: true\n    name: Opus\n    negate: false\n    pattern: Opus\n    required: true\n    type: release_title\n  - matches: true\n    name: Not OPUS Release Group\n    negate: true\n    pattern: Opus (Negation)\n    required: false\n    type: release_group\n  expected: false\n  id: 1\n  input: The Booksellers 2020 1080p WEB-DL DD+ 2.0 H.264-OPUS\n  lastRun: '2025-08-07T03:36:12.364522'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: Opus\n    negate: false\n    pattern: Opus\n    required: true\n    type: release_title\n  - matches: true\n    name: Not OPUS Release Group\n    negate: true\n    pattern: Opus (Negation)\n    required: false\n    type: release_group\n  expected: false\n  id: 2\n  input: Opus 2025 Hybrid 2160p iT WEB-DL DD+ 5.1 Atmos DV HDR10+ H.265-BYNDR\n  lastRun: '2025-08-07T03:36:12.364522'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Opus\n    negate: false\n    pattern: Opus\n    required: true\n    type: release_title\n  - matches: true\n    name: Not OPUS Release Group\n    negate: true\n    pattern: Opus (Negation)\n    required: false\n    type: release_group\n  expected: true\n  id: 3\n  input: Convicted 1950 1080p BluRay Opus 1.0 x264-MiRAGE\n  lastRun: '2025-08-07T03:36:12.364522'\n  passes: false\n- conditionResults:\n  - matches: true\n    name: Opus\n    negate: false\n    pattern: Opus\n    required: true\n    type: release_title\n  - matches: true\n    name: Not OPUS Release Group\n    negate: true\n    pattern: Opus (Negation)\n    required: false\n    type: release_group\n  expected: true\n  id: 4\n  input: Fate/Zero 2011 S01 1080p BluRay Dual-Audio Opus 2.0 x265-LYS1TH3A\n  lastRun: '2025-08-07T03:36:12.364522'\n  passes: false\n"
  },
  {
    "path": "custom_formats/PCM.yml",
    "content": "name: PCM\ndescription: Matches 'PCM' Regex Pattern and negates any other audio types that might\n  conflict.\ntags:\n- Audio\nconditions:\n- name: PCM\n  negate: false\n  pattern: PCM\n  required: true\n  type: release_title\n- name: Not AAC\n  negate: true\n  pattern: AAC\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: Dolby Digital\n    negate: false\n    pattern: Dolby Digital\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Un-Ex You 2025 1080p NF WEB-DL DD 5.1 H.264-FLUX\n  lastRun: '2025-07-13T15:09:35.674140'\n  passes: true\n- conditionResults:\n  - matches: false\n    name: Dolby Digital\n    negate: false\n    pattern: Dolby Digital\n    required: true\n    type: release_title\n  - matches: false\n    name: Not AAC\n    negate: true\n    pattern: AAC\n    required: false\n    type: release_title\n  - matches: true\n    name: Not Dolby Digital +\n    negate: true\n    pattern: Dolby Digital +\n    required: false\n    type: release_title\n  - matches: false\n    name: Not DTS\n    negate: true\n    pattern: DTS\n    required: false\n    type: release_title\n  - matches: false\n    name: Not FLAC\n    negate: true\n    pattern: FLAC\n    required: false\n    type: release_title\n  - matches: false\n    name: Not PCM\n    negate: true\n    pattern: PCM\n    required: false\n    type: release_title\n  - matches: false\n    name: Not TrueHD\n    negate: true\n    pattern: TrueHD\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Un-Ex You 2025 1080p NF WEB-DL DD+ 5.1 H.264-FLUX\n  lastRun: '2025-07-13T15:09:35.674140'\n  passes: true\n"
  },
  {
    "path": "custom_formats/PCOK.yml",
    "content": "name: PCOK\ndescription: Matches 'Peacock' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: PCOK Regex\n  negate: false\n  pattern: Peacock TV\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests:\n- conditionResults:\n  - matches: true\n    name: PCOK Regex\n    negate: false\n    pattern: Peacock TV\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: Based On A True Story S02 2160p PCOK WEB-DL DDP5 1 DV HDR x265-NTb\n  lastRun: '2024-12-06T02:45:41.699916'\n  passes: true\n"
  },
  {
    "path": "custom_formats/PLAY.yml",
    "content": "name: PLAY\ndescription: Matches 'Google TV' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: PLAY Regex\n  negate: false\n  pattern: Google TV\n  required: false\n  type: release_title\n- name: PLAY Rename Regex\n  negate: false\n  pattern: Google TV Rename\n  required: false\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests:\n- conditionResults:\n  - matches: true\n    name: iTunes Regex\n    negate: false\n    pattern: iTunes\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: Alien Romulus (2024) (1080p DS4K iT WEBRip x265 HEVC 10bit DDP Atmos 5 1\n    English - KaLLuKaLia)\n  lastRun: '2024-12-06T05:49:21.811162'\n  passes: true\n"
  },
  {
    "path": "custom_formats/PMTP.yml",
    "content": "name: PMTP\ndescription: Matches 'Paramount+' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: PMTP Regex\n  negate: false\n  pattern: Paramount+\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: PMTP Regex\n    negate: false\n    pattern: Paramount+\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Evil 2019 S04 1080p PMTP WEB-DL DDP 5 1 x265 - YELLO\n  lastRun: '2024-12-06T05:11:34.055223'\n  passes: true\n"
  },
  {
    "path": "custom_formats/PQ.yml",
    "content": "name: PQ\ndescription: Matches the 'PQ' Regex Pattern\ntags:\n- Colour Grade\n- HDR\nconditions:\n- name: PQ\n  negate: false\n  pattern: PQ\n  required: true\n  type: release_title\n- name: Not SDR\n  negate: true\n  pattern: SDR\n  required: true\n  type: release_title\n- name: Not HLG\n  negate: true\n  pattern: HLG\n  required: true\n  type: release_title\n- name: HDR\n  type: release_title\n  required: true\n  negate: true\n  pattern: HDR\n- name: Not HDR10\n  negate: true\n  pattern: HDR10\n  required: true\n  type: release_title\n- name: Not HDR10+\n  negate: true\n  pattern: HDR10+\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/QxR Bluray.yml",
    "content": "name: QxR Bluray\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: QxR\n  negate: false\n  pattern: QxR (Title)\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: QxR\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/QxR Blurays.yml",
    "content": "name: QxR Blurays\ndescription: ''\ntags: []\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: QxR\n  negate: false\n  pattern: QxR (Title)\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: QxR\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/QxR WEB.yml",
    "content": "name: QxR WEB\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: QxR\n  negate: false\n  pattern: QxR (Title)\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: QxR\n  required: true\n  type: release_group\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests: []\n"
  },
  {
    "path": "custom_formats/QxR WEBs.yml",
    "content": "name: QxR WEBs\ndescription: ''\ntags: []\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: QxR\n  negate: false\n  pattern: QxR (Title)\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: QxR\n  required: true\n  type: release_group\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/ROKU.yml",
    "content": "name: ROKU\ndescription: Matches 'Roku' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: ROKU Regex\n  negate: false\n  pattern: Roku\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: Roku Regex\n    negate: false\n    pattern: Roku\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Almost Heroes (1998) 1080p ROKU WEB-DL x265 HEVC AAC 2.0-PHOCiS\n  lastRun: '2024-12-06T05:41:18.535555'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Remux (Quality Match).yml",
    "content": "name: Remux (Quality Match)\ndescription: Matches Remux as a codec, not a source. Either h265 or h264.\ntags:\n- Storage\nconditions:\n- name: Remux\n  negate: false\n  qualityModifier: remux\n  required: true\n  type: quality_modifier\ntests: []\n"
  },
  {
    "path": "custom_formats/Remux (Source).yml",
    "content": "name: Remux (Source)\ndescription: Matches Remux using a Sonarr Source\ntags:\n- Storage\nconditions:\n- name: Remux\n  negate: false\n  required: true\n  source: bluray_raw\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/Remux Tier 1.yml",
    "content": "name: Remux Tier 1\ndescription: Matches release groups who fall under Remux Tier 1\ntags:\n- Release Group Tier\n- Remux\nconditions:\n- name: Remux\n  negate: false\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Not DVD\n  negate: true\n  required: true\n  source: dvd\n  type: source\n- name: 3L\n  negate: false\n  pattern: 3L\n  required: false\n  type: release_group\n- name: BiZKiT\n  negate: false\n  pattern: BiZKiT\n  required: false\n  type: release_group\n- name: BLURANiUM\n  negate: false\n  pattern: BLURANiUM\n  required: false\n  type: release_group\n- name: CiNEPHiLES\n  negate: false\n  pattern: CiNEPHiLES\n  required: false\n  type: release_group\n- name: WiLDCAT\n  negate: false\n  pattern: WiLDCAT\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Remux Tier 2.yml",
    "content": "name: Remux Tier 2\ndescription: Matches release groups who fall under Remux Tier 2\ntags:\n- Release Group Tier\n- Remux\nconditions:\n- name: Remux\n  negate: false\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Not DVD\n  negate: true\n  required: true\n  source: dvd\n  type: source\n- name: BMF\n  negate: false\n  pattern: BMF\n  required: false\n  type: release_group\n- name: FraMeSToR\n  negate: false\n  pattern: FraMeSToR\n  required: false\n  type: release_group\n- name: LM\n  negate: false\n  pattern: LM\n  required: false\n  type: release_group\n- name: PiRAMiDHEAD\n  negate: false\n  pattern: PiRAMiDHEAD\n  required: false\n  type: release_group\n- name: PmP\n  negate: false\n  pattern: PmP\n  required: false\n  type: release_group\n- name: PP\n  negate: false\n  pattern: PP\n  required: false\n  type: release_group\n- name: ZoroSenpai\n  negate: false\n  pattern: ZoroSenpai\n  required: false\n  type: release_group\n- name: ZQ\n  negate: false\n  pattern: ZQ\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Remux Tier 3.yml",
    "content": "name: Remux Tier 3\ndescription: Matches release groups who fall under Remux Tier 3\ntags:\n- Release Group Tier\n- Remux\nconditions:\n- name: Remux\n  negate: false\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Not DVD\n  negate: true\n  required: true\n  source: dvd\n  type: source\n- name: ATELiER\n  negate: false\n  pattern: ATELiER\n  required: false\n  type: release_group\n- name: decibeL\n  negate: false\n  pattern: decibeL\n  required: false\n  type: release_group\n- name: EPSiLON\n  negate: false\n  pattern: EPSiLON\n  required: false\n  type: release_group\n- name: HiFi\n  negate: false\n  pattern: HiFi\n  required: false\n  type: release_group\n- name: NCmt\n  negate: false\n  pattern: NCmt\n  required: false\n  type: release_group\n- name: SiCFoI\n  negate: false\n  pattern: SiCFoI\n  required: false\n  type: release_group\n- name: TEPES\n  negate: false\n  pattern: TEPES\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Remux Tier 4.yml",
    "content": "name: Remux Tier 4\ndescription: Matches release groups who fall under Remux Tier 4\ntags:\n- Release Group Tier\n- Remux\nconditions:\n- name: Remux\n  negate: false\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Not DVD\n  negate: true\n  required: true\n  source: dvd\n  type: source\n- name: BTN\n  negate: false\n  pattern: BTN\n  required: false\n  type: release_group\n- name: iFT\n  negate: false\n  pattern: iFT\n  required: false\n  type: release_group\n- name: KRaLiMaRKo\n  negate: false\n  pattern: KRaLiMaRKo\n  required: false\n  type: release_group\n- name: playBD\n  negate: false\n  pattern: playBD\n  required: false\n  type: release_group\n- name: PTP\n  negate: false\n  pattern: PTP\n  required: false\n  type: release_group\n- name: TRiToN\n  negate: false\n  pattern: TRiToN\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Remux.yml",
    "content": "name: Remux\ndescription: Matches Remux as a codec, not a source. Either h265 or h264.\ntags:\n- Storage\nconditions:\n- name: Remux\n  negate: false\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Not DVD\n  negate: true\n  required: true\n  source: dvd\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/Repack1.yml",
    "content": "name: Repack1\ndescription: 'Release groups use specific terms to indicate when they''re fixing issues\n  in releases:\n\n  In Scene releases, groups can only occupy one release slot, which leads to two different\n  terms:\n\n  - PROPER is used when a different group fixes issues in another group''s release\n\n  - REPACK is used when a group fixes issues in their own release\n\n\n  P2P releases are simpler - REPACK is typically used whenever a group releases a\n  fixed version.\n\n\n  REAL / RERIP indicate similar things but their specific meaning / origin is unclear.\n\n\n  This custom format will catch basic level fixes (no number suffixes).'\ntags:\n- Flag\n- Repack\nconditions:\n- name: Repack1\n  negate: false\n  pattern: Repack1\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Repack2.yml",
    "content": "name: Repack2\ndescription: 'Release groups use specific terms to indicate when they''re fixing issues\n  in releases:\n\n  In Scene releases, groups can only occupy one release slot, which leads to two different\n  terms:\n\n  - PROPER is used when a different group fixes issues in another group''s release\n\n  - REPACK is used when a group fixes issues in their own release\n\n\n  P2P releases are simpler - REPACK is typically used whenever a group releases a\n  fixed version.\n\n\n  REAL / RERIP indicate similar things but their specific meaning / origin is unclear.\n\n\n  This custom format will catch level 2 fixes'\ntags:\n- Flag\n- Repack\nconditions:\n- name: Repack2\n  negate: false\n  pattern: Repack2\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Repack3.yml",
    "content": "name: Repack3\ndescription: 'Release groups use specific terms to indicate when they''re fixing issues\n  in releases:\n\n  In Scene releases, groups can only occupy one release slot, which leads to two different\n  terms:\n\n  - PROPER is used when a different group fixes issues in another group''s release\n\n  - REPACK is used when a group fixes issues in their own release\n\n\n  P2P releases are simpler - REPACK is typically used whenever a group releases a\n  fixed version.\n\n\n  REAL / RERIP indicate similar things but their specific meaning / origin is unclear.\n\n\n  This custom format will catch level 3 fixes'\ntags:\n- Flag\n- Repack\nconditions:\n- name: Repack3\n  negate: false\n  pattern: Repack3\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/SD Golden Popcorn.yml",
    "content": "name: SD Golden Popcorn\ndescription: Matches SD Golden Popcorns. Only works on PassThePopcorn\ntags:\n- Flag\n- Golden Popcorn\nconditions:\n- flag: ptp_golden\n  name: Golden Popcorn\n  negate: false\n  required: true\n  type: indexer_flag\n- name: Not 2160p\n  negate: true\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Not 1080p\n  negate: true\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Not 720p\n  negate: true\n  required: true\n  resolution: 720p\n  type: resolution\ntests: []\n"
  },
  {
    "path": "custom_formats/SD Quality Tier 1.yml",
    "content": "name: SD Quality Tier 1\ndescription: Matches release groups who fall under SD GPPi Tier 1\ntags:\n- GPPi\n- Release Group Tier\n- SD\n- Quality\nconditions:\n- name: DVD\n  negate: false\n  required: true\n  source: dvd\n  type: source\n- name: TBB\n  negate: false\n  pattern: TBB\n  required: false\n  type: release_group\n- name: Dariush\n  negate: false\n  pattern: Dariush\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/SD Quality Tier 2.yml",
    "content": "name: SD Quality Tier 2\ndescription: Matches release groups who fall under SD GPPi Tier 2\ntags:\n- GPPi\n- Release Group Tier\n- SD\n- Quality\nconditions:\n- name: DVD\n  negate: false\n  required: true\n  source: dvd\n  type: source\n- name: HANDJOB\n  negate: false\n  pattern: HANDJOB\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/SDR.yml",
    "content": "name: SDR\ndescription: Ban 2160p WEB-DL Releases without Dolby Vision or HDR Formats. Movies\n  Anywhere is excluded due to the high bitrate.\ntags: []\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: DV HDR\n  negate: true\n  pattern: Basic HDR Formats\n  required: true\n  type: release_title\n- name: Movies Anywhere\n  negate: true\n  pattern: Movies Anywhere\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/SDTV Tier 1.yml",
    "content": "name: SDTV Tier 1\ndescription: Matches SDTV.\ntags:\n- Release Group Tier\nconditions:\n- name: SDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: Not 1080p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 1080p\n- name: Not 720p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 720p\n- name: NTb\n  negate: false\n  pattern: NTb\n  required: false\n  type: release_group\n- name: CtrlHD\n  negate: false\n  pattern: CtrlHD\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/SDTV.yml",
    "content": "name: SDTV\ndescription: Matches SDTV.\ntags:\n- Source\nconditions:\n- name: SDTV\n  negate: false\n  required: true\n  source: television\n  type: source\n- name: Not 1080p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 1080p\n- name: Not 720p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 720p\ntests: []\n"
  },
  {
    "path": "custom_formats/SHO.yml",
    "content": "name: SHO\ndescription: Matches 'Showtime' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: SHO Regex\n  negate: false\n  pattern: Showtime\n  required: false\n  type: release_title\n- name: SHO Rename Regex\n  negate: false\n  pattern: Showtime Rename\n  required: false\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/STAN.yml",
    "content": "name: STAN\ndescription: Matches 'STAN' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: STAN Regex\n  negate: false\n  pattern: Stan\n  required: false\n  type: release_title\n- name: STAN Rename Regex\n  negate: false\n  pattern: Stan Rename\n  required: false\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: STAN Regex\n    negate: false\n    pattern: Stan\n    required: false\n    type: release_title\n  - matches: false\n    name: STAN Rename Regex\n    negate: false\n    pattern: Stan Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Scrublands S02 2160p STAN WEB-DL DD+ 5.1 Atmos H.265-RAWR\n  lastRun: '2025-04-21T20:26:28.890603'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Season Pack.yml",
    "content": "name: Season Pack\ndescription: Matches Season Pack Release Type on Sonarr\ntags:\n- Enhancement\nconditions:\n- name: Season Pack\n  negate: false\n  releaseType: season_pack\n  required: true\n  type: release_type\ntests: []\n"
  },
  {
    "path": "custom_formats/Sing Along.yml",
    "content": "name: Sing Along\ndescription: ''\ntags:\n- Banned\n- Edition\nconditions:\n- name: Sing Along\n  negate: false\n  pattern: Sing Along\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Special Edition.yml",
    "content": "name: Special Edition\ndescription: \"Special editions are modified versions of movies released after the\\\n  \\ original theatrical version.\\n\\n\\u2022 They exist because filmmakers want to present\\\n  \\ their `true vision`, `fix problems`, or because studios want to make more money\\n\\\n  \\u2022 You'll see them with names like `Director's Cut`, `Extended Edition`, or\\\n  \\ creative marketing labels like `Ultimate Cut`\\n\\u2022 A single film can have `multiple\\\n  \\ special editions` as technology improves or different creative perspectives emerge\"\ntags:\n- Edition\nconditions:\n- name: Special Edition\n  negate: false\n  pattern: Special Edition\n  required: true\n  type: release_title\n- name: Not IMAX\n  negate: true\n  pattern: IMAX\n  required: true\n  type: release_title\n- name: Not Open Matte\n  negate: true\n  pattern: Open Matte\n  required: true\n  type: release_title\n- name: Not Theatrical Edition\n  negate: true\n  pattern: Theatrical Edition\n  required: true\n  type: release_title\n- name: Not Extended Clip\n  negate: true\n  pattern: Extended Clip\n  required: true\n  type: release_title\n- name: Not Sing Along\n  negate: true\n  pattern: Sing Along\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: true\n  id: 1\n  input: Blade.Runner.The.Final.Cut.1982.BluRay.CEE.1080p.VC-1.TrueHD.5.1-Gazdi\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: true\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: false\n  id: 2\n  input: Wicked 2024 Sing-Along Version 720p MA WEB-DL DDP 5.1 H.264-FLUX\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: true\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: false\n  id: 3\n  input: Alien 1979 Directors Cut HYBRID 2160p BluRay REMUX HEVC DV-HDR10Plus DTS-HD\n    MA 5 1-Flights\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n"
  },
  {
    "path": "custom_formats/TAoE Bluray.yml",
    "content": "name: TAoE Bluray\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: TAoE\n  negate: false\n  pattern: TAoE (Title)\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: TAoE\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/TAoE Blurays.yml",
    "content": "name: TAoE Blurays\ndescription: ''\ntags: []\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: TAoE\n  negate: false\n  pattern: TAoE (Title)\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: TAoE\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/TAoE WEB.yml",
    "content": "name: TAoE WEB\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: TAoE\n  negate: false\n  pattern: TAoE (Title)\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: TAoE\n  required: true\n  type: release_group\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests: []\n"
  },
  {
    "path": "custom_formats/TAoE WEBs.yml",
    "content": "name: TAoE WEBs\ndescription: ''\ntags: []\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: TAoE\n  negate: false\n  pattern: TAoE (Title)\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: TAoE\n  required: true\n  type: release_group\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/TV Extras.yml",
    "content": "name: TV Extras\ndescription: Matches the 'Extras' Regex Pattern\ntags:\n- Banned\n- Enhancement\nconditions:\n- name: TV Extras\n  negate: false\n  pattern: TV Extras\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/TVING.yml",
    "content": "name: TVING\ndescription: Matches 'TVING' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: TVING Regex\n  negate: false\n  pattern: TVING\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Theatrical.yml",
    "content": "name: Theatrical\ndescription: 'Matches any type of theatrical edition.\n\n  - Ensures that `Theatrical` comes after the year so that movies with ''Theatrical`\n  in the title are not matched'\ntags:\n- Edition\nconditions:\n- name: Theatrical\n  negate: false\n  pattern: Theatrical Edition\n  required: true\n  type: release_title\n- name: Not Extended Clip\n  negate: true\n  pattern: Extended Clip\n  required: true\n  type: release_title\n- name: Not IMAX\n  negate: true\n  pattern: IMAX\n  required: true\n  type: release_title\n- name: Not Open Matte\n  negate: true\n  pattern: Open Matte\n  required: true\n  type: release_title\n- name: Not Sing Along\n  negate: true\n  pattern: Sing Along\n  required: true\n  type: release_title\n- name: Not Special Edition\n  negate: true\n  pattern: Special Edition\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: true\n  id: 1\n  input: Blade.Runner.The.Final.Cut.1982.BluRay.CEE.1080p.VC-1.TrueHD.5.1-Gazdi\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: true\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: false\n  id: 2\n  input: Wicked 2024 Sing-Along Version 720p MA WEB-DL DDP 5.1 H.264-FLUX\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: Special Edition\n    negate: false\n    pattern: Special Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not IMAX\n    negate: true\n    pattern: IMAX\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Open Matte\n    negate: true\n    pattern: Open Matte\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Theatrical Edition\n    negate: true\n    pattern: Theatrical Edition\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Extended Clip\n    negate: true\n    pattern: Extended Clip\n    required: true\n    type: release_title\n  - matches: false\n    name: Not Sing Along\n    negate: true\n    pattern: Sing Along\n    required: true\n    type: release_title\n  - matches: true\n    name: Not Theatrical Preferred\n    negate: true\n    pattern: Better Theatricals\n    required: true\n    type: release_title\n  expected: false\n  id: 3\n  input: Alien 1979 Directors Cut HYBRID 2160p BluRay REMUX HEVC DV-HDR10Plus DTS-HD\n    MA 5 1-Flights\n  lastRun: '2025-02-26T05:09:12.646645'\n  passes: true\n"
  },
  {
    "path": "custom_formats/TrueHD (Missing).yml",
    "content": "name: TrueHD (Missing)\ndescription: Attempts to match TrueHD releases which are not labelled correctly (TRiTON,\n  EPSiLON groups)\ntags:\n- Audio\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Atmos\n  negate: false\n  pattern: Atmos (Missing)\n  required: true\n  type: release_title\n- name: Not DD\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not DD+\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS\n  required: true\n  type: release_title\n- name: Not FLAC\n  type: release_title\n  required: true\n  negate: true\n  pattern: FLAC\n- name: Not TrueHD\n  negate: true\n  pattern: TrueHD\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/TrueHD.yml",
    "content": "name: TrueHD\ndescription: Matches 'TrueHD' Regex Pattern and negates any other audio types that\n  might conflict.\ntags:\n- Audio\nconditions:\n- name: TrueHD\n  negate: false\n  pattern: TrueHD\n  required: true\n  type: release_title\n- name: Not Dolby Digital\n  negate: true\n  pattern: Dolby Digital\n  required: true\n  type: release_title\n- name: Not Dolby Digital +\n  negate: true\n  pattern: Dolby Digital +\n  required: true\n  type: release_title\n- name: Not DTS\n  negate: true\n  pattern: DTS\n  required: true\n  type: release_title\n- name: Not FLAC\n  negate: true\n  pattern: FLAC\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/UHD Bluray (Efficient).yml",
    "content": "name: UHD Bluray (Efficient)\ndescription: UHD Blu-ray is a digital optical disc format released in 2016. It stores\n  66GB on triple-layer discs or 100GB on quad-layer discs, compared to standard Blu-ray's\n  25GB/50GB capacity. The format delivers 3840x2160 (4K) resolution video using HEVC\n  (H.265) encoding at bitrates up to 128Mbps. All UHD Blu-rays include HDR10 support,\n  with some releases adding Dolby Vision or HDR10+. The format uses the BT.2020 color\n  space and 10-bit color depth, while supporting audio formats like Dolby Atmos, DTS:X,\n  DTS-HD MA, and Dolby TrueHD. UHD Blu-ray players require HDMI 2.0a and HDCP 2.2\n  compliant displays to show 4K HDR content.\ntags:\n- 2160p\n- Storage\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: UHD Bluray\n  negate: false\n  pattern: UHD Bluray (Efficient)\n  required: true\n  type: release_title\n- name: HDR\n  negate: false\n  pattern: Basic HDR Formats\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: UHD Blu-ray\n    negate: false\n    pattern: UHD Blu-ray\n    required: true\n    type: release_title\n  - matches: true\n    name: HDR\n    negate: false\n    pattern: Basic HDR Formats\n    required: true\n    type: release_title\n  expected: false\n  id: 2\n  input: 'Avatar: The Way of Water [2022] 2160p HEVC WEB-DL HDR10+ -CMRG'\n  lastRun: '2025-01-13T08:53:49.334557'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: UHD Blu-ray\n    negate: false\n    pattern: UHD Blu-ray\n    required: true\n    type: release_title\n  - matches: true\n    name: HDR\n    negate: false\n    pattern: Basic HDR Formats\n    required: true\n    type: release_title\n  expected: true\n  id: 3\n  input: Avatar.The.Way.of.Water.2022.1080p.UHD.BluRay.DDP7.1.HDR10.x265-GALAXY\n  lastRun: '2025-01-13T08:53:49.334557'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: UHD Blu-ray\n    negate: false\n    pattern: UHD Blu-ray\n    required: true\n    type: release_title\n  - matches: true\n    name: HDR\n    negate: false\n    pattern: Basic HDR Formats\n    required: true\n    type: release_title\n  expected: true\n  id: 4\n  input: Blade Runner 2049 2017 1080p UHD BluRay DTS HDR x265 D-Z0N3\n  lastRun: '2025-01-13T08:53:49.334557'\n  passes: true\n"
  },
  {
    "path": "custom_formats/UHD Bluray.yml",
    "content": "name: UHD Bluray\ndescription: UHD Blu-ray is a digital optical disc format released in 2016. It stores\n  66GB on triple-layer discs or 100GB on quad-layer discs, compared to standard Blu-ray's\n  25GB/50GB capacity. The format delivers 3840x2160 (4K) resolution video using HEVC\n  (H.265) encoding at bitrates up to 128Mbps. All UHD Blu-rays include HDR10 support,\n  with some releases adding Dolby Vision or HDR10+. The format uses the BT.2020 color\n  space and 10-bit color depth, while supporting audio formats like Dolby Atmos, DTS:X,\n  DTS-HD MA, and Dolby TrueHD. UHD Blu-ray players require HDMI 2.0a and HDCP 2.2\n  compliant displays to show 4K HDR content.\ntags:\n- 2160p\n- Storage\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: UHD Bluray\n  negate: false\n  pattern: UHD Bluray\n  required: true\n  type: release_title\n- name: HDR\n  negate: false\n  pattern: Basic HDR Formats\n  required: true\n  type: release_title\n- name: Release Groups\n  negate: false\n  pattern: UHD Bluray Release Groups\n  required: true\n  type: release_group\ntests:\n- conditionResults:\n  - matches: false\n    name: UHD Blu-ray\n    negate: false\n    pattern: UHD Blu-ray\n    required: true\n    type: release_title\n  - matches: true\n    name: HDR\n    negate: false\n    pattern: Basic HDR Formats\n    required: true\n    type: release_title\n  expected: false\n  id: 2\n  input: 'Avatar: The Way of Water [2022] 2160p HEVC WEB-DL HDR10+ -CMRG'\n  lastRun: '2025-01-13T08:53:49.334557'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: UHD Blu-ray\n    negate: false\n    pattern: UHD Blu-ray\n    required: true\n    type: release_title\n  - matches: true\n    name: HDR\n    negate: false\n    pattern: Basic HDR Formats\n    required: true\n    type: release_title\n  expected: true\n  id: 3\n  input: Avatar.The.Way.of.Water.2022.1080p.UHD.BluRay.DDP7.1.HDR10.x265-GALAXY\n  lastRun: '2025-01-13T08:53:49.334557'\n  passes: true\n- conditionResults:\n  - matches: true\n    name: UHD Blu-ray\n    negate: false\n    pattern: UHD Blu-ray\n    required: true\n    type: release_title\n  - matches: true\n    name: HDR\n    negate: false\n    pattern: Basic HDR Formats\n    required: true\n    type: release_title\n  expected: true\n  id: 4\n  input: Blade Runner 2049 2017 1080p UHD BluRay DTS HDR x265 D-Z0N3\n  lastRun: '2025-01-13T08:53:49.334557'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Upscale.yml",
    "content": "name: Upscale\ndescription: 'Matches the ''Upscaled'' regex pattern\n\n\n  Radarr Version'\ntags:\n- Banned\n- Enhancement\nconditions:\n- name: Upscaled\n  negate: false\n  pattern: Upscaled\n  required: false\n  type: release_title\n- name: AI Movies\n  negate: false\n  pattern: AI Movies\n  required: false\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Upscaled.yml",
    "content": "name: Upscaled\ndescription: 'Matches the ''Upscaled'' regex pattern\n\n\n  Sonarr Version'\ntags:\n- Banned\n- Enhancement\nconditions:\n- name: Upscaled\n  negate: false\n  pattern: Upscaled\n  required: false\n  type: release_title\n- name: AI TV\n  negate: false\n  pattern: AI TV\n  required: false\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/VIKI.yml",
    "content": "name: VIKI\ndescription: Matches 'VIKI' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: VIKI Regex\n  negate: false\n  pattern: Viki\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/VIU.yml",
    "content": "name: VIU\ndescription: Matches 'VIU' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: VIU Regex\n  negate: false\n  pattern: Viu\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/VP9.yml",
    "content": "name: VP9\ndescription: Matches the 'VP9' Regex Pattern\ntags:\n- Codec\n- Bleeding Edge\nconditions:\n- name: VP9\n  negate: false\n  pattern: VP9\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/VVC.yml",
    "content": "name: VVC\ndescription: Matches the 'VVC' Regex Pattern\ntags:\n- Codec\n- Bleeding Edge\nconditions:\n- name: VVC\n  negate: false\n  pattern: VVC\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/Vialle Bluray.yml",
    "content": "name: Vialle Bluray\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Vialle\n  negate: false\n  pattern: Vialle\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: Vialle\n  required: true\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/Vialle WEB.yml",
    "content": "name: Vialle WEB\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Vialle\n  negate: false\n  pattern: Vialle\n  required: true\n  type: release_title\n- name: Release Group\n  negate: true\n  pattern: Vialle\n  required: true\n  type: release_group\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/WAVVE.yml",
    "content": "name: WAVVE\ndescription: Matches 'WAVVE' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: WAVVE Regex\n  negate: false\n  pattern: Wavve\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/WEB-DL Tier 1.yml",
    "content": "name: WEB-DL Tier 1\ndescription: Matches release groups who fall under WEB-DL Tier 1\ntags:\n- Release Group Tier\n- WEB-DL\nconditions:\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: FLUX\n  negate: false\n  pattern: FLUX\n  required: false\n  type: release_group\n- name: NTb\n  negate: false\n  pattern: NTb\n  required: false\n  type: release_group\n- name: TheFarm\n  type: release_group\n  required: false\n  negate: false\n  pattern: TheFarm\ntests: []\n"
  },
  {
    "path": "custom_formats/WEB-DL Tier 2.yml",
    "content": "name: WEB-DL Tier 2\ndescription: Matches release groups who fall under WEB-DL Tier 2\ntags:\n- Release Group Tier\n- WEB-DL\nconditions:\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: BYNDR\n  negate: false\n  pattern: BYNDR\n  required: false\n  type: release_group\n- name: CMRG\n  negate: false\n  pattern: CMRG\n  required: false\n  type: release_group\n- name: HONE\n  negate: false\n  pattern: HONE\n  required: false\n  type: release_group\n- name: Kitsune\n  negate: false\n  pattern: Kitsune\n  required: false\n  type: release_group\n- name: playWEB\n  negate: false\n  pattern: playWEB\n  required: false\n  type: release_group\n- name: TEPES\n  negate: false\n  pattern: TEPES\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/WEB-DL Tier 3.yml",
    "content": "name: WEB-DL Tier 3\ndescription: Matches release groups who fall under WEB-DL Tier 3\ntags:\n- Release Group Tier\n- WEB-DL\nconditions:\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: ABM\n  negate: false\n  pattern: ABM\n  required: false\n  type: release_group\n- name: AJP69\n  negate: false\n  pattern: AJP69\n  required: false\n  type: release_group\n- name: BLUTONiUM\n  negate: false\n  pattern: BLUTONiUM\n  required: false\n  type: release_group\n- name: BTW\n  negate: false\n  pattern: BTW\n  required: false\n  type: release_group\n- name: CasStudio\n  negate: false\n  pattern: CasStudio\n  required: false\n  type: release_group\n- name: Cinefeel\n  negate: false\n  pattern: Cinefeel\n  required: false\n  type: release_group\n- name: CRFW\n  negate: false\n  pattern: CRFW\n  required: false\n  type: release_group\n- name: CtrlHD\n  negate: false\n  pattern: CtrlHD\n  required: false\n  type: release_group\n- name: HHWEB\n  type: release_group\n  required: false\n  negate: false\n  pattern: HHWEB\n- name: KHN\n  negate: false\n  pattern: KHN\n  required: false\n  type: release_group\n- name: KiNGS\n  negate: false\n  pattern: KiNGS\n  required: false\n  type: release_group\n- name: LAZY\n  negate: false\n  pattern: LAZY\n  required: false\n  type: release_group\n- name: monkee\n  negate: false\n  pattern: monkee\n  required: false\n  type: release_group\n- name: MZABI\n  negate: false\n  pattern: MZABI\n  required: false\n  type: release_group\n- name: NOSiViD\n  negate: false\n  pattern: NOSiViD\n  required: false\n  type: release_group\n- name: NPMS\n  negate: false\n  pattern: NPMS\n  required: false\n  type: release_group\n- name: NTG\n  negate: false\n  pattern: NTG\n  required: false\n  type: release_group\n- name: QOQ\n  negate: false\n  pattern: QOQ\n  required: false\n  type: release_group\n- name: RAWR\n  negate: false\n  pattern: RAWR\n  required: false\n  type: release_group\n- name: SA89\n  negate: false\n  pattern: SA89\n  required: false\n  type: release_group\n- name: SbR\n  negate: false\n  pattern: SbR\n  required: false\n  type: release_group\n- name: SMURF\n  negate: false\n  pattern: SMURF\n  required: false\n  type: release_group\n- name: TeamSyndicate\n  negate: false\n  pattern: TeamSyndicate\n  required: false\n  type: release_group\n- name: TOMMY\n  negate: false\n  pattern: TOMMY\n  required: false\n  type: release_group\n- name: TVSmash\n  negate: false\n  pattern: TVSmash\n  required: false\n  type: release_group\n- name: WELP\n  negate: false\n  pattern: WELP\n  required: false\n  type: release_group\n- name: XEBEC\n  negate: false\n  pattern: XEBEC\n  required: false\n  type: release_group\n- name: ZoroSenpai\n  negate: false\n  pattern: ZoroSenpai\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/WEB-DL Tier 4.yml",
    "content": "name: WEB-DL Tier 4\ndescription: Matches release groups who fall under WEB-DL Tier 4\ntags:\n- Release Group Tier\n- WEB-DL\nconditions:\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: APEX\n  negate: false\n  pattern: APEX\n  required: false\n  type: release_group\n- name: BLOOM\n  type: release_group\n  required: false\n  negate: false\n  pattern: BLOOM\n- name: BTN\n  negate: false\n  pattern: BTN\n  required: false\n  type: release_group\n- name: dB\n  negate: false\n  pattern: dB\n  required: false\n  type: release_group\n- name: PTP\n  negate: false\n  pattern: PTP\n  required: false\n  type: release_group\n- name: RTN\n  negate: false\n  pattern: RTN\n  required: false\n  type: release_group\n- name: SiC\n  negate: false\n  pattern: SiC\n  required: false\n  type: release_group\n- name: SPiRiT\n  negate: false\n  pattern: SPiRiT\n  required: false\n  type: release_group\n- name: ViSUM\n  negate: false\n  pattern: ViSUM\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/WEB-DL Tier 5.yml",
    "content": "name: WEB-DL Tier 5\ndescription: Matches release groups who fall under WEB-DL Tier 5\ntags:\n- Release Group Tier\n- WEB-DL\nconditions:\n- name: WEB-DL\n  negate: false\n  required: true\n  source: web_dl\n  type: source\n- name: CRUD\n  negate: false\n  pattern: CRUD\n  required: false\n  type: release_group\n- name: GNOME\n  negate: false\n  pattern: GNOME\n  required: false\n  type: release_group\n- name: NINJACENTRAL\n  negate: false\n  pattern: NINJACENTRAL\n  required: false\n  type: release_group\n- name: PHOENiX\n  negate: false\n  pattern: PHOENiX\n  required: false\n  type: release_group\n- name: ROCCaT\n  negate: false\n  pattern: ROCCaT\n  required: false\n  type: release_group\n- name: SiGMA\n  negate: false\n  pattern: SiGMA\n  required: false\n  type: release_group\n- name: SwAgLaNdEr\n  negate: false\n  pattern: SwAgLaNdEr\n  required: false\n  type: release_group\ntests: []\n"
  },
  {
    "path": "custom_formats/WeTV.yml",
    "content": "name: WeTV\ndescription: Matches 'WeTV' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: WeTV Regex\n  negate: false\n  pattern: WeTV\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/Weasley WEB.yml",
    "content": "name: Weasley WEB\ndescription: ''\ntags: []\nconditions:\n- name: 1080p\n  negate: false\n  required: true\n  resolution: 1080p\n  type: resolution\n- name: Weasley\n  negate: false\n  pattern: Weasley\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/Xvid.yml",
    "content": "name: Xvid\ndescription: Matches Xvid Regex\ntags:\n- Codec\nconditions:\n- name: Xvid\n  negate: false\n  pattern: Xvid\n  required: true\n  type: release_title\n- name: Not DVD\n  negate: true\n  required: true\n  source: dvd\n  type: source\n- name: Not HDTV\n  negate: true\n  required: true\n  source: television\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/YK.yml",
    "content": "name: YK\ndescription: Matches 'Youku' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: YK Regex\n  negate: false\n  pattern: Youku\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests:\n- conditionResults:\n  - matches: true\n    name: SHO Regex\n    negate: false\n    pattern: Showtime\n    required: false\n    type: release_title\n  - matches: false\n    name: SHO Rename Regex\n    negate: false\n    pattern: Showtime Rename\n    required: false\n    type: release_title\n  expected: true\n  id: 1\n  input: Billions S06 2160p SHO WEB-DL DD+ 5.1 H.265-NTb\n  lastRun: '2025-04-21T20:33:55.371437'\n  passes: true\n"
  },
  {
    "path": "custom_formats/h265 (Efficient).yml",
    "content": "name: h265 (Efficient)\ndescription: Matches 'h265' regex pattern.\ntags:\n- Codec\nconditions:\n- name: h265\n  negate: false\n  pattern: h265\n  required: true\n  type: release_title\n- name: Not 2160p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 2160p\n- name: Not 1080p\n  negate: true\n  required: true\n  resolution: 1080p\n  type: resolution\ntests: []\n"
  },
  {
    "path": "custom_formats/h265.yml",
    "content": "name: h265\ndescription: Matches 'h265' regex pattern.\ntags:\n- Codec\nconditions:\n- name: h265\n  negate: false\n  pattern: h265\n  required: true\n  type: release_title\n- name: Not 2160p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 2160p\ntests: []\n"
  },
  {
    "path": "custom_formats/iP.yml",
    "content": "name: iP\ndescription: Matches 'BBC iPlayer' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: iP Regex\n  negate: false\n  pattern: BBC iPlayer\n  required: true\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  negate: false\n  required: false\n  source: webrip\n  type: source\ntests:\n- conditionResults:\n  - matches: true\n    name: APTV Regex\n    negate: false\n    pattern: Apple TV+\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 2\n  input: Little America 2020 S01 1080p APTV Webrip x265 10bit EAC3 5 1 - Ainz\n  lastRun: '2024-12-03T02:27:03.531343'\n  passes: true\n"
  },
  {
    "path": "custom_formats/iT.yml",
    "content": "name: iT\ndescription: Matches 'iTunes' WEB-DLs. Negates any encodes.\ntags:\n- Streaming Service\n- WEB-DL\nconditions:\n- name: iT Regex\n  negate: false\n  pattern: iTunes\n  required: false\n  type: release_title\n- name: iT Rename Regex\n  negate: false\n  pattern: iTunes Rename\n  required: false\n  type: release_title\n- name: WEB-DL\n  negate: false\n  required: false\n  source: web_dl\n  type: source\n- name: WEBRip\n  type: source\n  required: false\n  negate: false\n  source: webrip\ntests:\n- conditionResults:\n  - matches: true\n    name: iTunes Regex\n    negate: false\n    pattern: iTunes\n    required: true\n    type: release_title\n  - matches: true\n    name: x265\n    negate: true\n    pattern: x265\n    required: false\n    type: release_title\n  expected: false\n  id: 1\n  input: Alien Romulus (2024) (1080p DS4K iT WEBRip x265 HEVC 10bit DDP Atmos 5 1\n    English - KaLLuKaLia)\n  lastRun: '2024-12-06T05:49:21.811162'\n  passes: true\n"
  },
  {
    "path": "custom_formats/iTunes Enhancement.yml",
    "content": "name: iTunes Enhancement\ndescription: ''\ntags:\n- Enhancement\nconditions:\n- name: Not 2160p\n  negate: true\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: iT\n  negate: false\n  pattern: iTunes\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/x264 (2160p).yml",
    "content": "name: x264 (2160p)\ndescription: 'Matches ''x264'' regex pattern only when 2160p is also found. '\ntags:\n- Codec\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: x264\n  negate: false\n  pattern: x264\n  required: true\n  type: release_title\ntests: []\n"
  },
  {
    "path": "custom_formats/x265 (Bluray).yml",
    "content": "name: x265 (Bluray)\ndescription: Matches 'x265' regex pattern.\ntags:\n- Codec\nconditions:\n- name: x265\n  negate: false\n  pattern: x265\n  required: true\n  type: release_title\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not 2160p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 2160p\ntests: []\n"
  },
  {
    "path": "custom_formats/x265 (Efficient).yml",
    "content": "name: x265 (Efficient)\ndescription: Matches 'x265' regex pattern.\ntags:\n- Codec\nconditions:\n- name: x265\n  negate: false\n  pattern: x265\n  required: true\n  type: release_title\n- name: Not 2160p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 2160p\n- name: Not 1080p\n  negate: true\n  required: true\n  resolution: 1080p\n  type: resolution\ntests: []\n"
  },
  {
    "path": "custom_formats/x265 (Missing).yml",
    "content": "name: x265 (Missing)\ndescription: 'Attempts to match 2160p x265 encodes that aren''t labelled with any\n  codec. '\ntags:\n- Codec\nconditions:\n- name: 2160p\n  negate: false\n  required: true\n  resolution: 2160p\n  type: resolution\n- name: Bluray\n  negate: false\n  required: true\n  source: bluray\n  type: source\n- name: Not Remux\n  negate: true\n  pattern: Remux\n  required: true\n  type: release_title\n- name: Not x264\n  negate: true\n  pattern: x264\n  required: true\n  type: release_title\n- name: Not x265\n  negate: true\n  pattern: x265\n  required: true\n  type: release_title\ntests:\n- conditionResults:\n  - matches: false\n    name: Not x265\n    negate: true\n    pattern: x265\n    required: true\n    type: release_title\n  - matches: true\n    name: h265\n    negate: false\n    pattern: h265\n    required: true\n    type: release_title\n  expected: true\n  id: 1\n  input: Training Day 2001 BluRay 10Bit 1080p DD5 1 H265-d3g\n  lastRun: '2025-01-14T09:03:52.278761'\n  passes: true\n"
  },
  {
    "path": "custom_formats/x265 (Remux).yml",
    "content": "name: x265 (Remux)\ndescription: Matches 'x265' regex pattern.\ntags:\n- Codec\nconditions:\n- name: x265\n  negate: false\n  pattern: HEVC\n  required: true\n  type: release_title\n- name: Remux\n  type: release_title\n  required: true\n  negate: false\n  pattern: Remux\n- name: Not 2160p\n  negate: true\n  required: true\n  resolution: 2160p\n  type: resolution\ntests: []\n"
  },
  {
    "path": "custom_formats/x265 (WEB).yml",
    "content": "name: x265 (WEB)\ndescription: Matches 'x265' regex pattern.\ntags:\n- Codec\nconditions:\n- name: x265\n  negate: false\n  pattern: x265\n  required: true\n  type: release_title\n- name: Not 2160p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 2160p\n- name: Bluray\n  negate: true\n  required: true\n  source: bluray\n  type: source\ntests: []\n"
  },
  {
    "path": "custom_formats/x265.yml",
    "content": "name: x265\ndescription: Matches 'x265' regex pattern.\ntags:\n- Codec\nconditions:\n- name: x265\n  negate: false\n  pattern: x265\n  required: true\n  type: release_title\n- name: Not 2160p\n  type: resolution\n  required: true\n  negate: true\n  resolution: 2160p\ntests: []\n"
  },
  {
    "path": "media_management/misc.yml",
    "content": "radarr:\n  propersRepacks: doNotPrefer\n  enableMediaInfo: true\nsonarr:\n  propersRepacks: doNotPrefer\n  enableMediaInfo: true\n"
  },
  {
    "path": "media_management/naming.yml",
    "content": "radarr:\n  rename: true\n  movieFormat: '{Movie CleanTitle} {(Release Year)} {tmdb-{TmdbId}} {edition-{Edition Tags}} {[Custom Formats]}{[Quality Full]}{[MediaInfo 3D]}{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{[Mediainfo VideoCodec]}{-Release Group}'\n  movieFolderFormat: '{Movie CleanTitle} ({Release Year}) {tmdb-{TmdbId}}'\n  replaceIllegalCharacters: false\n  colonReplacementFormat: smart\nsonarr:\n  rename: true\n  standardEpisodeFormat: '{Series TitleYear} - S{season:00}E{episode:00} - {Episode CleanTitle} {[Custom Formats]}{[Quality Full]}{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group}'\n  dailyEpisodeFormat: '{Series TitleYear} - {Air-Date} - {Episode CleanTitle} {[Custom Formats]}{[Quality Full]}{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group}'\n  animeEpisodeFormat: '{Series TitleYear} - S{season:00}E{episode:00} - {absolute:000} - {Episode CleanTitle} {[Custom Formats]}{[Quality Full]}{[MediaInfo VideoDynamicRangeType]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}[{Mediainfo AudioCodec} { Mediainfo AudioChannels}]{MediaInfo AudioLanguages}{-Release Group}'\n  seriesFolderFormat: '{Series TitleYear} {tvdb-{TvdbId}}'\n  seasonFolderFormat: Season {season:00}\n  replaceIllegalCharacters: false\n  colonReplacementFormat: 4\n  customColonReplacementFormat: ''\n  multiEpisodeStyle: 5\n"
  },
  {
    "path": "media_management/quality_definitions.yml",
    "content": "qualityDefinitions:\n  radarr:\n    BR-DISK:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Bluray-1080p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Bluray-2160p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Bluray-480p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Bluray-576p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Bluray-720p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    CAM:\n      max: 2000\n      min: 0\n      preferred: 1990\n    DVD:\n      max: 2000\n      min: 0\n      preferred: 1990\n    DVD-R:\n      max: 2000\n      min: 0\n      preferred: 1990\n    DVDSCR:\n      max: 2000\n      min: 0\n      preferred: 1990\n    HDTV-1080p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    HDTV-2160p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    HDTV-720p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    REGIONAL:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Raw-HD:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Remux-1080p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Remux-2160p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    SDTV:\n      max: 2000\n      min: 0\n      preferred: 1990\n    TELECINE:\n      max: 2000\n      min: 0\n      preferred: 1990\n    TELESYNC:\n      max: 2000\n      min: 0\n      preferred: 1990\n    Unknown:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WEBDL-1080p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WEBDL-2160p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WEBDL-480p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WEBDL-720p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WEBRip-1080p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WEBRip-2160p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WEBRip-480p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WEBRip-720p:\n      max: 2000\n      min: 0\n      preferred: 1990\n    WORKPRINT:\n      max: 2000\n      min: 0\n      preferred: 1990\n  sonarr:\n    Bluray-1080p:\n      max: 1000\n      min: 0\n      preferred: 990\n    Bluray-1080p Remux:\n      max: 1000\n      min: 0\n      preferred: 990\n    Bluray-2160p:\n      max: 1000\n      min: 0\n      preferred: 990\n    Bluray-2160p Remux:\n      max: 1000\n      min: 0\n      preferred: 990\n    Bluray-480p:\n      max: 1000\n      min: 0\n      preferred: 990\n    Bluray-576p:\n      max: 1000\n      min: 0\n      preferred: 990\n    Bluray-720p:\n      max: 1000\n      min: 0\n      preferred: 990\n    DVD:\n      max: 1000\n      min: 0\n      preferred: 990\n    HDTV-1080p:\n      max: 1000\n      min: 0\n      preferred: 990\n    HDTV-2160p:\n      max: 1000\n      min: 0\n      preferred: 990\n    HDTV-720p:\n      max: 1000\n      min: 0\n      preferred: 990\n    Raw-HD:\n      max: 1000\n      min: 0\n      preferred: 990\n    SDTV:\n      max: 1000\n      min: 0\n      preferred: 990\n    Unknown:\n      max: 1000\n      min: 0\n      preferred: 990\n    WEBDL-1080p:\n      max: 1000\n      min: 0\n      preferred: 990\n    WEBDL-2160p:\n      max: 1000\n      min: 0\n      preferred: 990\n    WEBDL-480p:\n      max: 1000\n      min: 0\n      preferred: 990\n    WEBDL-720p:\n      max: 1000\n      min: 0\n      preferred: 990\n    WEBRip-1080p:\n      max: 1000\n      min: 0\n      preferred: 990\n    WEBRip-2160p:\n      max: 1000\n      min: 0\n      preferred: 990\n    WEBRip-480p:\n      max: 1000\n      min: 0\n      preferred: 990\n    WEBRip-720p:\n      max: 1000\n      min: 0\n      preferred: 990\n"
  },
  {
    "path": "profiles/.gitkeep",
    "content": ""
  },
  {
    "path": "profiles/1080p Balanced.yml",
    "content": "name: 1080p Balanced\ndescription: '1080p Balanced targets consistent & immutable 1080p **WEB-DLs** using\n  the Streaming Source and Audio Formats to determine the level of Transparency.\n\n\n  - Average Movie Sizes ~ 4 to 8gb per Movie\n\n  - Movie Quality Ranking ~ 6/10\n\n  - Average TV Sizes ~ 2 to 4gb per Episode\n\n  - TV Quality Ranking ~ 7/10'\ntags:\n- 1080p\n- Balanced Focused\n- Lossy Audio\n- x264\n- h264\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 1080p WEB-DL\n  score: 280000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: AMZN\n  score: 3000\n- name: DSNP\n  score: 3000\n- name: ATVP\n  score: 2000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: iT\n  score: 1000\n- name: NF\n  score: 1000\n- name: FLAC\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Dolby Atmos\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups\n  score: -999999\n- name: Banned WEBRip\n  score: -999999\n- name: BCORE\n  score: -999999\n- name: Dolby Vision\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265\n  score: -999999\n- name: HDR\n  score: -999999\n- name: HDR10\n  score: -999999\n- name: HDR10+\n  score: -999999\n- name: HLG\n  score: -999999\n- name: PQ\n  score: -999999\n- name: Remux\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x265\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 1080p Balanced Tier 1\n  score: 281000\n- name: 1080p Balanced Tier 2\n  score: 280000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 4000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: Season Pack\n  score: 10\n- name: Remux (Source)\n  score: -999999\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 1080p Balanced\n  description: Balanced Capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\n  qualities:\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n- id: -2\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -3\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -1\n  name: 1080p Balanced\n  description: Balanced Capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\nlanguage: must_original\n"
  },
  {
    "path": "profiles/1080p Compact.yml",
    "content": "name: 1080p Compact\ndescription: \"1080p Compact targets low to medium quality x265 Bluray and WEB Encodes.\\\n  \\ \\n\\n- Average Movie Sizes ~ 3 to 6gb per Movie\\n- Movie Quality Ranking ~ 4/10\\n\\\n  - Average TV Sizes ~ 1 to 2gb per Episode\\n- TV Quality Ranking ~ 4/10\"\ntags:\n- 1080p\n- Compact Focused\n- Lossy Audio\n- h265\n- x265\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 1080p WEB-DL (h264)\n  score: 620000\n- name: 720p WEB-DL\n  score: 580000\n- name: 720p Bluray\n  score: 460000\n- name: 720p WEBRip\n  score: 460000\n- name: 1080p HDTV\n  score: 340000\n- name: 720p HDTV\n  score: 240000\n- name: 576p Bluray\n  score: 160000\n- name: 720p Quality Tier 1\n  score: 145000\n- name: 720p Quality Tier 2\n  score: 144000\n- name: 720p Quality Tier 3\n  score: 143000\n- name: 720p Quality Tier 4\n  score: 142000\n- name: 720p Quality Tier 5\n  score: 141000\n- name: 720p Quality Tier 6\n  score: 140000\n- name: 720p Balanced Tier 1\n  score: 120000\n- name: 1080p HDTV Tier 1\n  score: 102000\n- name: 1080p HDTV Tier 2\n  score: 101000\n- name: 1080p HDTV Tier 3\n  score: 100000\n- name: 480p Bluray\n  score: 100000\n- name: 720p HDTV Tier 2\n  score: 81000\n- name: 480p WEB-DL\n  score: 80000\n- name: 720p HDTV Tier 3\n  score: 80000\n- name: 576p Quality Tier 1\n  score: 63000\n- name: 576p Quality Tier 2\n  score: 62000\n- name: 576p Quality Tier 3\n  score: 61000\n- name: 576p Quality Tier 4\n  score: 60000\n- name: 480p Quality Tier 1\n  score: 43000\n- name: 480p Quality Tier 2\n  score: 42000\n- name: 480p Quality Tier 3\n  score: 41000\n- name: 480p Quality Tier 4\n  score: 40000\n- name: DVD\n  score: 40000\n- name: SD Quality Tier 1\n  score: 21000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 2\n  score: 20000\n- name: SDTV\n  score: 20000\n- name: SDTV Tier 1\n  score: 10000\n- name: DSNP\n  score: 3000\n- name: ATVP\n  score: 2000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: iT\n  score: 1000\n- name: NF\n  score: 1000\n- name: FLAC\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Dolby Atmos\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups (Efficient)\n  score: -999999\n- name: Banned WEBRip (Efficient)\n  score: -999999\n- name: BCORE\n  score: -999999\n- name: Dolby Vision\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265 (Efficient)\n  score: -999999\n- name: HDR\n  score: -999999\n- name: HDR10\n  score: -999999\n- name: HDR10+\n  score: -999999\n- name: HLG\n  score: -999999\n- name: Lossless Audio\n  score: -999999\n- name: PQ\n  score: -999999\n- name: Remux\n  score: -999999\n- name: UHD Bluray (Efficient)\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x265 (Efficient)\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 1080p Compact Movie Bluray Tier 1\n  score: 703000\n- name: 1080p Compact Movie Bluray Tier 2\n  score: 702000\n- name: 1080p Compact Movie Bluray Tier 3\n  score: 701000\n- name: Vialle Bluray\n  score: 701000\n- name: 1080p Compact Movie Bluray Tier 4\n  score: 700000\n- name: QxR Bluray\n  score: 700000\n- name: TAoE Bluray\n  score: 700000\n- name: 1080p WEB-DL HEVC Tier 1\n  score: 680000\n- name: HONE WEB\n  score: 680000\n- name: 1080p Bluray HEVC Tier 1\n  score: 660000\n- name: HONE Bluray\n  score: 660000\n- name: 1080p Compact Movie WEB Tier 1\n  score: 643000\n- name: QxR WEB\n  score: 643000\n- name: TAoE WEB\n  score: 643000\n- name: Weasley WEB\n  score: 643000\n- name: 1080p Compact Movie WEB Tier 2\n  score: 642000\n- name: 1080p Compact Movie WEB Tier 3\n  score: 641000\n- name: 1080p Compact Movie WEB Tier 4\n  score: 640000\n- name: 1080p Balanced Tier 1\n  score: 621000\n- name: 1080p Balanced Tier 2\n  score: 620000\n- name: 720p HDTV Tier 1\n  score: 82000\n- name: MA\n  score: 4000\n- name: AMZN\n  score: 3000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: 1080p Compact TV WEB Tier 1\n  score: 684000\n- name: QxR WEB\n  score: 684000\n- name: TAoE WEB\n  score: 684000\n- name: Vialle WEB\n  score: 684000\n- name: Weasley WEB\n  score: 684000\n- name: 1080p Compact TV WEB Tier 2\n  score: 683000\n- name: 1080p Compact TV WEB Tier 3\n  score: 682000\n- name: 1080p Compact TV WEB Tier 4\n  score: 681000\n- name: 1080p Compact TV WEB Tier 5\n  score: 680000\n- name: 1080p Compact TV Bluray Tier 1\n  score: 665000\n- name: 1080p Compact TV Bluray Tier 2\n  score: 664000\n- name: 1080p Compact TV Bluray Tier 3\n  score: 663000\n- name: 1080p Compact TV Bluray Tier 4\n  score: 662000\n- name: 1080p Compact TV Bluray Tier 5\n  score: 661000\n- name: 1080p Compact TV Bluray Tier 6\n  score: 660000\n- name: QxR Bluray\n  score: 660000\n- name: TAoE Bluray\n  score: 660000\n- name: Vialle Bluray\n  score: 660000\n- name: 1080p Compact TV Trash Tier 1\n  score: 641000\n- name: 1080p Compact TV Trash Tier 2\n  score: 640000\n- name: 720p HDTV Tier 1\n  score: 80000\n- name: Season Pack\n  score: 10\n- name: AMZN\n  score: -1000\n- name: Remux (Source)\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 1080p Compact\n  description: Balanced Capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\n  qualities:\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -2\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: 12\n  name: HDTV-1080p\n- id: 16\n  name: HDTV-720p\n- id: -3\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\n- id: 24\n  name: SDTV\nupgrade_until:\n  id: -1\n  name: 1080p Compact\n  description: Balanced Capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\nlanguage: must_original\n"
  },
  {
    "path": "profiles/1080p Efficient.yml",
    "content": "name: 1080p Efficient\ndescription: '1080p Efficient targets high quality x265 Bluray and WEB Encodes\n\n\n  - Average Movie Sizes ~ 6 to 12gb per Movie\n\n  - Movie Quality Ranking ~ 7/10\n\n  - Average TV Sizes ~ 2 to 3gb per Episode\n\n  - TV Quality Ranking ~ 6/10'\ntags:\n- 1080p\n- Efficient Focused\n- Lossy Audio\n- h265\n- x265\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 1080p Bluray HEVC Tier 1\n  score: 360000\n- name: HONE Bluray\n  score: 360000\n- name: 1080p WEB-DL HEVC Tier 1\n  score: 340000\n- name: HONE WEB\n  score: 340000\n- name: 1080p WEB-DL (h264)\n  score: 280000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: AMZN\n  score: 3000\n- name: Dolby Vision\n  score: 3000\n- name: DSNP\n  score: 3000\n- name: ATVP\n  score: 2000\n- name: HDR10+\n  score: 2000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: DS4K\n  score: 1000\n- name: HDR\n  score: 1000\n- name: HDR10\n  score: 1000\n- name: HLG\n  score: 1000\n- name: iT\n  score: 1000\n- name: NF\n  score: 1000\n- name: PQ\n  score: 1000\n- name: FLAC\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Dolby Atmos\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups (Efficient)\n  score: -999999\n- name: Banned WEBRip (Efficient)\n  score: -999999\n- name: BCORE\n  score: -999999\n- name: Dolby Vision (Without Fallback)\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265 (Efficient)\n  score: -999999\n- name: Lossless Audio\n  score: -999999\n- name: Remux\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x265 (Efficient)\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 1080p Efficient Movie Bluray Tier 1\n  score: 323000\n- name: QxR Bluray\n  score: 323000\n- name: TAoE Bluray\n  score: 323000\n- name: 1080p Efficient Movie Bluray Tier 2\n  score: 322000\n- name: Vialle Bluray\n  score: 322000\n- name: 1080p Efficient Movie Bluray Tier 3\n  score: 321000\n- name: 1080p Efficient Movie Bluray Tier 4\n  score: 320000\n- name: 1080p Efficient Movie WEB Tier 1\n  score: 303000\n- name: QxR WEB\n  score: 303000\n- name: TAoE WEB\n  score: 303000\n- name: Weasley WEB\n  score: 303000\n- name: 1080p Efficient Movie WEB Tier 2\n  score: 302000\n- name: 1080p Efficient Movie WEB Tier 3\n  score: 301000\n- name: 1080p Efficient Movie WEB Tier 4\n  score: 300000\n- name: 1080p Balanced Tier 1\n  score: 281000\n- name: 1080p Balanced Tier 2\n  score: 280000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 4000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: 1080p Efficient TV Bluray Tier 1\n  score: 324000\n- name: QxR Bluray\n  score: 324000\n- name: TAoE Bluray\n  score: 324000\n- name: Vialle Bluray\n  score: 324000\n- name: 1080p Efficient TV Bluray Tier 2\n  score: 323000\n- name: 1080p Efficient TV Bluray Tier 3\n  score: 322000\n- name: 1080p Efficient TV Bluray Tier 4\n  score: 321000\n- name: 1080p Efficient TV Bluray Tier 5\n  score: 320000\n- name: 1080p Efficient TV WEB Tier 1\n  score: 305000\n- name: QxR WEB\n  score: 305000\n- name: TAoE WEB\n  score: 305000\n- name: Vialle WEB\n  score: 305000\n- name: Weasley WEB\n  score: 305000\n- name: 1080p Efficient TV WEB Tier 2\n  score: 304000\n- name: 1080p Efficient TV WEB Tier 3\n  score: 303000\n- name: 1080p Efficient TV WEB Tier 4\n  score: 302000\n- name: 1080p Efficient TV Bluray Tier 6\n  score: 301000\n- name: 1080p Efficient TV WEB Tier 5\n  score: 300000\n- name: Season Pack\n  score: 10\n- name: Remux (Source)\n  score: -999999\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 1080p Efficient\n  description: Balanced Capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\n  qualities:\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -2\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -3\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -1\n  name: 1080p Efficient\n  description: Balanced Capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\nlanguage: must_original\n"
  },
  {
    "path": "profiles/1080p Quality HDR.yml",
    "content": "name: 1080p Quality HDR\ndescription: \"1080p Quality HDR utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\\\n  \\ to target **Transparent x265 HDR** 1080p Encodes. \\n\\n- Average Movie Sizes ~\\\n  \\ 10 to 20gb per Movie\\n- Movie Quality Ranking ~ 9/10\\n- Average TV Sizes ~ 4 to\\\n  \\ 10gb per Episode\\n- TV Quality Ranking ~ 9/10\"\ntags:\n- 1080p\n- Quality Focused\n- HDR\n- Lossy Audio\n- x264\n- x265\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: UHD Bluray\n  score: 420000\n- name: 1080p WEB-DL\n  score: 380000\n- name: 1080p Bluray\n  score: 280000\n- name: 1080p WEBRip\n  score: 280000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 1080p Quality Tier 1\n  score: 125000\n- name: 1080p Quality Tier 2\n  score: 124000\n- name: 1080p Quality Tier 3\n  score: 123000\n- name: 1080p Quality Tier 4\n  score: 122000\n- name: 1080p Quality Tier 5\n  score: 121000\n- name: 1080p Quality Tier 6\n  score: 120000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: AMZN\n  score: 3000\n- name: Dolby Vision\n  score: 3000\n- name: DSNP\n  score: 3000\n- name: ATVP\n  score: 2000\n- name: HDR10+\n  score: 2000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: HDR\n  score: 1000\n- name: HDR (Missing)\n  score: 1000\n- name: HDR10\n  score: 1000\n- name: HLG\n  score: 1000\n- name: iT\n  score: 1000\n- name: NF\n  score: 1000\n- name: PQ\n  score: 1000\n- name: FLAC\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Dolby Atmos\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: x265 (Bluray)\n  score: -400000\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups\n  score: -999999\n- name: Banned UHD Bluray\n  score: -999999\n- name: Banned WEBRip\n  score: -999999\n- name: BCORE\n  score: -999999\n- name: Dolby Vision (Without Fallback)\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265\n  score: -999999\n- name: Remux\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x265 (WEB)\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 1080p Balanced Tier 1\n  score: 101000\n- name: 1080p Balanced Tier 2\n  score: 100000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 4000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: Season Pack\n  score: 10\n- name: Remux (Source)\n  score: -999999\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 1080p Quality HDR\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\n  qualities:\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -2\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -3\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -1\n  name: 1080p Quality HDR\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\nlanguage: must_original\n"
  },
  {
    "path": "profiles/1080p Quality.yml",
    "content": "name: 1080p Quality\ndescription: \"1080p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\\\n  \\ to target **Transparent** x264 1080p Encodes. \\n\\n- Average Movie Sizes ~ 10 to\\\n  \\ 15gb per Movie\\n- Movie Quality Ranking ~ 8/10\\n- Average TV Sizes ~ 4 to 8gb\\\n  \\ per Episode\\n- TV Quality Ranking ~ 8/10\"\ntags:\n- 1080p\n- Quality Focused\n- Lossy Audio\n- x264\n- h264\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 1080p WEB-DL\n  score: 380000\n- name: 1080p Bluray\n  score: 280000\n- name: 1080p WEBRip\n  score: 280000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 1080p Quality Tier 1\n  score: 125000\n- name: 1080p Quality Tier 2\n  score: 124000\n- name: 1080p Quality Tier 3\n  score: 123000\n- name: 1080p Quality Tier 4\n  score: 122000\n- name: 1080p Quality Tier 5\n  score: 121000\n- name: 1080p Quality Tier 6\n  score: 120000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: AMZN\n  score: 3000\n- name: DSNP\n  score: 3000\n- name: ATVP\n  score: 2000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: iT\n  score: 1000\n- name: NF\n  score: 1000\n- name: FLAC\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Dolby Atmos\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups\n  score: -999999\n- name: Banned WEBRip\n  score: -999999\n- name: BCORE\n  score: -999999\n- name: Dolby Vision\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265\n  score: -999999\n- name: HDR\n  score: -999999\n- name: HDR10\n  score: -999999\n- name: HDR10+\n  score: -999999\n- name: HLG\n  score: -999999\n- name: PQ\n  score: -999999\n- name: Remux\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x265\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 1080p Balanced Tier 1\n  score: 101000\n- name: 1080p Balanced Tier 2\n  score: 100000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 4000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: Season Pack\n  score: 10\n- name: Remux (Source)\n  score: -999999\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 1080p Quality\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\n  qualities:\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -2\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -3\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -1\n  name: 1080p Quality\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\nlanguage: must_original\n"
  },
  {
    "path": "profiles/1080p Remux.yml",
    "content": "name: 1080p Remux\ndescription: '1080p Remux utilizes **Audio Formats** to prioritise high quality Lossless\n  HD Blurays with a fallback to Transparent Bluray Encodes.\n\n\n  - Average Movie Sizes ~ 20 to 30gb per Movie\n\n  - Movie Quality Ranking ~ 10/10\n\n  - Average TV Sizes ~ 6 to 12gb per Episode\n\n  - TV Quality Ranking ~ 10/10'\ntags:\n- 1080p\n- Remux Focused\n- Lossless Audio\n- h264\n- x264\n- x265\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 1080p Remux\n  score: 440000\n- name: UHD Bluray\n  score: 420000\n- name: 1080p WEB-DL\n  score: 380000\n- name: 1080p Bluray\n  score: 280000\n- name: 1080p WEBRip\n  score: 280000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 1080p Quality Tier 1\n  score: 125000\n- name: 1080p Quality Tier 2\n  score: 124000\n- name: 1080p Quality Tier 3\n  score: 123000\n- name: 1080p Quality Tier 4\n  score: 122000\n- name: 1080p Quality Tier 5\n  score: 121000\n- name: 1080p Quality Tier 6\n  score: 120000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: AMZN\n  score: 3000\n- name: Dolby Vision\n  score: 3000\n- name: DSNP\n  score: 3000\n- name: ATVP\n  score: 2000\n- name: HDR10+\n  score: 2000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: DTS-X\n  score: 1600\n- name: DTS-HD MA\n  score: 1200\n- name: TrueHD\n  score: 1200\n- name: HDR\n  score: 1000\n- name: HDR (Missing)\n  score: 1000\n- name: HDR10\n  score: 1000\n- name: HLG\n  score: 1000\n- name: iT\n  score: 1000\n- name: NF\n  score: 1000\n- name: PQ\n  score: 1000\n- name: FLAC\n  score: 800\n- name: PCM\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Atmos\n  score: 400\n- name: Atmos (Missing)\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: Remux Tier 1\n  score: 100\n- name: WEB-DL Tier 1\n  score: 100\n- name: Remux Tier 2\n  score: 80\n- name: WEB-DL Tier 2\n  score: 80\n- name: Remux Tier 3\n  score: 60\n- name: WEB-DL Tier 3\n  score: 60\n- name: Remux Tier 4\n  score: 40\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: x265 (Bluray)\n  score: -400000\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups\n  score: -999999\n- name: Banned Remux\n  score: -999999\n- name: Banned UHD Bluray\n  score: -999999\n- name: Banned WEBRip\n  score: -999999\n- name: BCORE\n  score: -999999\n- name: Dolby Vision (Without Fallback)\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x265 (Remux)\n  score: -999999\n- name: x265 (WEB)\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 1080p Balanced Tier 1\n  score: 101000\n- name: 1080p Balanced Tier 2\n  score: 100000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 4000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: Season Pack\n  score: 10\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 1080p Remux\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\n  qualities:\n  - id: 8\n    name: Remux-1080p\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -2\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -3\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -1\n  name: 1080p Remux\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\nlanguage: must_original\n"
  },
  {
    "path": "profiles/2160p Balanced.yml",
    "content": "name: 2160p Balanced\ndescription: \"2160p Balanced targets consistent & immutable 2160p **WEB-DLs w/ Lossy\\\n  \\ Audio**. \\n\\n- Average Movie Sizes ~ 15 to 30gb per Movie\\n- Movie Quality Ranking\\\n  \\ ~ 8/10\\n- Average TV Sizes ~ 5 to 15gb per Episode\\n- TV Quality Ranking ~ 8/10\"\ntags:\n- 2160p\n- Balanced Focused\n- HDR\n- Lossy Audio\n- x264\n- h265\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 2160p WEB-DL\n  score: 440000\n- name: UHD Bluray\n  score: 420000\n- name: 1080p WEB-DL\n  score: 380000\n- name: 1080p Bluray\n  score: 280000\n- name: 1080p WEBRip\n  score: 280000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 1080p Quality Tier 1\n  score: 125000\n- name: 1080p Quality Tier 2\n  score: 124000\n- name: 1080p Quality Tier 3\n  score: 123000\n- name: 1080p Quality Tier 4\n  score: 122000\n- name: 1080p Quality Tier 5\n  score: 121000\n- name: 1080p Quality Tier 6\n  score: 120000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: Dolby Vision\n  score: 3000\n- name: AMZN\n  score: 2000\n- name: ATVP\n  score: 2000\n- name: HDR10+\n  score: 2000\n- name: DTS-X\n  score: 1600\n- name: DTS-HD MA\n  score: 1200\n- name: TrueHD\n  score: 1200\n- name: TrueHD (Missing)\n  score: 1200\n- name: Amazon Enhancement\n  score: 1000\n- name: HDR\n  score: 1000\n- name: HDR (Missing)\n  score: 1000\n- name: HDR10\n  score: 1000\n- name: HLG\n  score: 1000\n- name: NF\n  score: 1000\n- name: PQ\n  score: 1000\n- name: FLAC\n  score: 800\n- name: PCM\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Atmos\n  score: 400\n- name: Atmos (Missing)\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: BCORE\n  score: 0\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: x265 (Bluray)\n  score: -400000\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups\n  score: -999999\n- name: Banned UHD Bluray\n  score: -999999\n- name: Banned WEBRip\n  score: -999999\n- name: Dolby Vision (Without Fallback)\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265\n  score: -999999\n- name: Remux\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x264 (2160p)\n  score: -999999\n- name: x265 (WEB)\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 2160p Balanced Tier 1\n  score: 442000\n- name: HONE Blurays\n  score: 442000\n- name: 2160p Balanced Tier 2\n  score: 441000\n- name: 2160p Balanced Tier 3\n  score: 440000\n- name: 1080p Balanced Tier 1\n  score: 101000\n- name: 1080p Balanced Tier 2\n  score: 100000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 6000\n- name: DSNP\n  score: 4000\n- name: iT\n  score: 4000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: Disney+ Enhancement\n  score: -1000\n- name: Movies Anywhere Enhancement\n  score: -2000\n- name: iTunes Enhancement\n  score: -3000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: 2160p Balanced Tier 1\n  score: 444000\n- name: HONE Blurays\n  score: 444000\n- name: DSNP\n  score: 3000\n- name: HMAX\n  score: 3000\n- name: MAX\n  score: 3000\n- name: iT\n  score: 1000\n- name: Season Pack\n  score: 10\n- name: HBO Max Enhancement\n  score: -1000\n- name: Remux (Source)\n  score: -999999\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 2160p Balanced\n  description: Balanced capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\n  qualities:\n  - id: 4\n    name: Bluray-2160p\n  - id: 5\n    name: WEBDL-2160p\n- id: -2\n  name: 1080p Quality HDR\n  description: Indistinguishable from source\n  qualities:\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -3\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -4\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -1\n  name: 2160p Balanced\n  description: Balanced capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\nlanguage: must_original\n"
  },
  {
    "path": "profiles/2160p Efficient.yml",
    "content": "name: 2160p Efficient\ndescription: '2160p Efficient targets consistent & immutable 2160p **WEB-DLs w/ Lossy\n  Audio**. Specialized Fallback to 1080p Efficient\n\n\n  - Average Movie Sizes ~ 15 to 30gb per Movie\n\n  - Movie Quality Ranking ~ 6/10\n\n  - Average TV Sizes ~ 4 to 12gb per Episode\n\n  - TV Ranking ~ 6/10'\ntags:\n- 2160p\n- Efficient Focused\n- Lossy Audio\n- h265\n- x265\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 2160p WEB-DL (Efficient)\n  score: 380000\n- name: 1080p Bluray HEVC Tier 1\n  score: 360000\n- name: HONE Bluray\n  score: 360000\n- name: 1080p WEB-DL HEVC Tier 1\n  score: 340000\n- name: HONE WEB\n  score: 340000\n- name: 1080p WEB-DL (h264)\n  score: 280000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: Dolby Vision\n  score: 3000\n- name: AMZN\n  score: 2000\n- name: ATVP\n  score: 2000\n- name: HDR10+\n  score: 2000\n- name: Amazon Enhancement\n  score: 1000\n- name: DS4K\n  score: 1000\n- name: HDR\n  score: 1000\n- name: HDR10\n  score: 1000\n- name: HLG\n  score: 1000\n- name: NF\n  score: 1000\n- name: PQ\n  score: 1000\n- name: FLAC\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Dolby Atmos\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: BCORE\n  score: 0\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups (Efficient)\n  score: -999999\n- name: Banned WEBRip (Efficient)\n  score: -999999\n- name: Dolby Vision (Without Fallback)\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265 (Efficient)\n  score: -999999\n- name: Lossless Audio\n  score: -999999\n- name: Remux\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x264 (2160p)\n  score: -999999\n- name: x265 (Efficient)\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 2160p Balanced Tier 1\n  score: 382000\n- name: HONE Blurays\n  score: 382000\n- name: 2160p Balanced Tier 2\n  score: 381000\n- name: 2160p Balanced Tier 3\n  score: 380000\n- name: 1080p Efficient Movie Bluray Tier 1\n  score: 323000\n- name: QxR Bluray\n  score: 323000\n- name: TAoE Bluray\n  score: 323000\n- name: 1080p Efficient Movie Bluray Tier 2\n  score: 322000\n- name: Vialle Bluray\n  score: 322000\n- name: 1080p Efficient Movie Bluray Tier 3\n  score: 321000\n- name: 1080p Efficient Movie Bluray Tier 4\n  score: 320000\n- name: 1080p Efficient Movie WEB Tier 1\n  score: 303000\n- name: QxR WEB\n  score: 303000\n- name: TAoE WEB\n  score: 303000\n- name: Weasley WEB\n  score: 303000\n- name: 1080p Efficient Movie WEB Tier 2\n  score: 302000\n- name: 1080p Efficient Movie WEB Tier 3\n  score: 301000\n- name: 1080p Efficient Movie WEB Tier 4\n  score: 300000\n- name: 1080p Balanced Tier 1\n  score: 281000\n- name: 1080p Balanced Tier 2\n  score: 280000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 6000\n- name: DSNP\n  score: 4000\n- name: iT\n  score: 4000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: Disney+ Enhancement\n  score: -1000\n- name: Movies Anywhere Enhancement\n  score: -2000\n- name: iTunes Enhancement\n  score: -3000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: 2160p Efficient TV Bluray Tier 1\n  score: 421000\n- name: QxR Blurays\n  score: 421000\n- name: TAoE Blurays\n  score: 421000\n- name: 2160p Efficient TV WEB Tier 1\n  score: 400000\n- name: QxR WEBs\n  score: 400000\n- name: TAoE WEBs\n  score: 400000\n- name: 2160p Balanced Tier 1\n  score: 384000\n- name: HONE Blurays\n  score: 384000\n- name: 1080p Efficient TV Bluray Tier 1\n  score: 324000\n- name: QxR Bluray\n  score: 324000\n- name: TAoE Bluray\n  score: 324000\n- name: Vialle Bluray\n  score: 324000\n- name: 1080p Efficient TV Bluray Tier 2\n  score: 323000\n- name: 1080p Efficient TV Bluray Tier 3\n  score: 322000\n- name: 1080p Efficient TV Bluray Tier 4\n  score: 321000\n- name: 1080p Efficient TV Bluray Tier 5\n  score: 320000\n- name: 1080p Efficient TV WEB Tier 1\n  score: 305000\n- name: QxR WEB\n  score: 305000\n- name: TAoE WEB\n  score: 305000\n- name: Vialle WEB\n  score: 305000\n- name: Weasley WEB\n  score: 305000\n- name: 1080p Efficient TV WEB Tier 2\n  score: 304000\n- name: 1080p Efficient TV WEB Tier 3\n  score: 303000\n- name: 1080p Efficient TV WEB Tier 4\n  score: 302000\n- name: 1080p Efficient TV Bluray Tier 6\n  score: 301000\n- name: 1080p Efficient TV WEB Tier 5\n  score: 300000\n- name: DSNP\n  score: 3000\n- name: HMAX\n  score: 3000\n- name: MAX\n  score: 3000\n- name: iT\n  score: 1000\n- name: Season Pack\n  score: 10\n- name: HBO Max Enhancement\n  score: -1000\n- name: Remux (Source)\n  score: -999999\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -4\n  name: 2160p Efficient\n  description: ''\n  qualities:\n  - id: 4\n    name: Bluray-2160p\n  - id: 5\n    name: WEBDL-2160p\n  - id: 6\n    name: WEBRip-2160p\n- id: -1\n  name: 1080p Efficient\n  description: Balanced Capable releases. Typically WEB-DL would be the overwhelming\n    majority of releases, but there are occasional streaming optimised encodes that\n    should be preferred.\n  qualities:\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -2\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -3\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -4\n  name: 2160p Efficient\nlanguage: must_original\n"
  },
  {
    "path": "profiles/2160p Quality.yml",
    "content": "name: 2160p Quality\ndescription: '2160p Quality utilizes the [**Encode Efficiency Index**](https://dictionarry.dev/wiki/eei)\n  metric at a 60% target ratio to prioritize **Transparent** x265 4K Encodes\n\n\n  - Average Movie Sizes ~ 30 to 50gb per Movie\n\n  - Movie Quality Ranking ~ 9/10\n\n  - Average TV Sizes ~ 10 to 20gb per Episode\n\n  - TV Quality Ranking ~ 9/10'\ntags:\n- 2160p\n- Quality Focused\n- HDR\n- Lossless Audio\n- x265\n- h265\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 2160p Quality Tier 1\n  score: 465000\n- name: 2160p Quality Tier 2\n  score: 464000\n- name: 2160p Quality Tier 3\n  score: 463000\n- name: 2160p Quality Tier 4\n  score: 462000\n- name: 2160p Quality Tier 5\n  score: 460000\n- name: 2160p WEB-DL\n  score: 440000\n- name: 2160p Quality Tier 6\n  score: 439000\n- name: UHD Bluray\n  score: 420000\n- name: 1080p WEB-DL\n  score: 380000\n- name: 1080p Bluray\n  score: 280000\n- name: 1080p WEBRip\n  score: 280000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 1080p Quality Tier 1\n  score: 125000\n- name: 1080p Quality Tier 2\n  score: 124000\n- name: 1080p Quality Tier 3\n  score: 123000\n- name: 1080p Quality Tier 4\n  score: 122000\n- name: 1080p Quality Tier 5\n  score: 121000\n- name: 1080p Quality Tier 6\n  score: 120000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: Dolby Vision\n  score: 3000\n- name: AMZN\n  score: 2000\n- name: ATVP\n  score: 2000\n- name: HDR10+\n  score: 2000\n- name: DTS-X\n  score: 1600\n- name: DTS-HD MA\n  score: 1200\n- name: TrueHD\n  score: 1200\n- name: TrueHD (Missing)\n  score: 1200\n- name: Amazon Enhancement\n  score: 1000\n- name: HDR\n  score: 1000\n- name: HDR (Missing)\n  score: 1000\n- name: HDR10\n  score: 1000\n- name: HDR10 (Missing)\n  score: 1000\n- name: HLG\n  score: 1000\n- name: NF\n  score: 1000\n- name: PQ\n  score: 1000\n- name: FLAC\n  score: 800\n- name: PCM\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Atmos\n  score: 400\n- name: Atmos (Missing)\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: BCORE\n  score: 0\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: x265 (Bluray)\n  score: -400000\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups\n  score: -999999\n- name: Banned UHD Bluray\n  score: -999999\n- name: Banned WEBRip\n  score: -999999\n- name: Dolby Vision (Without Fallback)\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265\n  score: -999999\n- name: Remux\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x264 (2160p)\n  score: -999999\n- name: x265 (Missing)\n  score: -999999\n- name: x265 (WEB)\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 2160p Balanced Tier 1\n  score: 442000\n- name: HONE Blurays\n  score: 442000\n- name: 2160p Balanced Tier 2\n  score: 441000\n- name: 2160p Balanced Tier 3\n  score: 440000\n- name: 1080p Balanced Tier 1\n  score: 101000\n- name: 1080p Balanced Tier 2\n  score: 100000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 6000\n- name: DSNP\n  score: 4000\n- name: iT\n  score: 4000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: Disney+ Enhancement\n  score: -1000\n- name: Movies Anywhere Enhancement\n  score: -2000\n- name: iTunes Enhancement\n  score: -3000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: 2160p Balanced Tier 1\n  score: 444000\n- name: HONE Blurays\n  score: 444000\n- name: DSNP\n  score: 3000\n- name: HMAX\n  score: 3000\n- name: MAX\n  score: 3000\n- name: iT\n  score: 1000\n- name: Season Pack\n  score: 10\n- name: HBO Max Enhancement\n  score: -1000\n- name: Remux (Source)\n  score: -999999\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 2160p Quality\n  description: Indistinguishable from source\n  qualities:\n  - id: 4\n    name: Bluray-2160p\n  - id: 5\n    name: WEBDL-2160p\n- id: -2\n  name: 1080p Quality HDR\n  description: Indistinguishable from source\n  qualities:\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -3\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -4\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -1\n  name: 2160p Quality\n  description: Indistinguishable from source\nlanguage: must_original\n"
  },
  {
    "path": "profiles/2160p Remux.yml",
    "content": "name: 2160p Remux\ndescription: '2160p Remux utilizes **Video / Audio Formats** to prioritise high quality\n  lossless copies of UHD Blurays.\n\n\n  - Average Movie Sizes ~ 40 to 60gb per Movie\n\n  - Movie Quality Ranking ~ 10/10\n\n  - Average TV Sizes ~ 15 to 30gb per Episode\n\n  - TV Quality Ranking ~ 10/10'\ntags:\n- 2160p\n- Remux Focused\n- HDR\n- Lossless Audio\n- h265\n- x265\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 2160p Remux\n  score: 500000\n- name: 2160p Quality Tier 1\n  score: 485000\n- name: 2160p Quality Tier 2\n  score: 484000\n- name: 2160p Quality Tier 3\n  score: 483000\n- name: 2160p Quality Tier 4\n  score: 482000\n- name: 2160p Quality Tier 5\n  score: 480000\n- name: 2160p WEB-DL\n  score: 460000\n- name: 1080p Remux\n  score: 440000\n- name: UHD Bluray\n  score: 420000\n- name: 1080p WEB-DL\n  score: 380000\n- name: 1080p Bluray\n  score: 280000\n- name: 1080p WEBRip\n  score: 280000\n- name: 2160p Quality Tier 6\n  score: 279000\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 1080p Quality Tier 1\n  score: 125000\n- name: 1080p Quality Tier 2\n  score: 124000\n- name: 1080p Quality Tier 3\n  score: 123000\n- name: 1080p Quality Tier 4\n  score: 122000\n- name: 1080p Quality Tier 5\n  score: 121000\n- name: 1080p Quality Tier 6\n  score: 120000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: Dolby Vision\n  score: 3000\n- name: AMZN\n  score: 2000\n- name: ATVP\n  score: 2000\n- name: HDR10+\n  score: 2000\n- name: DTS-X\n  score: 1600\n- name: DTS-HD MA\n  score: 1200\n- name: TrueHD\n  score: 1200\n- name: TrueHD (Missing)\n  score: 1200\n- name: Amazon Enhancement\n  score: 1000\n- name: HDR\n  score: 1000\n- name: HDR (Missing)\n  score: 1000\n- name: HDR10\n  score: 1000\n- name: HDR10 (Missing)\n  score: 1000\n- name: HLG\n  score: 1000\n- name: NF\n  score: 1000\n- name: PQ\n  score: 1000\n- name: FLAC\n  score: 800\n- name: PCM\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Atmos\n  score: 400\n- name: Atmos (Missing)\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: Remux Tier 1\n  score: 100\n- name: WEB-DL Tier 1\n  score: 100\n- name: Remux Tier 2\n  score: 80\n- name: WEB-DL Tier 2\n  score: 80\n- name: Remux Tier 3\n  score: 60\n- name: WEB-DL Tier 3\n  score: 60\n- name: Remux Tier 4\n  score: 40\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: BCORE\n  score: 0\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: x265 (Bluray)\n  score: -400000\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups\n  score: -999999\n- name: Banned Remux\n  score: -999999\n- name: Banned UHD Bluray\n  score: -999999\n- name: Banned WEBRip\n  score: -999999\n- name: Dolby Vision (Without Fallback)\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x264 (2160p)\n  score: -999999\n- name: x265 (Missing)\n  score: -999999\n- name: x265 (Remux)\n  score: -999999\n- name: x265 (WEB)\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 2160p Balanced Tier 1\n  score: 462000\n- name: HONE Blurays\n  score: 462000\n- name: 2160p Balanced Tier 2\n  score: 461000\n- name: 2160p Balanced Tier 3\n  score: 460000\n- name: 1080p Balanced Tier 1\n  score: 101000\n- name: 1080p Balanced Tier 2\n  score: 100000\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 6000\n- name: DSNP\n  score: 4000\n- name: iT\n  score: 4000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: Disney+ Enhancement\n  score: -1000\n- name: Movies Anywhere Enhancement\n  score: -2000\n- name: iTunes Enhancement\n  score: -3000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: 2160p Balanced Tier 1\n  score: 464000\n- name: HONE Blurays\n  score: 464000\n- name: DSNP\n  score: 3000\n- name: HMAX\n  score: 3000\n- name: MAX\n  score: 3000\n- name: iT\n  score: 1000\n- name: Season Pack\n  score: 10\n- name: HBO Max Enhancement\n  score: -1000\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -4\n  name: 2160p Remux\n  description: ''\n  qualities:\n  - id: 3\n    name: Remux-2160p\n  - id: 4\n    name: Bluray-2160p\n  - id: 5\n    name: WEBDL-2160p\n- id: -1\n  name: 1080p Remux\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\n  qualities:\n  - id: 8\n    name: Remux-1080p\n  - id: 10\n    name: Bluray-1080p\n  - id: 9\n    name: WEBDL-1080p\n  - id: 11\n    name: WEBRip-1080p\n- id: -2\n  name: 720p Quality\n  description: Fallback to 720p when 1080p cannot be found.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -3\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -4\n  name: 2160p Remux\nlanguage: must_original\n"
  },
  {
    "path": "profiles/720p Quality.yml",
    "content": "name: 720p Quality\ndescription: \"720p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\\\n  \\ to target **Transparent** x264 720p Encodes. \\n\\n- Average Movie Sizes ~ 4 to\\\n  \\ 8gb per Movie\\n- Movie Quality Ranking ~ 5/10\\n- Average TV Sizes ~ 2 to 4gb per\\\n  \\ Episode\\n- TV Quality Ranking ~ 5/10\"\ntags:\n- 720p\n- Quality Focused\n- Lossy Audio\n- x264\n- h264\nupgradesAllowed: true\nminCustomFormatScore: 20000\nupgradeUntilScore: 888888\nminScoreIncrement: 1\ncustom_formats:\n- name: 720p WEB-DL\n  score: 240000\n- name: 720p Bluray\n  score: 180000\n- name: 720p WEBRip\n  score: 180000\n- name: 576p Bluray\n  score: 120000\n- name: 720p Quality Tier 1\n  score: 85000\n- name: 720p Quality Tier 2\n  score: 84000\n- name: 720p Quality Tier 3\n  score: 83000\n- name: 720p Quality Tier 4\n  score: 82000\n- name: 720p Quality Tier 5\n  score: 81000\n- name: 480p Bluray\n  score: 80000\n- name: 720p Quality Tier 6\n  score: 80000\n- name: 480p WEB-DL\n  score: 60000\n- name: 576p Quality Tier 1\n  score: 43000\n- name: 576p Quality Tier 2\n  score: 42000\n- name: 576p Quality Tier 3\n  score: 41000\n- name: 576p Quality Tier 4\n  score: 40000\n- name: 480p Quality Tier 1\n  score: 23000\n- name: 480p Quality Tier 2\n  score: 22000\n- name: 480p Quality Tier 3\n  score: 21000\n- name: 480p Quality Tier 4\n  score: 20000\n- name: DVD\n  score: 20000\n- name: DVD Remux\n  score: 20000\n- name: SD Quality Tier 1\n  score: 11000\n- name: SD Quality Tier 2\n  score: 10000\n- name: AMZN\n  score: 3000\n- name: DSNP\n  score: 3000\n- name: ATVP\n  score: 2000\n- name: HMAX\n  score: 2000\n- name: MAX\n  score: 2000\n- name: iT\n  score: 1000\n- name: NF\n  score: 1000\n- name: FLAC\n  score: 800\n- name: DTS-HD HRA\n  score: 700\n- name: Opus\n  score: 700\n- name: Dolby Digital +\n  score: 600\n- name: DTS-ES\n  score: 500\n- name: Dolby Atmos\n  score: 400\n- name: Dolby Digital\n  score: 400\n- name: DTS\n  score: 300\n- name: AAC\n  score: 200\n- name: WEB-DL Tier 1\n  score: 100\n- name: WEB-DL Tier 2\n  score: 80\n- name: WEB-DL Tier 3\n  score: 60\n- name: WEB-DL Tier 4\n  score: 40\n- name: WEB-DL Tier 5\n  score: 20\n- name: Repack3\n  score: 8\n- name: Repack2\n  score: 7\n- name: Repack1\n  score: 6\n- name: CRAV\n  score: 0\n- name: CRIT\n  score: 0\n- name: DRPO\n  score: 0\n- name: HTSR\n  score: 0\n- name: HULU\n  score: 0\n- name: iP\n  score: 0\n- name: MUBI\n  score: 0\n- name: NOW\n  score: 0\n- name: PCOK\n  score: 0\n- name: PLAY\n  score: 0\n- name: PMTP\n  score: 0\n- name: ROKU\n  score: 0\n- name: SHO\n  score: 0\n- name: STAN\n  score: 0\n- name: ASL\n  score: -999999\n- name: AV1\n  score: -999999\n- name: Banned Groups\n  score: -999999\n- name: Banned WEBRip\n  score: -999999\n- name: BCORE\n  score: -999999\n- name: Dolby Vision\n  score: -999999\n- name: Full Disc\n  score: -999999\n- name: German DL\n  score: -999999\n- name: h265\n  score: -999999\n- name: HDR\n  score: -999999\n- name: HDR10\n  score: -999999\n- name: HDR10+\n  score: -999999\n- name: HLG\n  score: -999999\n- name: PQ\n  score: -999999\n- name: Remux\n  score: -999999\n- name: VP9\n  score: -999999\n- name: VVC\n  score: -999999\n- name: x265\n  score: -999999\n- name: Xvid\n  score: -999999\ncustom_formats_radarr:\n- name: 720p Balanced Tier 1\n  score: 60000\n- name: MA\n  score: 4000\n- name: Better Theatricals\n  score: 1000\n- name: Special Edition\n  score: 1000\n- name: 3D\n  score: -999999\n- name: B&W\n  score: -999999\n- name: Extras\n  score: -999999\n- name: Full Disc (Quality Match)\n  score: -999999\n- name: Remux (Quality Match)\n  score: -999999\n- name: Sing Along\n  score: -999999\n- name: Upscale\n  score: -999999\ncustom_formats_sonarr:\n- name: Season Pack\n  score: 10\n- name: Remux (Source)\n  score: -999999\n- name: TV Extras\n  score: -999999\n- name: Upscaled\n  score: -999999\nqualities:\n- id: -1\n  name: 720p Quality\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\n  qualities:\n  - id: 13\n    name: Bluray-720p\n  - id: 14\n    name: WEBDL-720p\n  - id: 15\n    name: WEBRip-720p\n- id: -2\n  name: 480p Quality\n  description: Standard Definition Fallbacks\n  qualities:\n  - id: 17\n    name: Bluray-576p\n  - id: 18\n    name: Bluray-480p\n  - id: 19\n    name: WEBDL-480p\n  - id: 22\n    name: DVD\nupgrade_until:\n  id: -1\n  name: 720p Quality\n  description: All capable of being indistinguishable from source. WEB-DL included\n    to not allow unknown encode to trump known WEB-DL.\nlanguage: must_original\n"
  },
  {
    "path": "regex_patterns/.gitkeep",
    "content": ""
  },
  {
    "path": "regex_patterns/126811.yml",
    "content": "name: '126811'\npattern: (?<=^|[\\s.-])126811\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/3D.yml",
    "content": "name: 3D\npattern: (?<=\\b[12]\\d{3}\\b).*\\b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\\b\ndescription: 'Matches terms related to 3D video formats:\n\n  - `bluray3d` or `bd3d` (optional `bluray` or `bd` followed by `3d`).\n\n  - `sbs` (side-by-side).\n\n  - `half ou` or `half sbs` with space (` `), dot (`.`), or hyphen (`-`) as separators.'\ntags:\n- Enhancement\n- Banned\ntests:\n- expected: true\n  id: 1\n  input: Universal.Soldier.Day.of.Reckoning.2012.1080p.BluRay.3D.H-SBS.DTS.x264-BluRay3D\n  lastRun: '2025-08-18T23:32:02.252678'\n  matchSpan:\n    end: 79\n    start: 39\n  matchedContent: .1080p.BluRay.3D.H-SBS.DTS.x264-BluRay3D\n  matchedGroups:\n  - BluRay3D\n  - BluRay\n  passes: true\n- expected: true\n  id: 2\n  input: Justin.And.The.Knights.Of.Valour.3D.2013.1080p.BluRay.Half-SBS.x264-BluRay3D\n  lastRun: '2025-08-18T23:32:02.252678'\n  matchSpan:\n    end: 76\n    start: 40\n  matchedContent: .1080p.BluRay.Half-SBS.x264-BluRay3D\n  matchedGroups:\n  - BluRay3D\n  - BluRay\n  passes: true\n- expected: false\n  id: 3\n  input: Step Up 3D 2010 1080p BluRay DTS-ES 6.1 x264-xander\n  lastRun: '2025-08-18T23:32:02.252678'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/3L.yml",
    "content": "name: 3L\npattern: (?<=^|[\\s.-])3L\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/4K4U.yml",
    "content": "name: 4K4U\npattern: (?<=^|[\\s.-])4K4U\\b\ndescription: 'Matches the release group `4K4U` only if it is:\n\n\n  - Preceded by the start of the string (`^`), a whitespace character (`\\s`), a period\n  (`.`), or a hyphen (`-`).\n\n  - Followed by a word boundary (`\\b`), ensuring it ends cleanly without being part\n  of a longer word. '\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/4KDVS.yml",
    "content": "name: 4KDVS\npattern: (?<=^|[\\s.-])4KDVS\\b\ndescription: Matches \"4KDVS\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/5.1 Surround.yml",
    "content": "name: 5.1 Surround\npattern: \\D5\\.1\\D\ndescription: ''\ntags:\n- Audio\n- Channel\ntests: []\n"
  },
  {
    "path": "regex_patterns/7.1 Surround.yml",
    "content": "name: 7.1 Surround\npattern: \\D7\\.1\\D\ndescription: ''\ntags:\n- Audio\n- Channel\ntests: []\n"
  },
  {
    "path": "regex_patterns/9volt.yml",
    "content": "name: 9volt\npattern: (?<=^|[\\s.-])9volt\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/AAC.yml",
    "content": "name: AAC\npattern: \\bAAC(\\b|\\d)\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/ABM.yml",
    "content": "name: ABM\npattern: (?<=^|[\\s.-])ABM\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/AC.yml",
    "content": "name: AC\npattern: (?<=^|[\\s.-])AC\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/ADE.yml",
    "content": "name: ADE\npattern: (?<=^|[\\s.-])ADE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/AI Movies.yml",
    "content": "name: AI Movies\npattern: (?<=\\b[12]\\d{3}\\b).*(\\b(AI)\\b)\ndescription: Matches AI Upscales\ntags:\n- Enhancement\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/AI TV.yml",
    "content": "name: AI TV\npattern: (?<=\\bS\\d+\\b).*(\\b(AI)\\b)\ndescription: Matches AI Upscales\ntags:\n- Enhancement\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/AJP69.yml",
    "content": "name: AJP69\npattern: (?<=^|[\\s.-])AJP69\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/ANE.yml",
    "content": "name: ANE\npattern: (?<=^|[\\s.-])ANE\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/AOC.yml",
    "content": "name: AOC\npattern: (?<=^|[\\s.-])AOC\\b\ndescription: Banned for Excessive Audio Streams\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/AOmundson.yml",
    "content": "name: AOmundson\npattern: (?<=^|[\\s.-])AOmundson\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/APEX.yml",
    "content": "name: APEX\npattern: (?<=^|[\\s.-])APEX\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/ARCADE.yml",
    "content": "name: ARCADE\npattern: (?<=^|[\\s.-])ARCADE\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/AROMA.yml",
    "content": "name: AROMA\npattern: (?<=^|[\\s.-])AROMA\\b\ndescription: Banned for Retagging\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/ASD87.yml",
    "content": "name: ASD87\npattern: (?<=^|[\\s.-])ASD87\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/ASL.yml",
    "content": "name: ASL\npattern: \\b(ASL|BSL|Audio[ ._-]Description)\\b\ndescription: ''\ntags:\n- Enhancements\ntests:\n- id: 1\n  input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -\n    r00t QxR)\n  expected: false\n- id: 2\n  input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio\n  expected: false\n- id: 3\n  input: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE)\n  expected: true\n- id: 4\n  input: \"\\t The Batman (2022) 1080p AMZN WEB-DL H265 SDR DDP 5.1 English-DarQ\"\n  expected: true\n"
  },
  {
    "path": "regex_patterns/ATELiER.yml",
    "content": "name: ATELiER\npattern: (?<=^|[\\s.-])ATELiER\\b\ndescription: Matches \"ATELiER\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/AV1.yml",
    "content": "name: AV1\npattern: \\b(AV1)\\b\ndescription: AV1, or AOMedia Video 1, is a video coding format that compresses video\n  files and streams while maintaining high quality.\ntags:\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: Arcane S01 2160p UHD BluRay DD 5.1 DV HDR AV1-TiZU\n  lastRun: '2025-04-15T14:50:05.552676'\n  matchSpan:\n    end: 45\n    start: 42\n  matchedContent: AV1\n  matchedGroups:\n  - AV1\n  passes: true\n- expected: true\n  id: 2\n  input: Up.2009.2160p.Bluray.AC3.HDR.DV.AV1-TiZU.mkv\n  lastRun: '2025-04-15T14:50:05.552676'\n  matchSpan:\n    end: 35\n    start: 32\n  matchedContent: AV1\n  matchedGroups:\n  - AV1\n  passes: true\n"
  },
  {
    "path": "regex_patterns/AVC.yml",
    "content": "name: AVC\npattern: '[xh][ ._-]?264|\\bAVC(\\b|\\d)'\ndescription: 'An open source encoder that produces AVC videos. '\ntags:\n- Encoder\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: Ballerina 2025 2160p iT WEB-DL DD+ 5.1 Atmos DV HDR10+ H.265-BYNDR\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan:\n    end: 60\n    start: 55\n  matchedContent: H.265\n  matchedGroups:\n  - null\n  passes: true\n- expected: true\n  id: 2\n  input: 'The Lord Of The Rings: The Two Towers 2002 Extended Edition 2160p UHD BluRay\n    TrueHD 7.1 DV HDR x265-DON'\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan:\n    end: 99\n    start: 95\n  matchedContent: x265\n  matchedGroups:\n  - null\n  passes: true\n- expected: true\n  id: 3\n  input: Suspiria 2018 2160p UHD BluRay REMUX HDR HEVC TrueHD 7.1 Atmos-BLURANiUM\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan:\n    end: 45\n    start: 41\n  matchedContent: HEVC\n  matchedGroups:\n  - ''\n  passes: true\n- expected: false\n  id: 4\n  input: Ballerina 2025 1080p AMZN WEB-DL DD+ 5.1 Atmos H.264-BYNDR\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 5\n  input: Thunderbolts* 2025 Hybrid 1080p BluRay DD+ 7.1 x264-ZoroSenpai\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/AViATOR.yml",
    "content": "name: AViATOR\npattern: (?<=^|[\\s.-])AViATOR\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Almighty.yml",
    "content": "name: Almighty\npattern: (?<=^|[\\s.-])Almighty\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Amazon Prime.yml",
    "content": "name: Amazon Prime\npattern: \\b(?:AMZN|(?:AMAZON)(?=\\s*.(?:WEB-?DL|WEBRIP)))\\b\ndescription: Amazon Prime Video, or simply Prime Video, is an American subscription\n  video on-demand over-the-top streaming and rental service of Amazon offered both\n  as a stand-alone service and as part of Amazon's Prime subscription.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- id: 1\n  input: The Amazon Accountant 2 2025 2160p AMZN WEB-DL DD+ 5.1 Atmos DV H.265-FLUX\n  expected: true\n- id: 3\n  input: The Amazon Accountant 2 2025 2160p Amazon WEBRIP DD+ 5.1 Atmos DV H.265-FLUX\n  expected: true\n- id: 4\n  input: The.Amazon.Accountant.2.2025.2160p.Amazon.WEBDL.DD+.5.1.Atmos.DV.H.265-FLUX\n  expected: true\n- id: 5\n  input: 'Star Trek: Picard Amazon S03 2160p AMZN WEB-DL DTS-HD MA 5.1 H.265-FLUX'\n  expected: true\n- id: 6\n  input: 'Star Trek: Picard Amazon S03 2160p Amazon WEBRIP DTS-HD MA 5.1 H.265-FLUX'\n  expected: true\n- id: 7\n  input: The.Terminal.List.Dark.Amazon.S01E04.THE.SOUND.OF.AMAZON.2160p.AMZN.WEB-DL.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n- id: 8\n  input: The.Terminal.List.Dark.Amazon.S01E04.THE.SOUND.OF.AMAZON.2160p.Amazon.WEBRIP.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n- id: 9\n  input: The.Terminal.List.Dark.Amazon.S01E04.THE.SOUND.OF.AMAZON.2160p.Amazon.WEBDL.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n"
  },
  {
    "path": "regex_patterns/Apple TV+.yml",
    "content": "name: Apple TV+\npattern: \\b(ATVP|ATV|APTV|Apple TV\\+)\\s*\\b\ndescription: Apple TV+ is an American subscription OTT streaming service owned and\n  operated by Apple Inc. Launched on November 1, 2019, it offers a selection of original\n  production film and television series called Apple Originals.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- id: 1\n  input: Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv\n  expected: true\n- id: 2\n  input: Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv\n  expected: true\n- id: 3\n  input: You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv\n  expected: false\n- id: 4\n  input: Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB\n  expected: true\n"
  },
  {
    "path": "regex_patterns/Arid.yml",
    "content": "name: Arid\npattern: (?<=^|[\\s.-])Arid\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Asakura.yml",
    "content": "name: Asakura\npattern: (?<=^|[\\s.-])Asakura\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Atmos (Missing).yml",
    "content": "name: Atmos (Missing)\npattern: \\bATMOS(\\b|\\d)\ndescription: ''\ntags:\n- Audio\n- Enhancement\ntests:\n- id: 1\n  input: The.Last.of.Us.S01.2160p.UHD.BluRay.Remux.TrueHDA7.1.H.265-PmP\n  expected: false\n- id: 2\n  input: The.Last.of.Us.S01.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR\n  expected: true\n- id: 3\n  input: The Last of Us S01 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR H.265-FLUX\n  expected: true\n- id: 4\n  input: The.Last.of.Us.S01.DV.HDR.2160p.MAX.WEB-DL.DDPA5.1.H.265-FLUX\n  expected: false\n"
  },
  {
    "path": "regex_patterns/Atmos.yml",
    "content": "name: Atmos\npattern: \\bATMOS|DDPA(\\b|\\d)\ndescription: ''\ntags:\n- Audio\n- Enhancement\ntests:\n- id: 1\n  input: The.Last.of.Us.S01.2160p.UHD.BluRay.Remux.TrueHDA7.1.H.265-PmP\n  expected: false\n- id: 2\n  input: The.Last.of.Us.S01.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR\n  expected: true\n- id: 3\n  input: The Last of Us S01 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR H.265-FLUX\n  expected: true\n- id: 4\n  input: The.Last.of.Us.S01.DV.HDR.2160p.MAX.WEB-DL.DDPA5.1.H.265-FLUX\n  expected: true\n"
  },
  {
    "path": "regex_patterns/B&W.yml",
    "content": "name: B&W\npattern: \\d{4}.*?\\bblack\\b[\\s.]*(?:and|\\&|-|\\/)?[\\s.]*\\bwhite\\b|\\bb\\&?w\\b\ndescription: Black and White colour grading. This regex matches a 4-digit number (optionally\n  surrounded by parentheses), followed by any amount of text, and then detects references\n  to \"black and white\" in various formats. It supports `blackwhite` (no spaces), `black\n  and white`, `black-white`, \"`black & white`, `black/white`, as well as shorthand\n  `BW` and `B&W`, while excluding invalid variations like `b w`, `b-w`, or `b/w`\ntags:\n- Enhancement\n- Colour Grade\n- Banned\ntests:\n- expected: true\n  id: 1\n  input: The Mist Black and White 2007 2160p USA UHD Blu-ray DV HDR HEVC TrueHD 7.1\n    Atmos-BeyondHD\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: false\n- expected: false\n  id: 2\n  input: Black and White 2002 1080p Blu-ray AVC DTS-HD MA 5.1-CultFilms\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 3\n  input: 'Pokemon the Movie: Black and White-Victini and Reshiram Zekrom 2011 1080p\n    AUS BD50 DTS-HD MA 5.1 AVC-PHOENiX'\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 4\n  input: Madeo 2009 Black & White Version 1080p JPN Blu-ray AVC TrueHD 5.1-kyRLS\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan:\n    end: 24\n    start: 6\n  matchedContent: 2009 Black & White\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 6\n  input: Psycho (1960) B&W\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan:\n    end: 17\n    start: 7\n  matchedContent: (1960) B&W\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 7\n  input: Citizen Kane (1941) Black.and.White\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan:\n    end: 35\n    start: 13\n  matchedContent: (1941) Black.and.White\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 8\n  input: Dracula (1931) Black-White\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan:\n    end: 26\n    start: 8\n  matchedContent: (1931) Black-White\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 11\n  input: Young Frankenstein (1974) BW DVDRip\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan:\n    end: 28\n    start: 19\n  matchedContent: (1974) BW\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 12\n  input: Jack Black & Betty White in a Comedy Special\n  lastRun: '2025-02-14T14:41:22.957835'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/BBC iPlayer.yml",
    "content": "name: BBC iPlayer\npattern: \\b(iP)\\b\ndescription: 'BBC iPlayer is a video on demand service from the BBC. The service is\n  available over-the-top on a wide range of devices, including mobile phones and tablets,\n  personal computers and smart televisions. iPlayer services delivered to UK-based\n  viewers are free from commercial advertising. '\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- id: 1\n  input: Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv\n  expected: true\n- id: 2\n  input: Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv\n  expected: true\n- id: 3\n  input: You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv\n  expected: false\n- id: 4\n  input: Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB\n  expected: true\n"
  },
  {
    "path": "regex_patterns/BEN THE MEN.yml",
    "content": "name: BEN THE MEN\npattern: \\b(BEN[ ._-]THE[ ._-]MEN)\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/BHDStudio.yml",
    "content": "name: BHDStudio\npattern: (?<=^|[\\s.-])BHDStudio\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/BLASPHEMY.yml",
    "content": "name: BLASPHEMY\npattern: (?<=^|[\\s.-])BLASPHEMY\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/BLOOM.yml",
    "content": "name: BLOOM\npattern: (?<=^|[\\s.-])BLOOM\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/BLURANiUM.yml",
    "content": "name: BLURANiUM\npattern: (?<=^|[\\s.-])BLURANiUM\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/BLUTONiUM.yml",
    "content": "name: BLUTONiUM\npattern: (?<=^|[\\s.-])BLUTONiUM\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/BMF.yml",
    "content": "name: BMF\npattern: (?<=^|[\\s.-])BMF\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/BOLS.yml",
    "content": "name: BOLS\npattern: (?<=^|[\\s.-])BOLS\\b\ndescription: Banned for Retagging\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/BRUTE.yml",
    "content": "name: BRUTE\npattern: (?<=^|[\\s.-])BRUTE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/BSTD.yml",
    "content": "name: BSTD\npattern: (?<=^|[\\s.-])BSTD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/BTM.yml",
    "content": "name: BTM\npattern: (?<=^|[\\s.-])(BEN THE MEN|BEN|BTM)\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/BTN Atmos.yml",
    "content": "name: BTN Atmos\npattern: \\bTrue[ .-]?HDA[ .-]?[57]\\.1\ndescription: Matches BroadcastTheNet Atmos naming convention\ntags:\n- Audio\ntests:\n- id: 1\n  input: The.Last.of.Us.S01.2160p.UHD.BluRay.Remux.TrueHDA7.1.H.265-PmP\n  expected: true\n- id: 2\n  input: The.Last.of.Us.S01.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR\n  expected: false\n- id: 3\n  input: The Last of Us S01 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR H.265-FLUX\n  expected: false\n- id: 4\n  input: The.Last.of.Us.S01.DV.HDR.2160p.MAX.WEB-DL.DDPA5.1.H.265-FLUX\n  expected: false\n- id: 5\n  input: Loki.S01.2160p.UHD.BluRay.Remux.TrueHDA.7.1.H.265-SiCFoI\n  expected: true\n"
  },
  {
    "path": "regex_patterns/BTN.yml",
    "content": "name: BTN\npattern: (?<=^|[\\s.-])BTN\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/BTW.yml",
    "content": "name: BTW\npattern: (?<=^|[\\s.-])BTW\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/BV.yml",
    "content": "name: BV\npattern: (?<=^|[\\s.-])BV\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/BYNDR.yml",
    "content": "name: BYNDR\npattern: (?<=^|[\\s.-])BYNDR\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Basic HDR Formats.yml",
    "content": "name: Basic HDR Formats\npattern: (?:(?<=^(?!.*\\b(HLG|PQ|SDR)(\\b|\\d)).*?)HDR)|\\b(dv(?![ .](HLG|SDR))|dovi|dolby[\n  .]?vision)\\b\ndescription: Matches Dolby Vision OR HDR10. Needed to better match UHD Blurays\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests:\n- expected: true\n  id: 5\n  input: MovieName.1080p.DV.mkv\n  lastRun: '2025-01-13T08:51:12.077354'\n  matchSpan:\n    end: 18\n    start: 16\n  matchedContent: DV\n  matchedGroups:\n  - null\n  - null\n  - DV\n  - null\n  passes: true\n- expected: true\n  id: 6\n  input: MovieName.4K.Dolby Vision.IMAX.mkv\n  lastRun: '2025-01-13T08:51:12.077354'\n  matchSpan:\n    end: 25\n    start: 13\n  matchedContent: Dolby Vision\n  matchedGroups:\n  - null\n  - null\n  - Dolby Vision\n  - null\n  passes: true\n- expected: false\n  id: 7\n  input: MovieName.2023.4K.DV.HLG.mkv\n  lastRun: '2025-01-13T08:51:12.077354'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 8\n  input: MovieName.2023.4K.DV.SDR.mkv\n  lastRun: '2025-01-13T08:51:12.077354'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 9\n  input: MovieName.4K.DV.SDR.Dovi.mkv\n  lastRun: '2025-01-13T08:51:12.077354'\n  matchSpan:\n    end: 24\n    start: 20\n  matchedContent: Dovi\n  matchedGroups:\n  - null\n  - null\n  - Dovi\n  - null\n  passes: true\n- expected: true\n  id: 10\n  input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD\n    Atmos 7.1 English-WiLDCAT\n  lastRun: '2025-01-13T08:51:12.077354'\n  matchSpan:\n    end: 61\n    start: 59\n  matchedContent: DV\n  matchedGroups:\n  - null\n  - null\n  - DV\n  - null\n  passes: true\n- expected: true\n  id: 11\n  input: 'Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY'\n  lastRun: '2025-01-13T08:51:12.077354'\n  matchSpan:\n    end: 58\n    start: 55\n  matchedContent: HDR\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 12\n  input: 'Avatar: The Way of Water [2022] 2160p HEVC WEB-DL HDR10+ -CMRG'\n  lastRun: '2025-01-13T08:51:12.077354'\n  matchSpan:\n    end: 53\n    start: 50\n  matchedContent: HDR\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  passes: true\n"
  },
  {
    "path": "regex_patterns/BeiTai.yml",
    "content": "name: BeiTai\npattern: (?<=^|[\\s.-])BeiTai\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Better Theatricals.yml",
    "content": "name: Better Theatricals\npattern: ^\\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\ndescription: 'Matches movies where the `Theatrical` cut is considered the better version.\n  Subjectively chosen, based on Dictionarry''s personal preferences and major opinion.\n  Needed to override the default special edition preference. Matches:\n\n  - Terminator 2: Judgement Day (1991)\n\n  - Alien (1979)\n\n  - Star Wars OT (1977-1983)\n\n  - Apocalypse Now (1979)\n\n  - The Exorcist (1973)\n\n  - Donnie Darko (2001)\n\n  - Amadeus (1984)\n\n  - Payback (1999)\n\n  - Almost Famous (2000)'\ntags:\n- Edition\ntests:\n- expected: true\n  id: 1\n  input: Terminator.2.Judgment.Day.Theatrical.Cut.1991.1080p.BluRay.DTS.x264.D-Z0N3\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 12\n    start: 0\n  matchedContent: Terminator.2\n  matchedGroups:\n  - Terminator.2\n  - null\n  - null\n  passes: true\n- expected: false\n  id: 2\n  input: ' Aliens.1986.Special.Edition.1080p.BluRay.DTS.x264-Geek.mkv'\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: Alien.1979.Directors.Cut.2in1.BluRay.1080p.AVC.DTS-HD.MA5.1-CHDBits\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 10\n    start: 0\n  matchedContent: Alien.1979\n  matchedGroups:\n  - Alien.1979\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 4\n  input: star.wars.4K77.2160p.UHD.No-DNR.35mm.x265-v1.4.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 14\n    start: 0\n  matchedContent: star.wars.4K77\n  matchedGroups:\n  - star.wars.4K77\n  - 4K\n  - '77'\n  passes: true\n- expected: true\n  id: 5\n  input: Star.Wars.Episode.IV.A.New.Hope.1977.COMPLETE.UHD.BLURAY-DIZZKNEE\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 36\n    start: 0\n  matchedContent: Star.Wars.Episode.IV.A.New.Hope.1977\n  matchedGroups:\n  - Star.Wars.Episode.IV.A.New.Hope.1977\n  - '19'\n  - '77'\n  passes: true\n- expected: true\n  id: 6\n  input: Star.Wars.1977.Theatrical.Cut.DVDRip.AC3.x264.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 14\n    start: 0\n  matchedContent: Star.Wars.1977\n  matchedGroups:\n  - Star.Wars.1977\n  - '19'\n  - '77'\n  passes: true\n- expected: true\n  id: 7\n  input: 03 Empire.Strikes.Back.4K80.2160p.UHD.no-DNR.35mm.x265-v1.0.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 22\n    start: 0\n  matchedContent: 03 Empire.Strikes.Back\n  matchedGroups:\n  - 03 Empire.Strikes.Back\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 8\n  input: Star.Wars.Episode.V.The.Empire.Strikes.Back.1980.2160p.UHD.BluRay.Remux.HDR.HEVC.Atmos-PmP.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 43\n    start: 0\n  matchedContent: Star.Wars.Episode.V.The.Empire.Strikes.Back\n  matchedGroups:\n  - Star.Wars.Episode.V.The.Empire.Strikes.Back\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 9\n  input: Empire.Strikes.Back.1980.35mm.Renegade.Grindhouse.Scan.480p.DD2.0.x264.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 19\n    start: 0\n  matchedContent: Empire.Strikes.Back\n  matchedGroups:\n  - Empire.Strikes.Back\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 10\n  input: Return.of.the.Jedi.4K83.2160p.UHD.35mm.x265-v1.1.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 18\n    start: 0\n  matchedContent: Return.of.the.Jedi\n  matchedGroups:\n  - Return.of.the.Jedi\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 11\n  input: Star Wars Episode VI - Return of the Jedi (1983) 2160p UHD BluRay TrueHD\n    7.1 HDR x265-Chotab.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 41\n    start: 0\n  matchedContent: Star Wars Episode VI - Return of the Jedi\n  matchedGroups:\n  - Star Wars Episode VI - Return of the Jedi\n  - null\n  - null\n  passes: true\n- expected: false\n  id: 12\n  input: Star.Wars.Episode.IX.The.Rise.of.Skywalker.2019.UHD.BluRay.2160p.TrueHD.Atmos.7.1.HEVC.REMUX-FraMeSToR.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 13\n  input: Apocalypse.Now.1979.Final.Cut.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.HYBRID.REMUX-FraMeSToR.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 14\n    start: 0\n  matchedContent: Apocalypse.Now\n  matchedGroups:\n  - Apocalypse.Now\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 14\n  input: The.Exorcist.1973.2160p.UHD.Blu-ray.Remux.HDR.HEVC.TrueHD.7.1.Atmos-CiNEPHiLES.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 17\n    start: 0\n  matchedContent: The.Exorcist.1973\n  matchedGroups:\n  - The.Exorcist.1973\n  - null\n  - null\n  passes: true\n- expected: false\n  id: 15\n  input: The Pope's Exorcist 2023 1080p WEBRip DD+5.1 x264-HiDt.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 16\n  input: The Exorcist III 1990 Theatrical 1080p BluRay DTS x264-VietHD.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 17\n  input: Donnie.Darko.2001.2160p.UHD.Blu-ray.Remux.HEVC.HDR.DoVi.DTS-HD.MA.5.1-ARROW4KDV.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 12\n    start: 0\n  matchedContent: Donnie.Darko\n  matchedGroups:\n  - Donnie.Darko\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 18\n  input: Amadeus.1984.Blu-Ray.1080p.DTSHD-MA.VC-1.Remux-HiFi.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 7\n    start: 0\n  matchedContent: Amadeus\n  matchedGroups:\n  - Amadeus\n  - null\n  - null\n  passes: true\n- expected: false\n  id: 19\n  input: National Theatre Live- Amadeus (2017).mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 20\n  input: Payback.Straight.Up.Directors.Cut.1999.Bluray-PTP\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 38\n    start: 0\n  matchedContent: Payback.Straight.Up.Directors.Cut.1999\n  matchedGroups:\n  - Payback.Straight.Up.Directors.Cut.1999\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 21\n  input: Payback.1999.Theatrical.Cut.BluRay.1080p.TrueHD.5.1.VC-1.REMUX-FraMeSToR.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 12\n    start: 0\n  matchedContent: Payback.1999\n  matchedGroups:\n  - Payback.1999\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 22\n  input: Payback Straight Up 2006 DC 1080p HDDVD DD5.1 x264-RightSiZE.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 24\n    start: 0\n  matchedContent: Payback Straight Up 2006\n  matchedGroups:\n  - Payback Straight Up 2006\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 23\n  input: Payback.Theatrical.Cut.1999.1080p.BluRay.DD5.1.x264-REPTiLE.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 27\n    start: 0\n  matchedContent: Payback.Theatrical.Cut.1999\n  matchedGroups:\n  - Payback.Theatrical.Cut.1999\n  - null\n  - null\n  passes: true\n- expected: false\n  id: 24\n  input: ' Payback.2021.1080p.WEB.h264-RUMOUR.mkv'\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 25\n  input: Payback.DVDRip.AVC.AC3.(1995).mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 26\n  input: Almost.Famous.2000.Bootleg.Cut.UHD.BluRay.2160p.DTS-HD.MA.5.1.DV.HEVC.HYBRID.REMUX-FraMeSToR.mkv\n  lastRun: '2025-02-24T21:16:01.912349'\n  matchSpan:\n    end: 13\n    start: 0\n  matchedContent: Almost.Famous\n  matchedGroups:\n  - Almost.Famous\n  - null\n  - null\n  passes: true\n"
  },
  {
    "path": "regex_patterns/BeyondHD.yml",
    "content": "name: BeyondHD\npattern: (?<=^|[\\s.-])BeyondHD\\b\ndescription: Banned Due to only doing Full Discs\ntags:\n- Release Group\n- Banned\ntests:\n- expected: true\n  id: 1\n  input: Game of Thrones (2012) S02 2160p UHD Blu-ray HEVC DV HDR TrueHD Atmos 7.1\n    English-BeyondHD\n  lastRun: '2024-12-13T17:46:48.251985'\n  matchSpan:\n    end: 90\n    start: 82\n  matchedContent: BeyondHD\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/BiTOR.yml",
    "content": "name: BiTOR\npattern: (?<=^|[\\s.-])BiTOR\\b\ndescription: Banned for Fake DV/HDR Layer\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/BiZKiT.yml",
    "content": "name: BiZKiT\npattern: (?<=^|[\\s.-])BiZKiT\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/BlurayDesuYo.yml",
    "content": "name: BlurayDesuYo\npattern: (?<=^|[\\s.-])BlurayDesuYo\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/BlzT.yml",
    "content": "name: BlzT\npattern: (?<=^|[\\s.-])BlzT\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Bracketed Year.yml",
    "content": "name: Bracketed Year\npattern: \\[\\d{4}\\]\ndescription: Match a year moniker inside square brackets\ntags: []\ntests:\n- expected: true\n  id: 1\n  input: Loki S01 [2021] 2160p HEVC Blu-Ray Remux HDR10 -SiCFoI\n  lastRun: '2025-01-12T00:57:33.563808'\n  matchSpan:\n    end: 15\n    start: 9\n  matchedContent: '[2021]'\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Bravia Core.yml",
    "content": "name: Bravia Core\npattern: \\b(?:BCORE|(?:CORE)(?=\\s*.(?:WEB-?DL|WEBRIP)))\\b\ndescription: Sony Pictures Core (formerly known as Bravia Core) is a video on demand\n  service from Sony for its televisions and smartphones, launched in April 2021. The\n  service offers the streaming of movies at up to 4K resolution provided by Sony Pictures\n  Entertainment. CORE stands for Centre of Real Entertainment.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- id: 1\n  input: The CORE Accountant 2 2025 2160p BCORE WEB-DL DD+ 5.1 Atmos DV H.265-FLUX\n  expected: true\n- id: 2\n  input: The CORE Accountant 2 2025 2160p CORE WEBRIP DD+ 5.1 Atmos DV H.265-FLUX\n  expected: true\n- id: 3\n  input: The.CORE.Accountant.2.2025.2160p.CORE.WEB-DL.DD+.5.1.Atmos.DV.H.265-FLUX\n  expected: true\n- id: 4\n  input: 'Star Trek: Picard CORE S03 2160p BCORE WEB-DL DTS-HD MA 5.1 H.265-FLUX'\n  expected: true\n- id: 5\n  input: 'Star Trek: Picard CORE S03 2160p CORE WEBRIP DTS-HD MA 5.1 H.265-FLUX'\n  expected: true\n- id: 6\n  input: The.Terminal.List.Dark.CORE.S01E04.THE.SOUND.OF.CORE.2160p.BCORE.WEB-DL.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n- id: 7\n  input: The.Terminal.List.Dark.CORE.S01E04.THE.SOUND.OF.CORE.2160p.CORE.WEBRIP.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n- id: 8\n  input: The.Terminal.List.Dark.CORE.S01E04.THE.SOUND.OF.CORE.2160p.CORE.WEBDL.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n"
  },
  {
    "path": "regex_patterns/Bunny-Apocalypse.yml",
    "content": "name: Bunny-Apocalypse\npattern: (?<=^|[\\s.-])Bunny-Apocalypse\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/CBFM.yml",
    "content": "name: CBFM\npattern: (?<=^|[\\s.-])CBFM\\b\ndescription: ''\ntags:\n- Release Group\n- HDTV\ntests: []\n"
  },
  {
    "path": "regex_patterns/CBT.yml",
    "content": "name: CBT\npattern: (?<=^|[\\s.-])CBT\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/CHAOS.yml",
    "content": "name: CHAOS\npattern: (?<=^|[\\s.-])CHAOS\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/CHD.yml",
    "content": "name: CHD\npattern: (?<=^|[\\s.-])CHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/CJ.yml",
    "content": "name: CJ\npattern: (?<=^|[\\s.-])CJ\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/CLASSiCALHD.yml",
    "content": "name: CLASSiCALHD\npattern: (?<=^|[\\s.-])CLASSiCALHD\\b\ndescription: Banned for LQ Non English / RaR\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/CMCT.yml",
    "content": "name: CMCT\npattern: (?<=^|[\\s.-])CMCT\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/CMRG.yml",
    "content": "name: CMRG\npattern: (?<=^|[\\s.-])CM(a)?R(io)?G\\b\ndescription: 'Prolific WEB-DL group. '\ntags:\n- Release Group\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: 12 Dares of Christmas 2023 1080p AMZN WEB-DL DDP 2.0 H.264-CMRG\n  lastRun: '2024-12-06T05:58:57.443985'\n  matchSpan:\n    end: 63\n    start: 59\n  matchedContent: CMRG\n  matchedGroups:\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 2\n  input: The.Super.Mario.Bros.Movie.2023.1080p.MA.WEB-DL.DDP5.1.Atmos.H.264-CMaRioG.mkv\n  lastRun: '2024-12-06T05:58:57.443985'\n  matchSpan:\n    end: 74\n    start: 67\n  matchedContent: CMaRioG\n  matchedGroups:\n  - a\n  - io\n  passes: true\n"
  },
  {
    "path": "regex_patterns/CREATiVE24.yml",
    "content": "name: CREATiVE24\npattern: (?<=^|[\\s.-])CREATiVE24\\b\ndescription: Banned for Bloated Garbage\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/CRFW.yml",
    "content": "name: CRFW\npattern: (?<=^|[\\s.-])CRFW\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/CRUD.yml",
    "content": "name: CRUD\npattern: (?<=^|[\\s.-])CRUD\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/CRX.yml",
    "content": "name: CRX\npattern: (?<=^|[\\s.-])CRX\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/CRiSC.yml",
    "content": "name: CRiSC\npattern: (?<=^|[\\s.-])CRiSC\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/CTR.yml",
    "content": "name: CTR\npattern: (?<=^|[\\s.-])CTR\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Cait-Sidhe.yml",
    "content": "name: Cait-Sidhe\npattern: (?<=^|[\\s.-])Cait-Sidhe\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/CasStudio.yml",
    "content": "name: CasStudio\npattern: (?<=^|[\\s.-])CasStudio\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Chihiro.yml",
    "content": "name: Chihiro\npattern: (?<=^|[\\s.-])Chihiro\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Chivaman.yml",
    "content": "name: Chivaman\npattern: (?<=^|[\\s.-])Chivaman\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Chotab.yml",
    "content": "name: Chotab\npattern: (?<=^|[\\s.-])Chotab\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/CiNEPHiLES.yml",
    "content": "name: CiNEPHiLES\npattern: (?<=^|[\\s.-])CiNEPHiLES\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/Cinefeel.yml",
    "content": "name: Cinefeel\npattern: (?<=^|[\\s.-])Cinefeel\\b\ndescription: Matches \"Cinefeel\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/CoalGirls.yml",
    "content": "name: CoalGirls\npattern: (?<=^|[\\s.-])CoalGirls\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Colourisation.yml",
    "content": "name: Colourisation\npattern: \\bcolou?r(i[sz]ed?|ed)?\\b\ndescription: 'Colourisation (or colorization in American English) is the process of\n  adding colour to black-and-white, sepia, or other monochrome images. Matches variations\n  of `color` in both American and British spellings, including:\n\n\n  - **Base forms:** `color`, `colour`\n\n  - **Past tense/adjective forms:** `colored`, `coloured`\n\n  - **Verb forms:** `colorize`, `colourize`, `colorise`, `colourise`\n\n  - **Past participles:** `colorized`, `coloured`, `colourized`, `colourised`'\ntags:\n- Colour Grade\n- Enhancement\ntests:\n- expected: true\n  id: 1\n  input: colour\n  lastRun: '2025-02-22T19:10:06.067266'\n  matchSpan:\n    end: 6\n    start: 0\n  matchedContent: colour\n  matchedGroups:\n  - null\n  passes: true\n- expected: true\n  id: 3\n  input: coloured\n  lastRun: '2025-02-22T19:10:06.067266'\n  matchSpan:\n    end: 8\n    start: 0\n  matchedContent: coloured\n  matchedGroups:\n  - ed\n  passes: true\n- expected: true\n  id: 4\n  input: colourise\n  lastRun: '2025-02-22T19:10:06.067266'\n  matchSpan:\n    end: 9\n    start: 0\n  matchedContent: colourise\n  matchedGroups:\n  - ise\n  passes: true\n- expected: true\n  id: 7\n  input: colourised\n  lastRun: '2025-02-22T19:10:06.067266'\n  matchSpan:\n    end: 10\n    start: 0\n  matchedContent: colourised\n  matchedGroups:\n  - ised\n  passes: true\n- expected: true\n  id: 8\n  input: colored\n  lastRun: '2025-02-22T19:10:06.067266'\n  matchSpan:\n    end: 7\n    start: 0\n  matchedContent: colored\n  matchedGroups:\n  - ed\n  passes: true\n- expected: false\n  id: 9\n  input: discolor\n  lastRun: '2025-02-22T19:10:06.067266'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Commie.yml",
    "content": "name: Commie\npattern: (?<=^|[\\s.-])Commie\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Crave.yml",
    "content": "name: Crave\npattern: \\b(?:CRAV|(?:CRAVE)(?=\\s*.(?:WEB-?DL|WEBRIP)))\\b\ndescription: Crave (originally CraveTV) is a Canadian subscription video on demand\n  service. The service competes directly with other subscription-based over-the-top\n  streaming services operating in Canada, primarily against American-based services.\n  The service features Bell Media original programming, exclusive Canadian access\n  to programming acquired from several U.S. television and streaming services, and\n  various theatrically-released films. Crave's major programming supplier is Warner\n  Bros. Discovery (HBO / Max and Warner Bros. films). Starz, offered in partnership\n  with Lionsgate.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- id: 1\n  input: The CRAVE Accountant 2 2025 2160p CRAV WEB-DL DD+ 5.1 Atmos DV H.265-FLUX\n  expected: true\n- id: 2\n  input: The CRAVE Accountant 2 2025 2160p CRAV WEBRIP DD+ 5.1 Atmos DV H.265-FLUX\n  expected: true\n- id: 3\n  input: The.CRAVE.Accountant.2.2025.2160p.CRAVE.WEBDL.DD+.5.1.Atmos.DV.H.265-FLUX\n  expected: true\n- id: 4\n  input: 'Star Trek: Picard CRAVE S03 2160p CRAV WEB-DL DTS-HD MA 5.1 H.265-FLUX'\n  expected: true\n- id: 5\n  input: 'Star Trek: Picard CRAVE S03 2160p CRAVE WEBRIP DTS-HD MA 5.1 H.265-FLUX'\n  expected: true\n- id: 6\n  input: The.Terminal.List.Dark.CRAVE.S01E04.THE.SOUND.OF.CRAVE.2160p.CRAV.WEB-DL.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n- id: 7\n  input: The.Terminal.List.Dark.CRAVE.S01E04.THE.SOUND.OF.CRAVE.2160p.CRAV.WEBRIP.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n- id: 8\n  input: The.Terminal.List.Dark.CRAVE.S01E04.THE.SOUND.OF.CRAVE.2160p.CRAVE.WEBDL.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n"
  },
  {
    "path": "regex_patterns/Criterion Channel.yml",
    "content": "name: Criterion Channel\npattern: \\b(CRiT)\\b\ndescription: The Criterion Channel is a subscription-based streaming service launched\n  on April 8, 2019, by The Criterion Collection. Available in the United States and\n  Canada, it features a rich library of films, including Criterion Collection releases\n  with special features, curated playlists, temporarily licensed titles, and original\n  content such as academic overviews and introductions. The Channel also showcases\n  Janus-owned titles not yet available on physical media and maintains a collaborative\n  relationship with Warner Bros. Discovery's Max platform. Perfect for cinephiles,\n  the service brings a curated cinematic experience to the digital space.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Wild 90 1968 480p CRiT WEB-DL AAC2 0 x264-AT3N\n  lastRun: '2025-03-29T13:35:14.519621'\n  matchSpan:\n    end: 22\n    start: 18\n  matchedContent: CRiT\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: Night Mother 1986 1080p CRiT WEB-DL AAC2 0 x264-AT3N\n  lastRun: '2025-03-29T13:35:14.519621'\n  matchSpan:\n    end: 28\n    start: 24\n  matchedContent: CRiT\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: Please Speak Continuously and Describe Your Experiences as They Come to You\n    2019 1080p CRIT WEB-DL AAC2 0 x264-SiGLA\n  lastRun: '2025-03-29T13:35:14.519621'\n  matchSpan:\n    end: 91\n    start: 87\n  matchedContent: CRIT\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 4\n  input: John Malkovich in The Music Critic 2021 720p WEB H264-LiQUiD\n  lastRun: '2025-03-29T13:35:14.519621'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Crunchyroll.yml",
    "content": "name: Crunchyroll\npattern: \\b(C(runchy)?[ .-]?R(oll)?)\\b\ndescription: \"Crunchyroll is a popular streaming service focused on anime, manga,\\\n  \\ and Asian entertainment. It offers a large library of animated series and films,\\\n  \\ including both classic titles and new simulcasts straight from Japan, often with\\\n  \\ subtitles soon after they air. Users can watch on demand across devices, and there\\u2019\\\n  s both a free, ad-supported tier and paid premium subscriptions with ad-free viewing\\\n  \\ and early access to episodes.\"\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/CtrlHD.yml",
    "content": "name: CtrlHD\npattern: (?<=^|[\\s.-])CtrlHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/D-Z0N3.yml",
    "content": "name: D-Z0N3\npattern: (?<=^|[\\s.-])D-Z0N3\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/DARKFLiX.yml",
    "content": "name: DARKFLiX\npattern: (?<=^|[\\s.-])DARKFLiX\\b\ndescription: ''\ntags:\n- Release Group\n- HDTV\ntests: []\n"
  },
  {
    "path": "regex_patterns/DEFLATE.yml",
    "content": "name: DEFLATE\npattern: (?<=^|[\\s.-])DEFLATE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/DEPTH.yml",
    "content": "name: DEPTH\npattern: (?<=^|[\\s.-])DEPTH\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/DON.yml",
    "content": "name: DON\npattern: (?<=^|[\\s.-])DON\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/DRX.yml",
    "content": "name: DRX\npattern: (?<=^|[\\s.-])DRX\\b\ndescription: Banned for Non Retail Audio\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/DS4K.yml",
    "content": "name: DS4K\npattern: \\b(DS4K)\\b\ndescription: ''\ntags:\n- Enhancements\ntests:\n- expected: false\n  id: 1\n  input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -\n    r00t QxR)\n  lastRun: '2024-12-17T18:05:24.558038'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 2\n  input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio\n  lastRun: '2024-12-17T18:05:24.558038'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE)\n  lastRun: '2024-12-17T18:05:24.558038'\n  matchSpan:\n    end: 41\n    start: 37\n  matchedContent: H265\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 4\n  input: \"\\t The Batman (2022) 1080p AMZN WEB-DL H265 SDR DDP 5.1 English-DarQ\"\n  lastRun: '2024-12-17T18:05:24.558038'\n  matchSpan:\n    end: 42\n    start: 38\n  matchedContent: H265\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/DTS Basic.yml",
    "content": "name: DTS Basic\npattern: DTS[ .]?[1-9]\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/DTS-ES.yml",
    "content": "name: DTS-ES\npattern: dts[-. ]?es\\b\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/DTS-HD HRA ES.yml",
    "content": "name: DTS-HD HRA ES\npattern: dts[-. ]?(es|(hd[. ]?)?(hr|hi))\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/DTS-HD HRA.yml",
    "content": "name: DTS-HD HRA\npattern: dts[-. ]?(hd[. ]?)?(hra?|hi\\b)\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/DTS-HD MA.yml",
    "content": "name: DTS-HD MA\npattern: \\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\\b|\\d)\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/DTS-X.yml",
    "content": "name: DTS-X\npattern: \\b(dts[-_. :]?x)\\b(?!\\d)\ndescription: ''\ntags:\n- Audio\ntests:\n- expected: true\n  id: 1\n  input: 2 Fast 2 Furious (2003) 2160p MA WEB-DL H265 HDR DTS:X 7.1 English-FLUX\n  lastRun: '2025-01-16T15:29:55.783259'\n  matchSpan:\n    end: 54\n    start: 49\n  matchedContent: DTS:X\n  matchedGroups:\n  - DTS:X\n  passes: true\n- expected: true\n  id: 2\n  input: 2.Fast.2.Furious.2003.2160p.MA.WEB-DL.DTS-X.7.1.H.265-FLUX.mkv\n  lastRun: '2025-01-16T15:29:55.783259'\n  matchSpan:\n    end: 43\n    start: 38\n  matchedContent: DTS-X\n  matchedGroups:\n  - DTS-X\n  passes: true\n"
  },
  {
    "path": "regex_patterns/DTS.yml",
    "content": "name: DTS\npattern: \\bDTS(\\b|\\d)\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/DarQ.yml",
    "content": "name: DarQ\npattern: (?<=^|[\\s.-])DarQ\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/Dariush.yml",
    "content": "name: Dariush\npattern: (?<=^|[\\s.-])Dariush\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/DeViSiVE.yml",
    "content": "name: DeViSiVE\npattern: (?<=^|[\\s.-])DeViSiVE\\b\ndescription: Ban for Mislabeled WEBRip\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Dekinai.yml",
    "content": "name: Dekinai\npattern: (?<=^|[\\s.-])Dekinai\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/DepraveD.yml",
    "content": "name: DepraveD\npattern: (?<=^|[\\s.-])DepraveD\\b\ndescription: Banned for Fake DV/HDR Layer\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/Disney+.yml",
    "content": "name: Disney+\npattern: \\b(dsnp|dsny(p)?|disney\\+)\\s*\\b\ndescription: Disney+ is an American subscription video on-demand over-the-top streaming\n  media service that primarily distributes films and television shows produced by\n  Walt Disney Studios and Disney Television Studios, with dedicated content hubs for\n  Disney's flagship brands; Disney, Pixar, Marvel, Star Wars, National Geographic,\n  ESPN, Hulu and Star.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Star Wars - The Clone Wars (2008) S06 (1080p DSNP WEB-DL H264 SDR DDP 5 1\n    English - HONE)\n  lastRun: '2024-12-03T16:25:40.465487'\n  passes: true\n- expected: true\n  id: 2\n  input: Pupstruction S02E09E10 The Funniest Pup in Petsburg Beddy Bye Build 720p\n    DSNY WEB-DL AAC 2.0 H.264-4f8c4100292\n  lastRun: '2024-12-03T16:25:40.465487'\n  passes: true\n- expected: true\n  id: 3\n  input: Once Upon a Snowman 2020 DSNYP 1080p WEBRip X264 Atmos-EVO\n  lastRun: '2024-12-03T16:25:40.465487'\n  passes: true\n- expected: false\n  id: 4\n  input: How.Disney.Built.America.S01E01.1080p.WEB.h264-EDITH\n  lastRun: '2024-12-03T16:25:40.465487'\n  passes: true\n- expected: true\n  id: 5\n  input: High School Musical - The Musical - The Series S00E01 The Special 2160p HDR\n    Disney+ WEBRip DD+ 5 1 x265-TrollUHD\n  lastRun: '2024-12-03T16:25:40.465487'\n  passes: true\n- expected: true\n  id: 6\n  input: Air Crash Investigation S18 2018 Disney+ WEB-DL 1080p H264 DDP-HDCTV\n  lastRun: '2024-12-03T16:25:40.465487'\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Doki.yml",
    "content": "name: Doki\npattern: (?<=^|[\\s.-])Doki\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Dolby Digital +.yml",
    "content": "name: Dolby Digital +\npattern: \\bDD[P+]|\\b(e[-_. ]?ac3)\\b\ndescription: ''\ntags:\n- Audio\ntests:\n- expected: false\n  id: 1\n  input: Un-Ex You 2025 1080p NF WEB-DL DD 5.1 H.264-FLUX\n  lastRun: '2025-07-13T14:55:44.265163'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: Un-Ex You 2025 1080p NF WEB-DL DD+ 5.1 H.264-FLUX\n  lastRun: '2025-07-13T14:55:44.265163'\n  matchSpan:\n    end: 34\n    start: 31\n  matchedContent: DD+\n  matchedGroups:\n  - null\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Dolby Digital.yml",
    "content": "name: Dolby Digital\npattern: \\bDD[^a-z+]|(?<!e)ac3\ndescription: ''\ntags:\n- Audio\ntests:\n- expected: true\n  id: 1\n  input: Un-Ex You 2025 1080p NF WEB-DL DD 5.1 H.264-FLUX\n  lastRun: '2025-07-13T14:55:08.599617'\n  matchSpan:\n    end: 34\n    start: 31\n  matchedContent: 'DD '\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 2\n  input: Un-Ex You 2025 1080p NF WEB-DL DD+ 5.1 H.264-FLUX\n  lastRun: '2025-07-13T14:55:08.599617'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Dolby Vision (Without Fallback).yml",
    "content": "name: Dolby Vision (Without Fallback)\npattern: (?<=^(?!.*(HDR|HULU|REMUX|BLURAY)).*?)\\b(DV|Dovi|Dolby[- .]?V(ision)?)\\b\ndescription: Matches Dolby Vision when it doesn't come with regular HDR Fallback (A\n  Bluray Remux or a Hulu WEB-DL)\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests:\n- expected: false\n  id: 1\n  input: Barbie.2023.2160p.MA.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265-FLUX\n  lastRun: '2025-06-18T11:54:10.281095'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 2\n  input: \"\\t Barbie (2023) (2160p AMZN WEB-DL Hybrid H265 DV HDR10+ DDP Atmos 5.1\\\n    \\ English - HONE)\"\n  lastRun: '2025-06-18T11:54:10.281095'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: Barbie.2023.2160p.MA.WEB-DL.DDP5.1.Atmos.DV.H.265-FLUX\n  lastRun: '2025-06-18T11:54:10.281095'\n  matchSpan:\n    end: 43\n    start: 41\n  matchedContent: DV\n  matchedGroups:\n  - null\n  - DV\n  - null\n  passes: true\n- expected: true\n  id: 4\n  input: Barbie.2023.2160p.MA.WEB-DL.DDP5.1.Atmos.DV.H.265-FLUX.mkv\n  lastRun: '2025-06-18T11:54:10.281095'\n  matchSpan:\n    end: 43\n    start: 41\n  matchedContent: DV\n  matchedGroups:\n  - null\n  - DV\n  - null\n  passes: true\n- expected: false\n  id: 5\n  input: Killers of the Flower Moon (2023) {tmdb-466420} [iT][WEBDL-2160p][DV HDR10Plus][EAC3\n    Atmos 5.1][h265]-FLUX.mkv\n  lastRun: '2025-06-18T11:54:10.281095'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Dolby Vision.yml",
    "content": "name: Dolby Vision\npattern: \\b(dv(?![ .](HLG|SDR))|dovi|dolby[ .]?vision)\\b\ndescription: Dolby Vision is a high dynamic range (HDR) video format that uses dynamic\n  metadata to deliver enhanced brightness, contrast, and color on a scene-by-scene\n  or frame-by-frame basis, providing superior picture quality. This pattern excludes\n  matches where Dolby Vision is associated with SDR (Standard Dynamic Range) or HLG\n  (Hybrid Log-Gamma), ensuring it focuses on Dolby Vision-specific terms.\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests:\n- expected: true\n  id: 1\n  input: MovieName.2023.4K.DV.HDR.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan:\n    end: 20\n    start: 18\n  matchedContent: DV\n  matchedGroups:\n  - DV\n  - null\n  passes: true\n- expected: true\n  id: 2\n  input: MovieName.2023.4K.Dovi.HDR10+.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan:\n    end: 22\n    start: 18\n  matchedContent: Dovi\n  matchedGroups:\n  - Dovi\n  - null\n  passes: true\n- expected: true\n  id: 3\n  input: MovieName.2023.4K.Dolby.Vision.HDR.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan:\n    end: 30\n    start: 18\n  matchedContent: Dolby.Vision\n  matchedGroups:\n  - Dolby.Vision\n  - null\n  passes: true\n- expected: true\n  id: 4\n  input: MovieName.2023.4K.DolbyVision.HDR10+.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan:\n    end: 29\n    start: 18\n  matchedContent: DolbyVision\n  matchedGroups:\n  - DolbyVision\n  - null\n  passes: true\n- expected: true\n  id: 5\n  input: MovieName.1080p.DV.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan:\n    end: 18\n    start: 16\n  matchedContent: DV\n  matchedGroups:\n  - DV\n  - null\n  passes: true\n- expected: true\n  id: 6\n  input: MovieName.4K.Dolby Vision.IMAX.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan:\n    end: 25\n    start: 13\n  matchedContent: Dolby Vision\n  matchedGroups:\n  - Dolby Vision\n  - null\n  passes: true\n- expected: false\n  id: 7\n  input: MovieName.2023.4K.DV.HLG.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 8\n  input: MovieName.2023.4K.DV.SDR.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 9\n  input: MovieName.4K.DV.SDR.Dovi.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan:\n    end: 24\n    start: 20\n  matchedContent: Dovi\n  matchedGroups:\n  - Dovi\n  - null\n  passes: true\n- expected: true\n  id: 10\n  input: Killers of the Flower Moon (2023) {tmdb-466420} [iT][WEBDL-2160p][DV HDR10Plus][EAC3\n    Atmos 5.1][h265]-FLUX.mkv\n  lastRun: '2025-06-18T11:54:00.452053'\n  matchSpan:\n    end: 68\n    start: 66\n  matchedContent: DV\n  matchedGroups:\n  - DV\n  - null\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Drag.yml",
    "content": "name: Drag\npattern: (?<=^|[\\s.-])Drag\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Dropout TV.yml",
    "content": "name: Dropout TV\npattern: \\b(DRPO)\\b\ndescription: Dropout is an American comedy subscription streaming service run by the\n  production company of the same name (formerly CollegeHumor), founded in September\n  2018. Its ad-free original shows are mainly composed of live play, such as Dimension\n  20 hosted by Brennan Lee Mulligan, and improv comedy and panel shows like Game Changer,\n  Make Some Noise (both hosted by Dropout owner and CEO Sam Reich), and Very Important\n  People hosted by Vic Michaelis. Dropout's series often feature a rotating cast of\n  regular comedians and performers.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- id: 1\n  input: Palmer.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-EVO.mkv\n  expected: true\n- id: 2\n  input: Fathom.1080p.APTV.WEB-DL.DDP5.1.Atmos.H.264-CMRG.mkv\n  expected: true\n- id: 3\n  input: You.Are.the.Apple.of.My.Eye.2011.720p.BluRay.DD5.1.x264-EbP.mkv\n  expected: false\n- id: 4\n  input: Men in Black 1997 2160p Apple TV+ WEB-DL DDP 5 1 Atmos DV H 265-CHDWEB\n  expected: true\n"
  },
  {
    "path": "regex_patterns/Dual Audio.yml",
    "content": "name: Dual Audio\npattern: \\b((multi[^a-zA-Z]*)|(dual[\\s.-](audio|complete)))\\b\ndescription: Matches releases with Dual Audio; Media releases that contain two language\n  tracks - typically the original language (such as Japanese) along with an English\n  dub, allowing viewers to switch between either audio track while watching the same\n  video content.\ntags: []\ntests:\n- expected: true\n  id: 1\n  input: \"\\t The.Hunger.Games.2012.MULTi.1080p.BluRay.DTS.HD.MA.x264-HeavyWeight\"\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan:\n    end: 30\n    start: 24\n  matchedContent: MULTi.\n  matchedGroups:\n  - MULTi.\n  - MULTi.\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 2\n  input: The.Hunger.Games.2012.1080p.AMZN.WEB-DL.Multi.DDP5.1.H.264-DHRUB_DXD\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan:\n    end: 46\n    start: 40\n  matchedContent: Multi.\n  matchedGroups:\n  - Multi.\n  - Multi.\n  - null\n  - null\n  passes: true\n- expected: false\n  id: 3\n  input: 'We Don''t Die, We Multiply: The Robin Harris Story'\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 4\n  input: Cyberpunk 2077 Phantom Liberty MULTi19 v2 2 DINOByTES\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan:\n    end: 39\n    start: 31\n  matchedContent: 'MULTi19 '\n  matchedGroups:\n  - 'MULTi19 '\n  - 'MULTi19 '\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 5\n  input: Attack on Titan S04 2020 1080p USA Blu-ray AVC TrueHD 5.1 Dual Audio -ZR-\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan:\n    end: 68\n    start: 58\n  matchedContent: Dual Audio\n  matchedGroups:\n  - Dual Audio\n  - null\n  - Dual Audio\n  - Audio\n  passes: true\n- expected: true\n  id: 6\n  input: DanMachi Sword Oratoria Vol 01-04 2017 ANiME DUAL COMPLETE BLURAY-iFPD\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan:\n    end: 58\n    start: 45\n  matchedContent: DUAL COMPLETE\n  matchedGroups:\n  - DUAL COMPLETE\n  - null\n  - DUAL COMPLETE\n  - COMPLETE\n  passes: true\n- expected: true\n  id: 7\n  input: Bleach.S12.1080p.BluRay.REMUX.AVC.Dual-Audio.DTS-HD.MA.2.0-ZR-\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan:\n    end: 44\n    start: 34\n  matchedContent: Dual-Audio\n  matchedGroups:\n  - Dual-Audio\n  - null\n  - Dual-Audio\n  - Audio\n  passes: true\n- expected: false\n  id: 8\n  input: Dual.2022.1080p.BluRay.DDP5.1.x264-iFT.mkv\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 9\n  input: uality.A.Graffiti.Story.2022.1080p.WEB.H264-AEROHOLiCS.mkv\n  lastRun: '2024-12-18T11:58:49.979470'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/E.N.D.yml",
    "content": "name: E.N.D\npattern: (?<=^|[\\s.-])E.N.D\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/E.yml",
    "content": "name: E\npattern: (?<=^|[\\s.-])E\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/E1.yml",
    "content": "name: E1\npattern: (?<=^|[\\s.-])E1\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/EA.yml",
    "content": "name: EA\npattern: (?<=^|[\\s.-])EA\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/EDPH.yml",
    "content": "name: EDPH\npattern: (?<=^|[\\s.-])EDPH\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/ELiTE.yml",
    "content": "name: ELiTE\npattern: (?<=^|[\\s.-])ELiTE\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/EMERALD.yml",
    "content": "name: EMERALD\npattern: (?<=^|[\\s.-])EMERALD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/EPSiLON.yml",
    "content": "name: EPSiLON\npattern: (?<=^|[\\s.-])EPSiLON\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/ESiR.yml",
    "content": "name: ESiR\npattern: (?<=^|[\\s.-])ESiR\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/EVO.yml",
    "content": "name: EVO\npattern: (?<=^|[\\s.-])EVO\\b\ndescription: 'iPT Internal known for releasing pre-releases before anyone else. Also\n  releases encodes of varying quality. '\ntags:\n- Release Group\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Aisha 2022 1080p WEB-DL DDP5 1 H 264-EVO\n  lastRun: '2024-12-06T05:54:51.925977'\n  matchSpan:\n    end: 40\n    start: 37\n  matchedContent: EVO\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: 'Dune AKA Dune: Part One 2021 1080p EUR Blu-ray AVC TrueHD 7.1 Atmos-EVO'\n  lastRun: '2024-12-06T05:54:51.925977'\n  matchSpan:\n    end: 71\n    start: 68\n  matchedContent: EVO\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/EXCiSION.yml",
    "content": "name: EXCiSION\npattern: (?<=^|[\\s.-])EXCiSION\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/EXP.yml",
    "content": "name: EXP\npattern: (?<=^|[\\s.-])EXP\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/EbP.yml",
    "content": "name: EbP\npattern: (?<=^|[\\s.-])EbP\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Erai-Raws.yml",
    "content": "name: Erai-Raws\npattern: (?<=^|[\\s.-])Erai-Raws\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/EuReKA.yml",
    "content": "name: EuReKA\npattern: (?<=^|[\\s.-])EuReKA\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Exiled-Destiny.yml",
    "content": "name: Exiled-Destiny\npattern: (?<=^|[\\s.-])Exiled-Destiny\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Extended Clip.yml",
    "content": "name: Extended Clip\npattern: \\b(extended.?clip)\\b\ndescription: Matches preview releases labelled as `Extended Clip`\ntags:\n- Preview\n- Banned\ntests:\n- expected: true\n  id: 1\n  input: Killers Of The Flower Moon 2023 Extended Clip 1080p AMZN WEB-DL DDP 5.1 H\n    264-FLUX\n  lastRun: '2025-02-25T22:09:00.135768'\n  matchSpan:\n    end: 45\n    start: 32\n  matchedContent: Extended Clip\n  matchedGroups:\n  - Extended Clip\n  passes: true\n- expected: true\n  id: 2\n  input: Killers.of.The.Flower.Moon.2023.Extended.Clip.1080p.AMZN.WEB-DL.DDP5.1.H.264-FLUX\n  lastRun: '2025-02-25T22:09:00.135768'\n  matchSpan:\n    end: 45\n    start: 32\n  matchedContent: Extended.Clip\n  matchedGroups:\n  - Extended.Clip\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Extras.yml",
    "content": "name: Extras\npattern: (?i)(?<=\\b[12]\\d{3}\\b).*(\\b|\\.)\\b(Extras?|Bonus|Extended[ ._-]Clip|Special\n  Feature[s]?)\\b\ndescription: Extras, Special Features, Featurettes, etc\ntags:\n- Banned\ntests:\n- expected: false\n  id: 1\n  input: E.T..el.ExtraTerrestre.30.Aniversario.1982.mHD.10Bits.1080p.BluRay.DD5.1.HEVC-TMd.mkv\n  lastRun: '2025-02-07T06:19:53.936128'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/FFF.yml",
    "content": "name: FFF\npattern: (?<=^|[\\s.-])FFF\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/FGT.yml",
    "content": "name: FGT\npattern: (?<=^|[\\s.-])FGT\\b\ndescription: Banned for Retagging\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/FLAC.yml",
    "content": "name: FLAC\npattern: \\bFLAC(\\b|\\d)\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/FLAME.yml",
    "content": "name: FLAME\npattern: (?<=^|[\\s.-])FLAME\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/FLUX.yml",
    "content": "name: FLUX\npattern: (?<=^|[\\s.-])FLUX\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Final8.yml",
    "content": "name: Final8\npattern: (?<=^|[\\s.-])Final8\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Flights.yml",
    "content": "name: Flights\npattern: (?<=^|[\\s.-])Flights\\b\ndescription: Banned for Fake DV/HDR Layer\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/Flugel.yml",
    "content": "name: Flugel\npattern: (?<=^|[\\s.-])Flugel\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/FoRM.yml",
    "content": "name: FoRM\npattern: (?<=^|[\\s.-])FoRM\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/FraMeSToR.yml",
    "content": "name: FraMeSToR\npattern: (?<=^|[\\s.-])FraMeSToR\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/Full Disc.yml",
    "content": "name: Full Disc\npattern: ^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|MKV|XviD|WMV|d3g|BDREMUX|REMUX|^(?=.*1080p)(?=.*HEVC)|[xh][-_.\n  ]?26[45]|German.*DL|((?<=\\d{4}).*German.*(DL)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_.\n  ]?2)\\b))\\b)(((?=.*\\b(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_.\n  ]?2|BDMV|ISO)\\b))|^((?=.*\\b(^((?=.*\\b((.*_)?COMPLETE.*|Dis[ck])\\b)(?=.*(Blu[-_.\n  ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_.\n  ]?(25|50|66|100|ISO)))))))).*|(?i)(DVD9|DVD5|NTSC|PAL|VOB IFO|VC-1|AVC|MPEG-2|\\bCOMPLETE[-.\\s]?(?:UHD[-.\\s])?BLU[-.\\s]?RAY\\b|\\bCOMPLETE\n  BLURAY\\b|\\bBR-Disk\\b)\ndescription: A Full Disc release refers to a complete copy of a physical media disc,\n  such as a DVD or Blu-ray, preserving all original content including menus, bonus\n  features, and multiple audio or subtitle tracks. Unlike compressed or re-encoded\n  formats, Full Disc files maintain the full structure and quality of the original\n  disc, often stored as ISO files or folders like BDMV for Blu-rays. These releases\n  are ideal for users seeking an authentic, unaltered experience identical to using\n  the physical disc.\ntags:\n- Storage\ntests:\n- expected: true\n  id: 1\n  input: Bleach.S14.NTSC.DVD.LPCM2.0-NOGRP\n  lastRun: '2024-12-08T22:54:52.791014'\n  matchSpan:\n    end: 15\n    start: 11\n  matchedContent: NTSC\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - NTSC\n  passes: true\n- expected: true\n  id: 2\n  input: \"The Prisoner 2009 S01 1080i Blu-ray AVC DTS-HD MA 5.1-CultFilms\\u2122\"\n  lastRun: '2024-12-08T22:54:52.791014'\n  matchSpan:\n    end: 64\n    start: 0\n  matchedContent: \"The Prisoner 2009 S01 1080i Blu-ray AVC DTS-HD MA 5.1-CultFilms\\u2122\"\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - ''\n  - ''\n  - Blu-ray\n  - AVC\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 3\n  input: Scissor.Penis.2018.1080i.Blu-ray.AVC.DTS-HD.MA.2.0\n  lastRun: '2024-12-08T22:54:52.791014'\n  matchSpan:\n    end: 50\n    start: 0\n  matchedContent: Scissor.Penis.2018.1080i.Blu-ray.AVC.DTS-HD.MA.2.0\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - ''\n  - ''\n  - Blu-ray\n  - AVC\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 4\n  input: \"Heaven's Prisoners 1996 1080p AUS Blu-ray AVC LPCM 2.0-CultFilms\\u2122\"\n  lastRun: '2024-12-08T22:54:52.791014'\n  matchSpan:\n    end: 65\n    start: 0\n  matchedContent: \"Heaven's Prisoners 1996 1080p AUS Blu-ray AVC LPCM 2.0-CultFilms\\u2122\"\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - ''\n  - ''\n  - Blu-ray\n  - AVC\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 5\n  input: Hors-saison.2024.VOF.1080p.FRA.BluRay.AVC.DTS-HD.MA.5.1-RyanHG\n  lastRun: '2024-12-08T22:54:52.791014'\n  matchSpan:\n    end: 62\n    start: 0\n  matchedContent: Hors-saison.2024.VOF.1080p.FRA.BluRay.AVC.DTS-HD.MA.5.1-RyanHG\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - ''\n  - ''\n  - BluRay\n  - AVC\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 6\n  input: El.Aviso.2018.SPANiSH.COMPLETE.BLURAY-CEBCOM\n  lastRun: '2024-12-08T22:54:52.791014'\n  matchSpan:\n    end: 44\n    start: 0\n  matchedContent: El.Aviso.2018.SPANiSH.COMPLETE.BLURAY-CEBCOM\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - ''\n  - null\n  - null\n  - null\n  - ''\n  - ''\n  - ''\n  - COMPLETE.BLURAY-CEBCOM\n  - null\n  - BLURAY\n  - null\n  - null\n  - null\n  - null\n  - null\n  passes: true\n"
  },
  {
    "path": "regex_patterns/GALAXY.yml",
    "content": "name: GALAXY\npattern: (?<=^|[\\s.-])GALAXY\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/GALVANiZE.yml",
    "content": "name: GALVANiZE\npattern: (?<=^|[\\s.-])GALVANiZE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/GNOME.yml",
    "content": "name: GNOME\npattern: (?<=^|[\\s.-])GNOME\\b\ndescription: Matches \"GNOME\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/GRiMM.yml",
    "content": "name: GRiMM\npattern: (?<=^|[\\s.-])GRiMM\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/GS88.yml",
    "content": "name: GS88\npattern: (?<=^|[\\s.-])GS88\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/GUHZER.yml",
    "content": "name: GUHZER\npattern: (?<=^|[\\s.-])GUHZER\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Geek.yml",
    "content": "name: Geek\npattern: (?<=^|[\\s.-])Geek\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/German DL.yml",
    "content": "name: German DL\npattern: \\b(GERMAN[ ._-][DM]L)\\b\ndescription: ''\ntags: []\ntests: []\n"
  },
  {
    "path": "regex_patterns/Golden Popcorn Negation.yml",
    "content": "name: Golden Popcorn Negation\npattern: (?<=^|[\\s.-])(AJP69|ATELiER|BMF|BSTD|BV|c0kE|Chotab|CJ|coffee|CRiSC|CRX|CtrlHD|Dariush|de[42]|decibel|DON|D-Z0N3|E.N.D|E1|EDPH|EbP|ESiR|EuReKA|EXCiSION|FoRM|FraMeSToR|GALAXY|Geek|GS88|HANDJOB|hdalx|HDC|HDMaNiAcS|HiDt|HiFi|HiP|HQMUX|IDE|iFT|iON|Ivandro|KASHMiR|Kitsune|KnG|LEGi0N|LiNG|LolHD|LoRD|luvBB|MaG|MTeam|NCmt|NiBuRu|NiP|nmd|NTb|NyHD|ORiGEN|P0W4HD|Penumbra|playHD|Positive|PTer|PTP|REBORN|RiCO|rightSIZE|RO|ROCiNANTE|rttr|SA89|SaNcTi|SbR|SiMPLE|Skazhutin|Slappy|SoLaR|SOP|SPHD|TayTo|TBB|TDD|TeamSyndicate|ThD|TnP|VLAD|VietHD|W4NK3R|WiKi|WiLDCAT|WiLF|WMING|xander|ZIMBO|ZoroSenpai|ZQ)\\b\ndescription: Match release groups who should not be categorized as UHD Bluray\ntags: []\ntests: []\n"
  },
  {
    "path": "regex_patterns/Google TV Rename.yml",
    "content": "name: Google TV Rename\npattern: \\[(PLAY)\\b|\\b(PLAY)\\]\ndescription: Google TV, formerly known as Google Play Movies & TV, is a digital distribution\n  service for movies and television series developed by Google. Launched in 2011 as\n  part of the Google Play product line, the service offers search and discovery of\n  video titles across multiple streaming services, including rental or purchase options,\n  alongside watchlist features for accessing titles from eligible devices and platforms.\n  In September 2020, it was relaunched as Google TV.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Google TV.yml",
    "content": "name: Google TV\npattern: \\b(PLAY)\\b[ ._-]web[ ._-]?(dl|rip)?\\b\ndescription: Google TV, formerly known as Google Play Movies & TV, is a digital distribution\n  service for movies and television series developed by Google. Launched in 2011 as\n  part of the Google Play product line, the service offers search and discovery of\n  video titles across multiple streaming services, including rental or purchase options,\n  alongside watchlist features for accessing titles from eligible devices and platforms.\n  In September 2020, it was relaunched as Google TV.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/HANDJOB.yml",
    "content": "name: HANDJOB\npattern: (?<=^|[\\s.-])HANDJOB\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\n- DVD\ntests: []\n"
  },
  {
    "path": "regex_patterns/HBO Max.yml",
    "content": "name: HBO Max\npattern: \\b(?:HMAX|HBOM|(?:HBO[ ._-]?MAX)(?=\\s*.(?:WEB-?DL|WEBRIP)))\\b\ndescription: HBO Max is an American subscription video-on-demand streaming service\n  that offers a range of original programming and content from WarnerMedia's vast\n  library, encompassing brands such as Warner Bros., CNN, Cartoon Network, TBS, and\n  Turner Classic Movies. In mid-to-late 2023, HBO Max underwent a rebranding to \"Max\".\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- id: 1\n  input: The Many Saints of Newark 2021 1080p HBOMAX WEBRiP x264 WAV-CREATiVE24\n  expected: true\n- id: 2\n  input: Looney Tunes Cartoons S04 1080p HBOM WEB-DL DD5.1 H.264-NTb\n  expected: true\n- id: 3\n  input: 12 oz Mouse S01 1080p HBOMax WEB-DL DDP2 x264-Mr Lahey\n  expected: true\n- id: 4\n  input: Silicon Valley S01 1080p HMAX WEB-DL DD5 1 H 264-PHOENiX\n  expected: true\n- id: 5\n  input: A Discovery of Witches S03 1080p HBO WEB-DL AAC 2.0 H.264\n  expected: false\n- id: 6\n  input: The Yin Yang Master Zero 2024 1080p BluRay REMUX AVC DTS-HD MA 7 1-HBO\n  expected: false\n"
  },
  {
    "path": "regex_patterns/HDC.yml",
    "content": "name: HDC\npattern: (?<=^|[\\s.-])HDC\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HDChina.yml",
    "content": "name: HDChina\npattern: (?<=^|[\\s.-])HDChina\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HDMaNiAcS.yml",
    "content": "name: HDMaNiAcS\npattern: (?<=^|[\\s.-])HDMaNiAcS\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HDR.yml",
    "content": "name: HDR\npattern: \\b(HDR)\\b\ndescription: 'This regex matches a `HDR` generalisation. This can be HDR10, HDR10+,\n  etc. '\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests:\n- expected: true\n  id: 2\n  input: HDR+\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan:\n    end: 3\n    start: 0\n  matchedContent: HDR\n  matchedGroups:\n  - HDR\n  passes: true\n- expected: false\n  id: 3\n  input: HDR10\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 4\n  input: HDR10+\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 8\n  input: HDR10\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 9\n  input: Barbie (2023) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR TrueHD Atmos 7.1\n    English-FraMeSToR\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan:\n    end: 55\n    start: 52\n  matchedContent: HDR\n  matchedGroups:\n  - HDR\n  passes: true\n- expected: true\n  id: 10\n  input: Game of Thrones (2011) S06 2160p UHD BluRay REMUX HEVC DV HDR TrueHD Atmos\n    7.1 English-FraMeSToR\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan:\n    end: 61\n    start: 58\n  matchedContent: HDR\n  matchedGroups:\n  - HDR\n  passes: true\n- expected: false\n  id: 11\n  input: Liu lang di qiu 2 AKA The Wandering Earth II 2023 2160p CHN UHD Blu-ray DoVi\n    HDR10 HEVC TrueHD 7.1 Atmos-ANKO\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 12\n  input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD\n    Atmos 7.1 English-WiLDCAT\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 13\n  input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10P TrueHD\n    Atmos 7.1 English-WiLDCAT\n  lastRun: '2025-04-03T04:14:14.836165'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/HDR10 (Missing Groups).yml",
    "content": "name: HDR10 (Missing Groups)\npattern: \\b(3L|CiNEPHiLES|c0kE|EDV|ElNeekster|FraMeSToR|HDH|HQMUX|Kenobi|mimic|NTb|playBD|RYU|SiCFoI|STRiKES|TekMUX|TRiToN|W4NK3R)\\b\ndescription: Matches groups who mislabel HDR10\ntags:\n- Release Group\n- HDR\ntests:\n- expected: true\n  id: 1\n  input: Loki S01 2023 2160p UHD Blu-ray Remux HEVC TrueHD 7 1 Atmos-HDS\n  lastRun: '2025-01-12T01:22:17.490763'\n  matchSpan:\n    end: 63\n    start: 60\n  matchedContent: HDS\n  matchedGroups:\n  - HDS\n  - null\n  passes: true\n- expected: true\n  id: 2\n  input: \"\\t Loki S01 REPACK UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC HYBRID REMUX-FraMeSToR\"\n  lastRun: '2025-01-12T01:22:17.490763'\n  matchSpan:\n    end: 82\n    start: 73\n  matchedContent: FraMeSToR\n  matchedGroups:\n  - FraMeSToR\n  - null\n  passes: true\n- expected: true\n  id: 3\n  input: Alien Romulus 2024 BluRay 2160p UHD REMUX HEVC (10bit) DV Atmos DTS-HD MA\n    7 1-Aisha@RFX\n  lastRun: '2025-01-12T01:22:17.490763'\n  matchSpan:\n    end: 87\n    start: 78\n  matchedContent: Aisha@RFX\n  matchedGroups:\n  - Aisha@RFX\n  - '@RFX'\n  passes: true\n"
  },
  {
    "path": "regex_patterns/HDR10 (Negation).yml",
    "content": "name: HDR10 (Negation)\npattern: (?<=^|[\\s.-])BHDStudio\\b\ndescription: Matches groups who mislabel HDR10\ntags:\n- Release Group\n- HDR\ntests:\n- id: 1\n  input: Loki S01 2023 2160p UHD Blu-ray Remux HEVC TrueHD 7 1 Atmos-HDS\n  expected: true\n- id: 2\n  input: \"\\t Loki S01 REPACK UHD BluRay 2160p TrueHD Atmos 7.1 DV HEVC HYBRID REMUX-FraMeSToR\"\n  expected: true\n- id: 3\n  input: Alien Romulus 2024 BluRay 2160p UHD REMUX HEVC (10bit) DV Atmos DTS-HD MA\n    7 1-Aisha@RFX\n  expected: true\n"
  },
  {
    "path": "regex_patterns/HDR10+.yml",
    "content": "name: HDR10+\npattern: \\bHDR10.?(\\+|P(lus)?\\b)\ndescription: This regex matches `HDR10` when followed by either a plus sign `+`, `P`,\n  or `Plus`\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests:\n- expected: false\n  id: 1\n  input: HDR\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 2\n  input: HDR+\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 3\n  input: HDR10\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 4\n  input: HDR10+\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan:\n    end: 6\n    start: 0\n  matchedContent: HDR10+\n  matchedGroups:\n  - +\n  - null\n  passes: true\n- expected: false\n  id: 5\n  input: HLG HDR\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 6\n  input: SDR HDR\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 7\n  input: PQ HDR\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 8\n  input: HDR10P\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan:\n    end: 6\n    start: 0\n  matchedContent: HDR10P\n  matchedGroups:\n  - P\n  - null\n  passes: true\n- expected: true\n  id: 9\n  input: HDR10Plus\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan:\n    end: 9\n    start: 0\n  matchedContent: HDR10Plus\n  matchedGroups:\n  - Plus\n  - lus\n  passes: true\n- expected: true\n  id: 10\n  input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD\n    Atmos 7.1 English-WiLDCAT\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan:\n    end: 68\n    start: 62\n  matchedContent: HDR10+\n  matchedGroups:\n  - +\n  - null\n  passes: true\n- expected: true\n  id: 11\n  input: La Maison S01 REPACK 2160p ATVP WEB-DL Dual-Audio DD+ 5.1 Atmos DV HDR10+\n    H.265-Kitsune\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan:\n    end: 73\n    start: 67\n  matchedContent: HDR10+\n  matchedGroups:\n  - +\n  - null\n  passes: true\n- expected: false\n  id: 12\n  input: Liu lang di qiu 2 AKA The Wandering Earth II 2023 2160p CHN UHD Blu-ray DoVi\n    HDR10 HEVC TrueHD 7.1 Atmos-ANKO\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 13\n  input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10 Plus\n    TrueHD Atmos 7.1 English-WiLDCAT\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan:\n    end: 72\n    start: 62\n  matchedContent: HDR10 Plus\n  matchedGroups:\n  - Plus\n  - lus\n  passes: true\n- expected: true\n  id: 14\n  input: Killers of the Flower Moon (2023) {tmdb-466420} [iT][WEBDL-2160p][DV HDR10Plus][EAC3\n    Atmos 5.1][h265]-FLUX.mkv\n  lastRun: '2025-06-18T11:53:45.281996'\n  matchSpan:\n    end: 78\n    start: 69\n  matchedContent: HDR10Plus\n  matchedGroups:\n  - Plus\n  - lus\n  passes: true\n"
  },
  {
    "path": "regex_patterns/HDR10.yml",
    "content": "name: HDR10\npattern: \\bHDR10(?!\\+|Plus)\\b\ndescription: 'This regex matches `HDR10` only when it *is not* followed by any HDR\n  format specifiers like `+`, or `Plus`. '\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests:\n- expected: false\n  id: 2\n  input: HDR+\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: HDR10\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan:\n    end: 5\n    start: 0\n  matchedContent: HDR10\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 4\n  input: HDR10+\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 5\n  input: HLG HDR\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 6\n  input: SDR HDR\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 7\n  input: PQ HDR\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 8\n  input: HDR10\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan:\n    end: 5\n    start: 0\n  matchedContent: HDR10\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 9\n  input: Barbie (2023) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR TrueHD Atmos 7.1\n    English-FraMeSToR\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 10\n  input: Game of Thrones (2011) S06 2160p UHD BluRay REMUX HEVC DV HDR TrueHD Atmos\n    7.1 English-FraMeSToR\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 11\n  input: Liu lang di qiu 2 AKA The Wandering Earth II 2023 2160p CHN UHD Blu-ray DoVi\n    HDR10 HEVC TrueHD 7.1 Atmos-ANKO\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan:\n    end: 82\n    start: 77\n  matchedContent: HDR10\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 12\n  input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD\n    Atmos 7.1 English-WiLDCAT\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 13\n  input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10P TrueHD\n    Atmos 7.1 English-WiLDCAT\n  lastRun: '2025-04-02T20:01:38.732592'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/HDS.yml",
    "content": "name: HDS\npattern: (?<=^|[\\s.-])HDS\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HDTV.yml",
    "content": "name: HDTV\npattern: \\b(HDTV)\\b\ndescription: ''\ntags:\n- Enhancements\ntests:\n- id: 1\n  input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -\n    r00t QxR)\n  expected: false\n- id: 2\n  input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio\n  expected: false\n- id: 3\n  input: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE)\n  expected: true\n- id: 4\n  input: \"\\t The Batman (2022) 1080p AMZN WEB-DL H265 SDR DDP 5.1 English-DarQ\"\n  expected: true\n"
  },
  {
    "path": "regex_patterns/HDmux.yml",
    "content": "name: HDmux\npattern: (?<=^|[\\s.-])HDmux\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HEVC.yml",
    "content": "name: HEVC\npattern: '[xh][ ._-]?265|\\bHEVC(\\b|\\d)'\ndescription: 'An open source encoder that produces HEVC videos. '\ntags:\n- Encoder\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: Ballerina 2025 2160p iT WEB-DL DD+ 5.1 Atmos DV HDR10+ H.265-BYNDR\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan:\n    end: 60\n    start: 55\n  matchedContent: H.265\n  matchedGroups:\n  - null\n  passes: true\n- expected: true\n  id: 2\n  input: 'The Lord Of The Rings: The Two Towers 2002 Extended Edition 2160p UHD BluRay\n    TrueHD 7.1 DV HDR x265-DON'\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan:\n    end: 99\n    start: 95\n  matchedContent: x265\n  matchedGroups:\n  - null\n  passes: true\n- expected: true\n  id: 3\n  input: Suspiria 2018 2160p UHD BluRay REMUX HDR HEVC TrueHD 7.1 Atmos-BLURANiUM\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan:\n    end: 45\n    start: 41\n  matchedContent: HEVC\n  matchedGroups:\n  - ''\n  passes: true\n- expected: false\n  id: 4\n  input: Ballerina 2025 1080p AMZN WEB-DL DD+ 5.1 Atmos H.264-BYNDR\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 5\n  input: Thunderbolts* 2025 Hybrid 1080p BluRay DD+ 7.1 x264-ZoroSenpai\n  lastRun: '2025-07-24T17:37:44.747485'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/HHWEB.yml",
    "content": "name: HHWEB\npattern: (?<=^|[\\s.-])HHWEB\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/HLG.yml",
    "content": "name: HLG\npattern: \\b(HLG)\\b\ndescription: This regex matches a `HLG` generalisation. This is a basic HDR Format.\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests: []\n"
  },
  {
    "path": "regex_patterns/HODL.yml",
    "content": "name: HODL\npattern: (?<=^|[\\s.-])HODL\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/HONE.yml",
    "content": "name: HONE\npattern: (?<=^|[\\s.-])HONE\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/HQMUX.yml",
    "content": "name: HQMUX\npattern: (?<=^|[\\s.-])HQMUX\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HaB.yml",
    "content": "name: HaB\npattern: (?<=^|[\\s.-])HaB\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Hares.yml",
    "content": "name: Hares\npattern: (?<=^|[\\s.-])Hares\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Headpatter.yml",
    "content": "name: Headpatter\npattern: (?<=^|[\\s.-])Headpatter\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/HiDt.yml",
    "content": "name: HiDt\npattern: (?<=^|[\\s.-])HiDt\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HiFi.yml",
    "content": "name: HiFi\npattern: (?<=^|[\\s.-])HiFi\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HiP.yml",
    "content": "name: HiP\npattern: (?<=^|[\\s.-])HiP\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Holomux.yml",
    "content": "name: Holomux\npattern: (?<=^|[\\s.-])Holomux\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Honeyvera.yml",
    "content": "name: Honeyvera\npattern: (?<=^|[\\s.-])Honeyvera\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/HorribleSubs.yml",
    "content": "name: HorribleSubs\npattern: (?<=^|[\\s.-])HorribleSubs\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Hotstar.yml",
    "content": "name: Hotstar\npattern: \\b(HTSR)\\b\ndescription: Disney+ Hotstar, also known as JioHotstar or simply Hotstar, is an Indian\n  subscription video-on-demand over-the-top streaming service owned by Disney Star.\n  The brand was introduced as Hotstar for a streaming service carrying content from\n  Disney Star's (formerly Star India) local networks, including films, television\n  series, live sports, and original programming, as well as featuring content licensed\n  from third parties such as Showtime among others.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Hulu.yml",
    "content": "name: Hulu\npattern: \\b(Hulu)\\b\ndescription: Hulu, an American subscription streaming service owned by Disney, offers\n  recent TV episodes, full seasons of shows, original content, and live TV channels.\n  As of December 2023, Hulu content is being integrated into Disney+, making its library\n  accessible to Disney+ subscribers.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Agent Recon 2024 1080p HULU WEB-DL DDP 5 1 H 264-PiRaTeS\n  lastRun: '2024-12-06T05:28:53.151608'\n  matchSpan:\n    end: 27\n    start: 23\n  matchedContent: HULU\n  matchedGroups:\n  - HULU\n  passes: true\n- expected: true\n  id: 2\n  input: Gullivers Travels 2010 1080p HULU WEB-DL DDP 5 1 H 264-PiRaTeS\n  lastRun: '2024-12-06T05:28:53.151608'\n  matchSpan:\n    end: 33\n    start: 29\n  matchedContent: HULU\n  matchedGroups:\n  - HULU\n  passes: true\n"
  },
  {
    "path": "regex_patterns/HypStu.yml",
    "content": "name: HypStu\npattern: (?<=^|[\\s.-])HypStu\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/IAMABLE.yml",
    "content": "name: IAMABLE\npattern: (?<=^|[\\s.-])IAMABLE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/IDE.yml",
    "content": "name: IDE\npattern: (?<=^|[\\s.-])IDE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/IK.yml",
    "content": "name: IK\npattern: (?<=^|[\\s.-])IK\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/IMAX Enhanced.yml",
    "content": "name: IMAX Enhanced\npattern: ^(?=.*\\b((DSNP|Disney\\+|BC|B?CORE)(?=.?web.?(dl|rip)\\b)))(?=.*\\b((?<!NON.?)IMAX(.?Enhanced)?)\\b)\ndescription: 'Matches IMAX releases from specific digital sources.\n\n\n  - Checks for WEBs from `Disney+` or `Bravia Core`\n\n  - Ensures \"IMAX\" appears (with optional \"Enhanced\" suffix) but not when preceded\n  by \"NON\"'\ntags:\n- Enhancement\n- Aspect Ratio\ntests:\n- expected: false\n  id: 1\n  input: A.Writers.Odyssey.2021.1080p.IMAX.BluRay.REMUX.AVC.TrueHD.7.1.Atmos-BELGiAN.mkv\n  lastRun: '2025-02-25T22:06:39.145915'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 2\n  input: Transformers Age Of Extinction 2014 NON-IMAX BluRay 1080p DTS AC3 x264-MgB\n  lastRun: '2025-02-25T22:06:39.145915'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 3\n  input: Thor Ragnarok 2017 IMAX Enhanced 1080p HFR WEB-DL HDR10 HEVC 10bit DDP 5\n    1-Robo29\n  lastRun: '2025-02-25T22:06:39.145915'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 4\n  input: Oppenheimer (2023) 2160p (UHD BluRay Enhanced IMAX HDR10Plus DoVi HEVC 10Bit\n    TrueHD 5 1Ch and DTS-HD MA 5 1Ch)-ShieldBearer\n  lastRun: '2025-02-25T22:06:39.145915'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 5\n  input: Thor Ragnarok 2017 IMAX Enhanced 1080p DSNP WEB-DL HDR10 HEVC 10bit DDP 5\n    1-Robo29\n  lastRun: '2025-02-25T22:06:39.145915'\n  matchSpan:\n    end: 0\n    start: 0\n  matchedContent: ''\n  matchedGroups:\n  - DSNP\n  - DSNP\n  - DL\n  - IMAX Enhanced\n  - ' Enhanced'\n  passes: true\n- expected: true\n  id: 6\n  input: Thor Ragnarok 2017 IMAX 1080p DSNP WEB-DL HDR10 HEVC 10bit DDP 5 1-Robo29\n  lastRun: '2025-02-25T22:06:39.145915'\n  matchSpan:\n    end: 0\n    start: 0\n  matchedContent: ''\n  matchedGroups:\n  - DSNP\n  - DSNP\n  - DL\n  - IMAX\n  - null\n  passes: true\n- expected: false\n  id: 7\n  input: Thor Ragnarok 2017 IMAX Enhanced 1080p WEB-DL HDR10 HEVC 10bit DDP 5 1-Robo29\n  lastRun: '2025-02-25T22:06:39.145915'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/IMAX.yml",
    "content": "name: IMAX\npattern: \\b((?<!NON.?)IMAX)\\b\ndescription: 'Matches any IMAX release. This includes:\n\n  - Any movie shot with IMAX in mind and henceforth tagged as `IMAX`\n\n  - IMAX Enchanced digital releases found on `Disney + / Bravia Core`'\ntags:\n- Enhancement\n- Aspect Ratio\ntests:\n- expected: true\n  id: 1\n  input: A.Writers.Odyssey.2021.1080p.IMAX.BluRay.REMUX.AVC.TrueHD.7.1.Atmos-BELGiAN.mkv\n  lastRun: '2025-02-25T22:05:56.005325'\n  matchSpan:\n    end: 33\n    start: 29\n  matchedContent: IMAX\n  matchedGroups:\n  - IMAX\n  passes: true\n- expected: false\n  id: 2\n  input: Transformers Age Of Extinction 2014 NON-IMAX BluRay 1080p DTS AC3 x264-MgB\n  lastRun: '2025-02-25T22:05:56.005325'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: Thor Ragnarok 2017 IMAX Enhanced 1080p HFR WEB-DL HDR10 HEVC 10bit DDP 5\n    1-Robo29\n  lastRun: '2025-02-25T22:05:56.005325'\n  matchSpan:\n    end: 23\n    start: 19\n  matchedContent: IMAX\n  matchedGroups:\n  - IMAX\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Ivandro.yml",
    "content": "name: Ivandro\npattern: (?<=^|[\\s.-])Ivandro\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Iznjie Biznjie.yml",
    "content": "name: Iznjie Biznjie\npattern: (?<=^|[\\s.-])Iznjie Biznjie\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/JustWatch.yml",
    "content": "name: JustWatch\npattern: (?<=^|[\\s.-])JustWatch\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/KAN3D2M.yml",
    "content": "name: KAN3D2M\npattern: (?<=^|[\\s.-])KAN3D2M\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/KASHMiR.yml",
    "content": "name: KASHMiR\npattern: (?<=^|[\\s.-])KASHMiR\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/KC.yml",
    "content": "name: KC\npattern: (?<=^|[\\s.-])KC\\b\ndescription: Banned for AI Upscales\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/KCW.yml",
    "content": "name: KCW\npattern: \\b(KCW|Kocowa)\\b\ndescription: Kocowa is an American over-the-top streaming service headquartered in\n  Los Angeles as a joint venture between the top three Korean broadcast networks to\n  provide Korean entertainment including K-dramas, K-reality, K-variety, and K-pop\n  to the Americas and all with multi-language subtitles.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/KH.yml",
    "content": "name: KH\npattern: (?<=^|[\\s.-])KH\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/KHN.yml",
    "content": "name: KHN\npattern: (?<=^|[\\s.-])KHN\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/KONTRAST.yml",
    "content": "name: KONTRAST\npattern: (?<=^|[\\s.-])KONTRAST\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/KRaLiMaRKo.yml",
    "content": "name: KRaLiMaRKo\npattern: (?<=^|[\\s.-])KRaLiMaRKo\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/Kaleido.yml",
    "content": "name: Kaleido\npattern: (?<=^|[\\s.-])Kaleido\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Kametsu.yml",
    "content": "name: Kametsu\npattern: (?<=^|[\\s.-])Kametsu\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/KiNGS.yml",
    "content": "name: KiNGS\npattern: (?<=^|[\\s.-])KiNGS\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Kitsune.yml",
    "content": "name: Kitsune\npattern: (?<=^|[\\s.-])Kitsune\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/KnG.yml",
    "content": "name: KnG\npattern: (?<=^|[\\s.-])KnG\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Koten_Gars.yml",
    "content": "name: Koten_Gars\npattern: (?<=^|[\\s.-])Koten_Gars\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/LAMA.yml",
    "content": "name: LAMA\npattern: (?<=^|[\\s.-])LAMA\\b\ndescription: Banned for Retagging\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/LAZARUS.yml",
    "content": "name: LAZARUS\npattern: (?<=^|[\\s.-])LAZARUS\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/LAZY.yml",
    "content": "name: LAZY\npattern: (?<=^|[\\s.-])LAZY\\b\ndescription: Matches \"LAZY\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/LEGi0N.yml",
    "content": "name: LEGi0N\npattern: (?<=^|[\\s.-])LEGi0N\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/LM.yml",
    "content": "name: LM\npattern: (?<=^|[\\s.-])LM\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/LSt.yml",
    "content": "name: LSt\npattern: (?<=^|[\\s.-])LSt\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/LYS1TH3A.yml",
    "content": "name: LYS1TH3A\npattern: (?<=^|[\\s.-])LYS1TH3A\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/LazyRemux.yml",
    "content": "name: LazyRemux\npattern: (?<=^|[\\s.-])LazyRemux\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/LiNG.yml",
    "content": "name: LiNG\npattern: (?<=^|[\\s.-])LiNG\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/LittleBakas.yml",
    "content": "name: LittleBakas\npattern: (?<=^|[\\s.-])LittleBakas\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/LoRD.yml",
    "content": "name: LoRD\npattern: (?<=^|[\\s.-])LoRD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/LolHD.yml",
    "content": "name: LolHD\npattern: (?<=^|[\\s.-])LolHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Lulu.yml",
    "content": "name: Lulu\npattern: (?<=^|[\\s.-])Lulu\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Lulz.yml",
    "content": "name: Lulz\npattern: (?<=^|[\\s.-])Lulz\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/MNHD.yml",
    "content": "name: MNHD\npattern: (?<=^|[\\s.-])MNHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/MTBB.yml",
    "content": "name: MTBB\npattern: (?<=^|[\\s.-])MTBB\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/MTeam.yml",
    "content": "name: MTeam\npattern: (?<=^|[\\s.-])MTeam\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/MZABI.yml",
    "content": "name: MZABI\npattern: (?<=^|[\\s.-])MZABI\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/MaG.yml",
    "content": "name: MaG\npattern: (?<=^|[\\s.-])MaG\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/MainFrame.yml",
    "content": "name: MainFrame\npattern: (?<=^|[\\s.-])MainFrame\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Max Rename.yml",
    "content": "name: Max Rename\npattern: \\[(MAX)\\b|\\b(MAX)\\]\ndescription: Max, formerly (and in some regions still) known as HBO Max, is an American\n  subscription video on-demand over-the-top streaming service. The platform offers\n  content from the libraries of Warner Bros., Discovery, HBO, CNN, Cartoon Network,\n  Adult Swim, Animal Planet, TBS, TNT, Eurosport, and their related brands.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Dune Prophecy S01E02 Two Wolves 1080p MAX WEB-DL DDP5 1 Atmos H 264-FLUX\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan:\n    end: 41\n    start: 38\n  matchedContent: MAX\n  matchedGroups:\n  - MAX\n  - DL\n  passes: true\n- expected: false\n  id: 2\n  input: Guardians of the Galaxy Vol. 3 (2023) IMAX (2160p MA WEB-DL Hybrid H265 DV\n    HDR DDP Atmos 5.1 English - HONE)\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 3\n  input: Max.Verstappen.Anatomy.of.a.Champion.S01E01.1080p.WEB.h264-B2B\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 4\n  input: Silicon Valley S06 1080p HMAX WEB-DL DD5 1 H 264-PHOENiX\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 5\n  input: Dune Prophecy S01E01 The Hidden Hand 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR\n    H.265-FLUX\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan:\n    end: 46\n    start: 43\n  matchedContent: MAX\n  matchedGroups:\n  - MAX\n  - DL\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Max.yml",
    "content": "name: Max\npattern: \\b((?<!hbo[ ._-])max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)\ndescription: Max, formerly (and in some regions still) known as HBO Max, is an American\n  subscription video on-demand over-the-top streaming service. The platform offers\n  content from the libraries of Warner Bros., Discovery, HBO, CNN, Cartoon Network,\n  Adult Swim, Animal Planet, TBS, TNT, Eurosport, and their related brands.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Dune Prophecy S01E02 Two Wolves 1080p MAX WEB-DL DDP5 1 Atmos H 264-FLUX\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan:\n    end: 41\n    start: 38\n  matchedContent: MAX\n  matchedGroups:\n  - MAX\n  - DL\n  passes: true\n- expected: false\n  id: 2\n  input: Guardians of the Galaxy Vol. 3 (2023) IMAX (2160p MA WEB-DL Hybrid H265 DV\n    HDR DDP Atmos 5.1 English - HONE)\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 3\n  input: Max.Verstappen.Anatomy.of.a.Champion.S01E01.1080p.WEB.h264-B2B\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 4\n  input: Silicon Valley S06 1080p HMAX WEB-DL DD5 1 H 264-PHOENiX\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 5\n  input: Dune Prophecy S01E01 The Hidden Hand 2160p MAX WEB-DL DDP 5.1 Atmos DV HDR\n    H.265-FLUX\n  lastRun: '2024-12-06T02:54:31.077207'\n  matchSpan:\n    end: 46\n    start: 43\n  matchedContent: MAX\n  matchedGroups:\n  - MAX\n  - DL\n  passes: true\n"
  },
  {
    "path": "regex_patterns/MeGusta.yml",
    "content": "name: MeGusta\npattern: (?<=^|[\\s.-])MeGusta\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/MgB.yml",
    "content": "name: MgB\npattern: (?<=^|[\\s.-])MgB\\b\ndescription: Banned for Mislabeled 2160p WEBRips\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/MiMiC.yml",
    "content": "name: MiMiC\npattern: (?<=^|[\\s.-])MiMiC\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Movies Anywhere.yml",
    "content": "name: Movies Anywhere\npattern: \\b(?<!dts[ .-]?hd[ .-]?)ma\\b(?=.*\\bweb[ ._-]?(dl|rip)\\b)\ndescription: Movies Anywhere (MA) is a cloud-based digital rights locker and over-the-top\n  streaming platform that allows users to stream and download purchased films, including\n  digital copies redeemed from codes found in home video releases as well as digital\n  purchases from participating services\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Scooby-Doo.In.Wheres.My.Mummy.2005.1080p.MA.WEB-DL.DDP5.1.H264-HHWEB.mkv\n  lastRun: '2025-01-28T07:28:30.747386'\n  matchSpan:\n    end: 43\n    start: 41\n  matchedContent: MA\n  matchedGroups:\n  - DL\n  passes: true\n- expected: true\n  id: 2\n  input: Speak.No.Evil.2024.1080p.MA.WEB-DL.DDP5.1.Atmos.H.264-FLUX.mkv\n  lastRun: '2025-01-28T07:28:30.747386'\n  matchSpan:\n    end: 27\n    start: 25\n  matchedContent: MA\n  matchedGroups:\n  - DL\n  passes: true\n- expected: true\n  id: 3\n  input: The.Super.Mario.Bros.Movie.2023.1080p.MA.WEB-DL.DDP5.1.Atmos.H.264-CMaRioG.mkv\n  lastRun: '2025-01-28T07:28:30.747386'\n  matchSpan:\n    end: 40\n    start: 38\n  matchedContent: MA\n  matchedGroups:\n  - DL\n  passes: true\n- expected: false\n  id: 4\n  input: Interstellar.2014.UHD.BluRay.2160p.DTS-HD.MA.5.1.HEVC.REMUX-FraMeSToR.mkv\n  lastRun: '2025-01-28T07:28:30.747386'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 5\n  input: The.Amazing.Spider-Man.2012.1080p.Remastered.BluRay.DTSHD-MA.x264.D-Z0N3.mkv\n  lastRun: '2025-01-28T07:28:30.747386'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 6\n  input: '[ToonsHub] Orb On the Movements of the Earth S01E01 1080p ABEMA WEB-DL AAC2.0\n    H.264'\n  lastRun: '2025-01-28T07:28:30.747386'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 7\n  input: '[ToonsHub] Orb On the Movements of the Earth S01E01 1080p ABE MA WEB-DL\n    AAC2.0 H.264'\n  lastRun: '2025-01-28T07:28:30.747386'\n  matchSpan:\n    end: 64\n    start: 62\n  matchedContent: MA\n  matchedGroups:\n  - DL\n  passes: true\n- expected: true\n  id: 8\n  input: '[ToonsHub] Orb On the Movements of the Earth S01E01 1080p ABE.MA WEB-DL\n    AAC2.0 H.264'\n  lastRun: '2025-01-28T07:28:30.747386'\n  matchSpan:\n    end: 64\n    start: 62\n  matchedContent: MA\n  matchedGroups:\n  - DL\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Mubi.yml",
    "content": "name: Mubi\npattern: \\b(MUBI)\\b\ndescription: Mubi is a British streaming platform, production company and film distributor.\n  Mubi produces and theatrically distributes films by emerging and established filmmakers,\n  which are exclusively available on its platform. The catalogue consists of world\n  cinema films, such as arthouse, documentary and independent films.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Mysteria.yml",
    "content": "name: Mysteria\npattern: (?<=^|[\\s.-])Mysteria\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/NAHOM.yml",
    "content": "name: NAHOM\npattern: (?<=^|[\\s.-])NAHOM\\b\ndescription: Banned for Poor Quality Multi\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/NAN0.yml",
    "content": "name: NAN0\npattern: (?<=^|[\\s.-])NAN0\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/NCmt.yml",
    "content": "name: NCmt\npattern: (?<=^|[\\s.-])NCmt\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/NH.yml",
    "content": "name: NH\npattern: (?<=^|[\\s.-])NH\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/NINJACENTRAL.yml",
    "content": "name: NINJACENTRAL\npattern: (?<=^|[\\s.-])NINJACENTRAL\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/NOSiViD.yml",
    "content": "name: NOSiViD\npattern: (?<=^|[\\s.-])NOSiViD\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/NPMS.yml",
    "content": "name: NPMS\npattern: (?<=^|[\\s.-])NPMS\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/NTG.yml",
    "content": "name: NTG\npattern: (?<=^|[\\s.-])NTG\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/NTb.yml",
    "content": "name: NTb\npattern: (?<=^|[\\s.-])NTb\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Zen - Grogu and Dust Bunnies (2022) 2160p DSNP WEB-DL H265 HDR DDP 5.1 English-NTb\n  lastRun: '2025-02-09T03:47:23.981431'\n  matchSpan:\n    end: 82\n    start: 79\n  matchedContent: NTb\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: Jab.We.Met.2007.1080p.BluRay.DTS.x264-NTb.mkv\n  lastRun: '2025-02-09T03:47:23.981431'\n  matchSpan:\n    end: 41\n    start: 38\n  matchedContent: NTb\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Netaro.yml",
    "content": "name: Netaro\npattern: (?<=^|[\\s.-])Netaro\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Netflix.yml",
    "content": "name: Netflix\npattern: \\b(NF|Netflix)\\b\ndescription: Netflix is an American subscription video on-demand over-the-top streaming\n  service. The service primarily distributes original and acquired films and television\n  shows from various genres, and it is available internationally in multiple languages.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: The.Roast.of.Tom.Brady.2024.1080p.NF.WEB-DL.DDP5.1.H.264-NTb\n  lastRun: '2024-12-06T05:02:55.281514'\n  matchSpan:\n    end: 36\n    start: 34\n  matchedContent: NF\n  matchedGroups:\n  - NF\n  passes: true\n- expected: true\n  id: 2\n  input: Penn & Teller - Fool Us S01 1080p Netflix WEB-DL DD+ 2 0 x264-TrollHD\n  lastRun: '2024-12-06T05:02:55.281514'\n  matchSpan:\n    end: 41\n    start: 34\n  matchedContent: Netflix\n  matchedGroups:\n  - Netflix\n  passes: true\n- expected: true\n  id: 3\n  input: 'Anthony Jeselnik: Bones and All 2024 1080p NF WEB-DL DDP5 1 H 264-FLUX'\n  lastRun: '2024-12-06T05:02:55.281514'\n  matchSpan:\n    end: 45\n    start: 43\n  matchedContent: NF\n  matchedGroups:\n  - NF\n  passes: true\n- expected: false\n  id: 4\n  input: Its in the Game Madden NFL S01E02 1080p WEB H264-GloriousMongoose\n  lastRun: '2024-12-06T05:02:55.281514'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/NhaNc3.yml",
    "content": "name: NhaNc3\npattern: (?<=^|[\\s.-])NhaNc3\\b\ndescription: Banned for Low Mixed Quality Releases\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/NiBuRu.yml",
    "content": "name: NiBuRu\npattern: (?<=^|[\\s.-])NiBuRu\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/NiP.yml",
    "content": "name: NiP\npattern: (?<=^|[\\s.-])NiP\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/NoGroup.yml",
    "content": "name: NoGroup\npattern: (?<=^|[\\s.-])NoGr(ou)?p\\b\ndescription: ''\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/Non Retail HDR Formats.yml",
    "content": "name: Non Retail HDR Formats\npattern: (?:(?<=^(?!.*\\b(HLG|PQ|SDR)(\\b|\\d)).*?)HDR10(\\+|P(lus)?))|\\b(dv(?![ .](HLG|SDR))|dovi|dolby[\n  .]?vision)\\b\ndescription: 'Matches Dolby Vision OR HDR10+. Needed to match release groups who create\n  custom HDR layers. '\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests:\n- expected: true\n  id: 5\n  input: MovieName.1080p.DV.mkv\n  lastRun: '2025-01-06T14:39:44.667920'\n  matchSpan:\n    end: 18\n    start: 16\n  matchedContent: DV\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - DV\n  - null\n  passes: true\n- expected: true\n  id: 6\n  input: MovieName.4K.Dolby Vision.IMAX.mkv\n  lastRun: '2025-01-06T14:39:44.667920'\n  matchSpan:\n    end: 25\n    start: 13\n  matchedContent: Dolby Vision\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - Dolby Vision\n  - null\n  passes: true\n- expected: false\n  id: 7\n  input: MovieName.2023.4K.DV.HLG.mkv\n  lastRun: '2025-01-06T14:39:44.667920'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 8\n  input: MovieName.2023.4K.DV.SDR.mkv\n  lastRun: '2025-01-06T14:39:44.667920'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 9\n  input: MovieName.4K.DV.SDR.Dovi.mkv\n  lastRun: '2025-01-06T14:39:44.667920'\n  matchSpan:\n    end: 24\n    start: 20\n  matchedContent: Dovi\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - Dovi\n  - null\n  passes: true\n- expected: true\n  id: 10\n  input: Schindler's List (1993) 2160p UHD BluRay Hybrid REMUX HEVC DV HDR10+ TrueHD\n    Atmos 7.1 English-WiLDCAT\n  lastRun: '2025-01-06T14:39:44.667920'\n  matchSpan:\n    end: 61\n    start: 59\n  matchedContent: DV\n  matchedGroups:\n  - null\n  - null\n  - null\n  - null\n  - DV\n  - null\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Non Retail HDR Groups.yml",
    "content": "name: Non Retail HDR Groups\npattern: (?<=^|[\\s.-])VECTOR|BiTOR|DepraveD|SasukeducK|tarunk9c|jennaortegaUHD|VisionXpert|Flights\\b\ndescription: Matches groups that produce non retail HDR.\ntags:\n- Release Group\n- HDR\n- Banned\ntests:\n- expected: true\n  id: 1\n  input: Longlegs 2024 2160p BluRay REMUX DTS-HD MA 5 1 DV HDR H 265-SasukeducK\n  lastRun: '2025-01-11T05:45:15.414689'\n  matchSpan:\n    end: 70\n    start: 60\n  matchedContent: SasukeducK\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: Blade Runner 2049 2017 2160p REMUX HEVC DV HDR10+ TrueHD 7.1 Atmos-jennaortegaUHD\n  lastRun: '2025-01-11T05:45:15.414689'\n  matchSpan:\n    end: 81\n    start: 67\n  matchedContent: jennaortegaUHD\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Now Rename.yml",
    "content": "name: Now Rename\npattern: \\[(NOW)\\b|\\b(NOW)\\]\ndescription: Now (formerly Now TV and often stylised as NOW) is a subscription over-the-top\n  streaming television service launched in the United Kingdom in 2012. It is operated\n  by Sky Group in Europe, and Xfinity in the US; both owned by the American media\n  conglomerate Comcast.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Now.yml",
    "content": "name: Now\npattern: \\b(now)\\b[ ._-]web[ ._-]?(dl|rip)?\\b\ndescription: Now (formerly Now TV and often stylised as NOW) is a subscription over-the-top\n  streaming television service launched in the United Kingdom in 2012. It is operated\n  by Sky Group in Europe, and Xfinity in the US; both owned by the American media\n  conglomerate Comcast.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/NyHD.yml",
    "content": "name: NyHD\npattern: (?<=^|[\\s.-])NyHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/OEPlus.yml",
    "content": "name: OEPlus\npattern: (?<=^|[\\s.-])OEPlus\\b\ndescription: Banned for Automated Encodes\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/ORBiT.yml",
    "content": "name: ORBiT\npattern: (?<=^|[\\s.-])ORBiT\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/ORiGEN.yml",
    "content": "name: ORiGEN\npattern: (?<=^|[\\s.-])ORiGEN\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/OZR.yml",
    "content": "name: OZR\npattern: (?<=^|[\\s.-])OZR\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Okay-Subs.yml",
    "content": "name: Okay-Subs\npattern: (?<=^|[\\s.-])Okay-Subs\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/OnlyWeb.yml",
    "content": "name: OnlyWeb\npattern: (?<=^|[\\s.-])OnlyWeb\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/Open Matte.yml",
    "content": "name: Open Matte\npattern: \\b(open.?matte)\\b\ndescription: Matches releases with restored widescreen aspect ratio labelled as`Open\n  Matte`\ntags:\n- Aspect Ratio\n- Enhancement\ntests:\n- expected: true\n  id: 1\n  input: Zombieland.2009.Open.Matte.1080p.WEB-DL.DD+5.1.H.264-spartanec163.mkv\n  lastRun: '2025-02-25T22:03:36.971220'\n  matchSpan:\n    end: 26\n    start: 16\n  matchedContent: Open.Matte\n  matchedGroups:\n  - Open.Matte\n  passes: true\n- expected: true\n  id: 2\n  input: Watchmen 2009 Director's Cut Open Matte 1080p WEB-DL DDP 5.1 H.264\n  lastRun: '2025-02-25T22:03:36.971220'\n  matchSpan:\n    end: 39\n    start: 29\n  matchedContent: Open Matte\n  matchedGroups:\n  - Open Matte\n  passes: true\n- expected: true\n  id: 3\n  input: Tron Legacy 2010 Open Matte Upscale 2160p BluRay DV HDR-X DTS-HD MA 7 1 x265-BiTOR\n  lastRun: '2025-02-25T22:03:36.971220'\n  matchSpan:\n    end: 27\n    start: 17\n  matchedContent: Open Matte\n  matchedGroups:\n  - Open Matte\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Opus (Negation).yml",
    "content": "name: Opus (Negation)\npattern: (?<=^|[\\s.-])OPUS\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Opus.yml",
    "content": "name: Opus\npattern: \\bOPUS(\\b|\\d)(?!.*[ ._-](\\d{3,4}p))\ndescription: ''\ntags:\n- Audio\ntests:\n- expected: true\n  id: 1\n  input: Sakura Trick S01 1080p BluRay Opus 2.0 x265-smol\n  lastRun: '2025-07-14T01:46:59.723098'\n  matchSpan:\n    end: 34\n    start: 30\n  matchedContent: Opus\n  matchedGroups:\n  - ''\n  - null\n  passes: true\n- expected: true\n  id: 3\n  input: Arion 1986 1080p BluRay Opus 2.0 x265-Kitsune\n  lastRun: '2025-07-14T01:46:59.723098'\n  matchSpan:\n    end: 28\n    start: 24\n  matchedContent: Opus\n  matchedGroups:\n  - ''\n  - null\n  passes: true\n- expected: false\n  id: 4\n  input: Opus 2025 1080p AMZN WEB-DL DD+ 5.1 Atmos H.264-BYNDR\n  lastRun: '2025-07-14T01:46:59.723098'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Orphan.yml",
    "content": "name: Orphan\npattern: (?<=^|[\\s.-])Orphan\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/P0W4HD.yml",
    "content": "name: P0W4HD\npattern: (?<=^|[\\s.-])P0W4HD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/PCM.yml",
    "content": "name: PCM\npattern: \\b(l?)PCM(\\b|\\d)\ndescription: ''\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/PHOCiS.yml",
    "content": "name: PHOCiS\npattern: (?<=^|[\\s.-])PHOCiS\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/PHOENiX.yml",
    "content": "name: PHOENiX\npattern: (?<=^|[\\s.-])PHOENiX\\b\ndescription: Matches \"PHOENiX\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\ntests: []\n"
  },
  {
    "path": "regex_patterns/PLUTONiUM.yml",
    "content": "name: PLUTONiUM\npattern: (?<=^|[\\s.-])PLUTONiUM\\b\ndescription: ''\ntags:\n- Release Group\n- HDTV\ntests: []\n"
  },
  {
    "path": "regex_patterns/PP.yml",
    "content": "name: PP\npattern: (?<=^|[\\s.-])PP\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/PQ.yml",
    "content": "name: PQ\npattern: \\b(PQ|PQ10)\\b\ndescription: This regex matches a `PQ` generalisation. This is a basic HDR Format.\ntags:\n- Enhancement\n- Colour Grade\n- HDR\ntests: []\n"
  },
  {
    "path": "regex_patterns/PSA.yml",
    "content": "name: PSA\npattern: (?<=^|[\\s.-])PSA\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/PTP.yml",
    "content": "name: PTP\npattern: (?<=^|[\\s.-])PTP\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/PTer.yml",
    "content": "name: PTer\npattern: (?<=^|[\\s.-])PTer\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests:\n- expected: false\n  id: 1\n  input: \"\\u7BB1\\u7537.Hako.otoko.2024.1080p.NF.WEB-DL.x264.DDP5.1-PTerWEB\"\n  lastRun: '2025-02-09T03:36:13.163388'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: Ying.Hung.Boon.Sik.1986.REPACK.1080p.UHD.BluRay.DD+7.1.DoVi.HDR10.x265-PTer\n  lastRun: '2025-02-09T03:36:13.163388'\n  matchSpan:\n    end: 75\n    start: 71\n  matchedContent: PTer\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/PTerWEB.yml",
    "content": "name: PTerWEB\npattern: (?<=^|[\\s.-])PTerWEB\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: \"\\u7BB1\\u7537.Hako.otoko.2024.1080p.NF.WEB-DL.x264.DDP5.1-PTerWEB\"\n  lastRun: '2025-02-09T03:36:19.441066'\n  matchSpan:\n    end: 54\n    start: 47\n  matchedContent: PTerWEB\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 2\n  input: Ying.Hung.Boon.Sik.1986.REPACK.1080p.UHD.BluRay.DD+7.1.DoVi.HDR10.x265-PTer\n  lastRun: '2025-02-09T03:36:19.441066'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Paramount+.yml",
    "content": "name: Paramount+\npattern: \\b(PMTP|Paramount Plus)\\b\ndescription: 'Paramount+ is an American subscription video on-demand over-the-top\n  streaming service owned that offers content primarily from the libraries of CBS\n  Media Ventures, CBS Studios, Paramount Media Networks and Paramount Pictures, while\n  also including original series and films, live streaming sports coverage, and in\n  the United States, live streaming of local CBS broadcast stations. '\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Landman S01E02 Dreamers and Losers 2160p PMTP WEB-DL DDP5 1 H 265-STC\n  lastRun: '2024-12-06T05:10:12.208630'\n  matchSpan:\n    end: 45\n    start: 41\n  matchedContent: PMTP\n  matchedGroups:\n  - PMTP\n  passes: true\n- expected: true\n  id: 2\n  input: Star Trek Lower Decks S05E03 The Best Exotic Nanite Hotel 1080p PMTP WEB-DL\n    DDP5 1 H 264-STC\n  lastRun: '2024-12-06T05:10:12.208630'\n  matchSpan:\n    end: 68\n    start: 64\n  matchedContent: PMTP\n  matchedGroups:\n  - PMTP\n  passes: true\n- expected: false\n  id: 4\n  input: Gladiator 2000 Paramount Reissue Extended Cut Remastered 1080p BluRay AVC\n    DTS-HD MA 5.1 REMUX-FraMeSToR\n  lastRun: '2024-12-06T05:10:12.208630'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Peacock TV.yml",
    "content": "name: Peacock TV\npattern: \\b(?:PCOK|(?:Peacock)(?=\\s*.(?:WEB-?DL|WEBRIP)))\\b\ndescription: Peacock is an American over-the-top subscription streaming service owned\n  and operated by Peacock TV, LLC, a subsidiary of NBCUniversal Media Group. The service\n  primarily features series and film content from NBCUniversal studios and other third-party\n  content providers (such as WWE and Hallmark Channel).\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- id: 1\n  input: The Peacock Accountant 2 2025 2160p PCOK WEB-DL DD+ 5.1 Atmos DV H.265-FLUX\n  expected: true\n- id: 2\n  input: The Peacock Accountant 2 2025 2160p Peacock WEBRIP DD+ 5.1 Atmos DV H.265-FLUX\n  expected: true\n- id: 3\n  input: The.Peacock.Accountant.2.2025.2160p.Peacock.WEB-DL.DD+.5.1.Atmos.DV.H.265-FLUX\n  expected: true\n- id: 4\n  input: 'Star Trek: Picard Peacock S03 2160p PCOK WEB-DL DTS-HD MA 5.1 H.265-FLUX'\n  expected: true\n- id: 5\n  input: 'Star Trek: Picard Peacock S03 2160p Peacock WEBRIP DTS-HD MA 5.1 H.265-FLUX'\n  expected: true\n- id: 6\n  input: The.Terminal.List.Dark.Peacock.S01E04.THE.SOUND.OF.Peacock.2160p.PCOK.WEB-DL.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n- id: 7\n  input: The.Terminal.List.Dark.Peacock.S01E04.THE.SOUND.OF.Peacock.2160p.Peacock.WEBRIP.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n- id: 8\n  input: The.Terminal.List.Dark.Peacock.S01E04.THE.SOUND.OF.Peacock.2160p.Peacock.WEBDL.DDP5.1.HDR.H.265-FLUX.mkv\n  expected: true\n"
  },
  {
    "path": "regex_patterns/Penumbra.yml",
    "content": "name: Penumbra\npattern: (?<=^|[\\s.-])Penumbra\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/PiRAMiDHEAD.yml",
    "content": "name: PiRAMiDHEAD\npattern: (?<=^|[\\s.-])PiRAMiDHEAD\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/PiRaTeS.yml",
    "content": "name: PiRaTeS\npattern: (?<=^|[\\s.-])PiRaTeS\\b\ndescription: Banned for Mislabeling WEB-DLs as WEBRips\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/PmP.yml",
    "content": "name: PmP\npattern: (?<=^|[\\s.-])PmP\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/Pookie.yml",
    "content": "name: Pookie\npattern: (?<=^|[\\s.-])Pookie\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Positive.yml",
    "content": "name: Positive\npattern: (?<=^|[\\s.-])Positive\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/PuTao.yml",
    "content": "name: PuTao\npattern: (?<=^|[\\s.-])PuTao\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/PussyFoot.yml",
    "content": "name: PussyFoot\npattern: (?<=^|[\\s.-])PussyFoot\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/QOQ.yml",
    "content": "name: QOQ\npattern: (?<=^|[\\s.-])QOQ\\b\ndescription: Matches \"QOQ\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Quetzal.yml",
    "content": "name: Quetzal\npattern: (?<=^|[\\s.-])Quetzal\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/QxR (Title).yml",
    "content": "name: QxR (Title)\npattern: QxR\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/QxR.yml",
    "content": "name: QxR\npattern: (?<=^|[\\s.-])(QxR|afm72|Bandi|Bluespots|Celdra|FreetheFish|Garshasp|Ghost|Ime|Kappa|Langbard|LION|Panda|MONOLITH|Natty|r00t|RCVR|RZeroX|SAMPA|Silence|t3nzin|Tigole|YOGI)\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/R1GY3B.yml",
    "content": "name: R1GY3B\npattern: (?<=^|[\\s.-])R1GY3B\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/RARBG.yml",
    "content": "name: RARBG\npattern: (?<=^|[\\s.-])RARBG\\b\ndescription: Banned for Low Quality\ntags:\n- Release Group\n- Remux\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/RAWR.yml",
    "content": "name: RAWR\npattern: (?<=^|[\\s.-])RAWR\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/REBORN.yml",
    "content": "name: REBORN\npattern: (?<=^|[\\s.-])REBORN\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/RO.yml",
    "content": "name: RO\npattern: (?<=^|[\\s.-])RO\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/ROCCaT.yml",
    "content": "name: ROCCaT\npattern: (?<=^|[\\s.-])ROCCaT\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/ROCiNANTE.yml",
    "content": "name: ROCiNANTE\npattern: (?<=^|[\\s.-])ROCiNANTE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/RTN.yml",
    "content": "name: RTN\npattern: (?<=^|[\\s.-])RTN\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Raizel.yml",
    "content": "name: Raizel\npattern: (?<=^|[\\s.-])Raizel\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Ralphy.yml",
    "content": "name: Ralphy\npattern: (?<=^|[\\s.-])Ralphy\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Rasetsu.yml",
    "content": "name: Rasetsu\npattern: (?<=^|[\\s.-])Rasetsu\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/ReQuEsT.yml",
    "content": "name: ReQuEsT\npattern: (?<=^|[\\s.-])ReQuEsT\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/ReaLHD.yml",
    "content": "name: ReaLHD\npattern: (?<=^|[\\s.-])ReaLHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Release Group (Missing).yml",
    "content": "name: Release Group (Missing)\npattern: .\ndescription: ''\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/Remux.yml",
    "content": "name: Remux\npattern: Remux\ndescription: A remux is a digital video file that maintains the exact quality of the\n  original source (like a Blu-ray or DVD) by copying the video and audio streams without\n  re-encoding them, essentially creating a perfect 1:1 copy. Think of it like carefully\n  transferring the contents of a Blu-ray disc into a more convenient container file\n  format (typically MKV), similar to pouring fine wine from its bottle into a decanter\n  without changing the wine itself.\ntags:\n- Codec\n- h264\n- h265\n- Lossless\ntests:\n- expected: true\n  id: 1\n  input: 1917 (2019) 2160p UHD BluRay REMUX HEVC DV HDR10+ TrueHD Atmos 7.1 English-FraMeSToR\n  lastRun: '2025-06-16T08:17:22.781547'\n  matchSpan:\n    end: 34\n    start: 29\n  matchedContent: REMUX\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Repack1.yml",
    "content": "name: Repack1\npattern: \\b(re(pack|rip)|proper)\\b\ndescription: 'Matches ''PROPER'' or ''REPACK'' or ''RERIP'' only when they appear\n  after a year (4 digits) but not before one.\n\n\n  * `(?<=.*?\\d{4}.*?)` - look for a 4-digit number before\n\n  * `\\b(re(pack|rip)|proper)\\b` - match proper/repack/rerip'\ntags:\n- Repack\n- Flag\ntests:\n- expected: true\n  id: 1\n  input: The Zone of Interest 2023 PROPER 2160p UHD BluRay TrueHD 7.1 Atmos HDR x265-MainFrame\n  lastRun: '2025-06-17T18:42:29.675411'\n  matchSpan:\n    end: 32\n    start: 26\n  matchedContent: PROPER\n  matchedGroups:\n  - PROPER\n  - null\n  passes: true\n- expected: false\n  id: 2\n  input: Proper.Pronouns.2020.720p.WEB-DL.AAC2.0.x264-ZTR.mkv\n  lastRun: '2025-06-17T18:42:29.675411'\n  matchSpan:\n    end: 6\n    start: 0\n  matchedContent: Proper\n  matchedGroups:\n  - Proper\n  - null\n  passes: false\n- expected: true\n  id: 3\n  input: Proper.Pronouns.2020.720p.PROPER.WEB-DL.AAC2.0.x264-ZTR.mkv\n  lastRun: '2025-06-17T18:42:29.675411'\n  matchSpan:\n    end: 6\n    start: 0\n  matchedContent: Proper\n  matchedGroups:\n  - Proper\n  - null\n  passes: true\n- expected: true\n  id: 4\n  input: Sonic.the.Hedgehog.3.2024.REPACK.2160p.WEB-DL.DDP5.1.Atmos.DoVi.HDR.H.265-FLUX\n  lastRun: '2025-06-17T18:42:29.675411'\n  matchSpan:\n    end: 32\n    start: 26\n  matchedContent: REPACK\n  matchedGroups:\n  - REPACK\n  - PACK\n  passes: true\n- expected: true\n  id: 5\n  input: roommate.wanted.2015.rerip.720p.bluray.x264-rusted.mkv\n  lastRun: '2025-06-17T18:42:29.675411'\n  matchSpan:\n    end: 26\n    start: 21\n  matchedContent: rerip\n  matchedGroups:\n  - rerip\n  - rip\n  passes: true\n- expected: true\n  id: 6\n  input: Game of Thrones S01 REPACK 2160p MAX WEB-DL TrueHD 7.1 Atmos DV HDR H.265-Kitsune\n  lastRun: '2025-06-17T18:42:29.675411'\n  matchSpan:\n    end: 26\n    start: 20\n  matchedContent: REPACK\n  matchedGroups:\n  - REPACK\n  - PACK\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Repack2.yml",
    "content": "name: Repack2\npattern: \\b(real[\\s.]?(re(pack|rip)|proper)|(re(pack|rip)|proper)2)\\b\ndescription: 'Matches either \"real\" (with optional space/dot) followed by proper/repack/rerip,\n  or proper2/repack2/rerip2\n\n\n  * `\\b(real[\\s.]?(re(pack|rip)|proper)` - match real followed by proper/repack/rerip\n\n  * `|(re(pack|rip)|proper)2)\\b` - or match proper2/repack2/rerip2'\ntags:\n- Repack\n- Flag\ntests:\n- expected: true\n  id: 1\n  input: The Zone of Interest 2023 PROPER2 2160p UHD BluRay TrueHD 7.1 Atmos HDR x265-MainFrame\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan:\n    end: 33\n    start: 26\n  matchedContent: PROPER2\n  matchedGroups:\n  - PROPER2\n  - null\n  - null\n  - PROPER\n  - null\n  passes: true\n- expected: false\n  id: 2\n  input: Proper.Pronouns.2020.720p.WEB-DL.AAC2.0.x264-ZTR.mkv\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: Proper.Pronouns.2020.720p.PROPER2.WEB-DL.AAC2.0.x264-ZTR.mkv\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan:\n    end: 33\n    start: 26\n  matchedContent: PROPER2\n  matchedGroups:\n  - PROPER2\n  - null\n  - null\n  - PROPER\n  - null\n  passes: true\n- expected: true\n  id: 4\n  input: Sonic.the.Hedgehog.3.2024.REPACK2.2160p.WEB-DL.DDP5.1.Atmos.DoVi.HDR.H.265-FLUX\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan:\n    end: 33\n    start: 26\n  matchedContent: REPACK2\n  matchedGroups:\n  - REPACK2\n  - null\n  - null\n  - REPACK\n  - PACK\n  passes: true\n- expected: true\n  id: 5\n  input: roommate.wanted.2015.rerip2.720p.bluray.x264-rusted.mkv\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan:\n    end: 27\n    start: 21\n  matchedContent: rerip2\n  matchedGroups:\n  - rerip2\n  - null\n  - null\n  - rerip\n  - rip\n  passes: true\n- expected: false\n  id: 6\n  input: The Zone of Interest 2023 PROPER 2160p UHD BluRay TrueHD 7.1 Atmos HDR x265-MainFrame\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 7\n  input: Sonic.the.Hedgehog.3.2024.REPACK.2160p.WEB-DL.DDP5.1.Atmos.DoVi.HDR.H.265-FLUX\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 8\n  input: Yo-Kai Watch S02E17 DUBBED REAL REPACK HDTV x264-W4F\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan:\n    end: 38\n    start: 27\n  matchedContent: REAL REPACK\n  matchedGroups:\n  - REAL REPACK\n  - REPACK\n  - PACK\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 9\n  input: Game of Thrones S01 REPACK2 2160p MAX WEB-DL TrueHD 7.1 Atmos DV HDR H.265-Kitsune\n  lastRun: '2025-06-17T18:46:34.789609'\n  matchSpan:\n    end: 27\n    start: 20\n  matchedContent: REPACK2\n  matchedGroups:\n  - REPACK2\n  - null\n  - null\n  - REPACK\n  - PACK\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Repack3.yml",
    "content": "name: Repack3\npattern: \\b(real[\\s.]?real[\\s.]?(re(pack|rip)|proper)|(re(pack|rip)|proper)3)\\b\ndescription: 'Matches either \"real real\" (with optional space/dot between words) followed\n  by proper/repack/rerip, or proper3/repack3/rerip3\n\n\n  * `\\b(real[\\s.]?real[\\s.]?(re(pack|rip)|proper)` - match real real followed by proper/repack/rerip\n\n  * `|(re(pack|rip)|proper)3)\\b` - or match proper3/repack3/rerip3'\ntags:\n- Repack\n- Flag\ntests:\n- expected: true\n  id: 1\n  input: The Zone of Interest 2023 PROPER3 2160p UHD BluRay TrueHD 7.1 Atmos HDR x265-MainFrame\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan:\n    end: 33\n    start: 26\n  matchedContent: PROPER3\n  matchedGroups:\n  - PROPER3\n  - null\n  - null\n  - PROPER\n  - null\n  passes: true\n- expected: false\n  id: 2\n  input: Proper.Pronouns.2020.720p.WEB-DL.AAC2.0.x264-ZTR.mkv\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: Proper.Pronouns.2020.720p.PROPER3.WEB-DL.AAC2.0.x264-ZTR.mkv\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan:\n    end: 33\n    start: 26\n  matchedContent: PROPER3\n  matchedGroups:\n  - PROPER3\n  - null\n  - null\n  - PROPER\n  - null\n  passes: true\n- expected: true\n  id: 4\n  input: Sonic.the.Hedgehog.3.2024.REPACK3.2160p.WEB-DL.DDP5.1.Atmos.DoVi.HDR.H.265-FLUX\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan:\n    end: 33\n    start: 26\n  matchedContent: REPACK3\n  matchedGroups:\n  - REPACK3\n  - null\n  - null\n  - REPACK\n  - PACK\n  passes: true\n- expected: true\n  id: 5\n  input: roommate.wanted.2015.rerip3.720p.bluray.x264-rusted.mkv\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan:\n    end: 27\n    start: 21\n  matchedContent: rerip3\n  matchedGroups:\n  - rerip3\n  - null\n  - null\n  - rerip\n  - rip\n  passes: true\n- expected: false\n  id: 6\n  input: The Zone of Interest 2023 PROPER 2160p UHD BluRay TrueHD 7.1 Atmos HDR x265-MainFrame\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 7\n  input: Sonic.the.Hedgehog.3.2024.REPACK.2160p.WEB-DL.DDP5.1.Atmos.DoVi.HDR.H.265-FLUX\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 8\n  input: Yo-Kai Watch S02E17 DUBBED REAL REAL REPACK HDTV x264-W4F\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan:\n    end: 43\n    start: 27\n  matchedContent: REAL REAL REPACK\n  matchedGroups:\n  - REAL REAL REPACK\n  - REPACK\n  - PACK\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 9\n  input: Game of Thrones S01 REPACK3 2160p MAX WEB-DL TrueHD 7.1 Atmos DV HDR H.265-Kitsune\n  lastRun: '2025-06-17T18:46:43.670504'\n  matchSpan:\n    end: 27\n    start: 20\n  matchedContent: REPACK3\n  matchedGroups:\n  - REPACK3\n  - null\n  - null\n  - REPACK\n  - PACK\n  passes: true\n"
  },
  {
    "path": "regex_patterns/RiCO.yml",
    "content": "name: RiCO\npattern: (?<=^|[\\s.-])RiCO\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Roku.yml",
    "content": "name: Roku\npattern: \\b(ROKU)\\b\ndescription: The Roku Channel is an over-the-top video streaming service available\n  in the U.S., Canada, Mexico and the U.K. Launched in September 2017. The Roku Channel\n  offers over 400 free live linear TV channels, more than 80,000 free movies and shows,\n  and access to paid content.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: 10 Minutes Gone 2019 1080p ROKU WEB-DL DD 5 1 H 264-PiRaTeS\n  lastRun: '2025-06-16T08:12:32.176786'\n  matchSpan:\n    end: 31\n    start: 20\n  matchedContent: ' 1080p ROKU'\n  matchedGroups:\n  - ROKU\n  passes: true\n- expected: false\n  id: 2\n  input: Natsume's Book of Friends S06 AKA Natsume Yuujinchou Roku 1080p BluRay FLAC\n    2.0 Hi10P x264-CyC\n  lastRun: '2025-06-16T08:12:32.176786'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 3\n  input: Natsume's Book of Friends AKA Natsume Yuujinchou Roku S06 1080p CR WEB-DL\n    Dubbed AAC 2.0 H.264-Yameii\n  lastRun: '2025-06-16T08:12:32.176786'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 4\n  input: Flower & Garnet 2002 480p ROKU WEB-DL AAC 2.0 H.264-vase\n  lastRun: '2025-06-16T08:12:32.176786'\n  matchSpan:\n    end: 30\n    start: 20\n  matchedContent: ' 480p ROKU'\n  matchedGroups:\n  - ROKU\n  passes: true\n"
  },
  {
    "path": "regex_patterns/SA89.yml",
    "content": "name: SA89\npattern: (?<=^|[\\s.-])SA89\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/SARTRE.yml",
    "content": "name: SARTRE\npattern: (?<=^|[\\s.-])SARTRE\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/SCY.yml",
    "content": "name: SCY\npattern: (?<=^|[\\s.-])SCY\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/SDR.yml",
    "content": "name: SDR\npattern: \\b(SDR)\\b\ndescription: 'Explicitly matches labelled Standard Dynamic Range, i.e. \"SDR\" '\ntags:\n- HDR\ntests:\n- expected: true\n  id: 1\n  input: Yojimbo.1961.REPACK.2160p.UHD.Blu-ray.Remux.SDR.HEVC.FLAC.1.0-CiNEPHiLES.mkv\n  lastRun: '2025-04-15T14:47:06.326256'\n  matchSpan:\n    end: 47\n    start: 44\n  matchedContent: SDR\n  matchedGroups:\n  - SDR\n  passes: true\n- expected: true\n  id: 2\n  input: \"For a Few Dollars More aka Per qualche dollaro in pi\\xF9 1965 UHD BluRay\\\n    \\ 2160p DTS-HD MA 5.1 SDR HEVC REMUX-FraMeSToR\"\n  lastRun: '2025-04-15T14:47:06.326256'\n  matchSpan:\n    end: 93\n    start: 90\n  matchedContent: SDR\n  matchedGroups:\n  - SDR\n  passes: true\n"
  },
  {
    "path": "regex_patterns/SEV.yml",
    "content": "name: SEV\npattern: (?<=^|[\\s.-])(SEV|D0ct0rLew|Kira)\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/SHD.yml",
    "content": "name: SHD\npattern: (?<=^|[\\s.-])SHD\\b\ndescription: Banned for Retagging\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/SM737.yml",
    "content": "name: SM737\npattern: (?<=^|[\\s.-])SM737\\b\ndescription: ''\ntags:\n- Release Group\ntests:\n- expected: true\n  id: 1\n  input: Training.Day.2001.UHD.BluRay.1080p.DD+Atmos.5.1.DoVi.HDR10.x265-SM737\n  lastRun: '2025-01-13T07:59:06.177271'\n  matchSpan:\n    end: 69\n    start: 64\n  matchedContent: SM737\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/SMURF.yml",
    "content": "name: SMURF\npattern: (?<=^|[\\s.-])SMURF\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/SOP.yml",
    "content": "name: SOP\npattern: (?<=^|[\\s.-])SOP\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests:\n- expected: true\n  id: 1\n  input: Interstellar.2014.PROPER.1080p.BluRay.DTS.x264-SoP\n  lastRun: '2024-12-22T20:56:46.004338'\n  matchSpan:\n    end: 50\n    start: 47\n  matchedContent: SoP\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/SPHD.yml",
    "content": "name: SPHD\npattern: (?<=^|[\\s.-])SPHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/SPiRiT.yml",
    "content": "name: SPiRiT\npattern: (?<=^|[\\s.-])SPiRiT\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/SQS.yml",
    "content": "name: SQS\npattern: (?<=^|[\\s.-])SQS\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/STRiKES.yml",
    "content": "name: STRiKES\npattern: (?<=^|[\\s.-])STRiKES\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/STUTTERSHIT.yml",
    "content": "name: STUTTERSHIT\npattern: (?<=^|[\\s.-])STUTTERSHIT\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/SURCODE.yml",
    "content": "name: SURCODE\npattern: (?<=^|[\\s.-])SURCODE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/SWTYBLZ.yml",
    "content": "name: SWTYBLZ\npattern: (?<=^|[\\s.-])SWTYBLZ\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/SaNcTi.yml",
    "content": "name: SaNcTi\npattern: (?<=^|[\\s.-])SaNcTi\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Saizen.yml",
    "content": "name: Saizen\npattern: (?<=^|[\\s.-])Saizen\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/SallySubs.yml",
    "content": "name: SallySubs\npattern: (?<=^|[\\s.-])SallySubs\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/SasukeducK.yml",
    "content": "name: SasukeducK\npattern: (?<=^|[\\s.-])SasukeducK\\b\ndescription: Banned for Fake DV/HDR Layer\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/SbR.yml",
    "content": "name: SbR\npattern: (?<=^|[\\s.-])SbR\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Scene.yml",
    "content": "name: Scene\npattern: (?<=^|[\\s.-])(SPARKS|DRONES|ROVERS|SPRINTER|GECKOS|SHORTBREHD|EDITH|FilmHD|POW4HD|HD4U|TENEIGHTY|ETHEL)\\b\ndescription: Matches Scene Groups\ntags: []\ntests: []\n"
  },
  {
    "path": "regex_patterns/Senjou.yml",
    "content": "name: Senjou\npattern: (?<=^|[\\s.-])Senjou\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/ShieldBearer.yml",
    "content": "name: ShieldBearer\npattern: (?<=^|[\\s.-])ShieldBearer\\b\ndescription: Banned For AI Upscale\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/Showtime Rename.yml",
    "content": "name: Showtime Rename\npattern: \\[(SHO)\\b|\\b(SHO)\\]\ndescription: Showtime (also known as Paramount+ with Showtime) is an American premium\n  television network and the flagship property of Showtime Networks, a sub-division\n  of the Paramount Media Networks division of Paramount Global. Showtime's programming\n  includes original television series produced exclusively for the linear network\n  and developed for the co-owned Paramount+ streaming service, theatrically released\n  and independent motion pictures, documentaries, and occasional stand-up comedy specials,\n  made-for-TV movies, and softcore adult programming.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Showtime.yml",
    "content": "name: Showtime\npattern: \\b(sho|showtime)\\b[ ._-]web[ ._-]?(dl|rip)?\\b\ndescription: Showtime (also known as Paramount+ with Showtime) is an American premium\n  television network and the flagship property of Showtime Networks, a sub-division\n  of the Paramount Media Networks division of Paramount Global. Showtime's programming\n  includes original television series produced exclusively for the linear network\n  and developed for the co-owned Paramount+ streaming service, theatrically released\n  and independent motion pictures, documentaries, and occasional stand-up comedy specials,\n  made-for-TV movies, and softcore adult programming.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/SiC.yml",
    "content": "name: SiC\npattern: (?<=^|[\\s.-])SiC\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/SiCFoI.yml",
    "content": "name: SiCFoI\npattern: (?<=^|[\\s.-])SiCFoI\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/SiGLA.yml",
    "content": "name: SiGLA\npattern: (?<=^|[\\s.-])SiGLA\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Full.Metal.Jacket.1987.1080p.HMAX.WEB-DL.DD5.1.HEVC-SiGLA.mkv\n  lastRun: '2024-12-11T05:23:38.079493'\n  matchSpan:\n    end: 57\n    start: 52\n  matchedContent: SiGLA\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/SiGMA.yml",
    "content": "name: SiGMA\npattern: (?<=^|[\\s.-])SiGMA\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/SiMPLE.yml",
    "content": "name: SiMPLE\npattern: (?<=^|[\\s.-])SiMPLE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Sing Along.yml",
    "content": "name: Sing Along\npattern: (?<=\\b[12]\\d{3}\\b).*\\b(Sing[-_. ]Along)\\b\ndescription: 'Matches \"Sing Along\" releases when `Sing Along` is preceded by a year\n\n  - Ensures that `Sing Along` is not matched in the movie title'\ntags:\n- Edition\ntests:\n- expected: true\n  id: 1\n  input: Wicked 2024 Sing-Along Version 720p MA WEB-DL DDP 5.1 H.264-FLUX\n  lastRun: '2025-02-26T04:53:02.368189'\n  matchSpan:\n    end: 22\n    start: 11\n  matchedContent: ' Sing-Along'\n  matchedGroups:\n  - Sing-Along\n  passes: true\n"
  },
  {
    "path": "regex_patterns/Skazhutin.yml",
    "content": "name: Skazhutin\npattern: (?<=^|[\\s.-])Skazhutin\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Slappy.yml",
    "content": "name: Slappy\npattern: (?<=^|[\\s.-])Slappy\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/SoLaR.yml",
    "content": "name: SoLaR\npattern: (?<=^|[\\s.-])SoLaR\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Special Edition.yml",
    "content": "name: Special Edition\npattern: (?<=\\b[12]\\d{3}\\b).*\\b(Cut|Directors|DC|Edition|Extended|Special|Uncensored|Uncut|Unrated|Version)(\\b|\\d)\ndescription: 'Matches any type of non theatrical edition. '\ntags:\n- Edition\ntests:\n- id: 3\n  input: My Very Extended Family\n  expected: false\n- id: 4\n  input: Pente lepta akoma AKA Extended Play\n  expected: false\n- id: 5\n  input: Uncut.2023.1080p.AMZN.WEB-DL.DDP2.0.H.264-LLL.mkv\n  expected: false\n- id: 6\n  input: The Punisher (1989) Remastered Uncut 1080p BluRay x265 SDR DDP 5.1 English-Ralphy\n  expected: true\n- id: 7\n  input: The Naked Director S01 2160p NF WEB-DL Dual-Audio DD+ 5.1 H.265-HONE\n  expected: false\n- id: 8\n  input: Midsommar.2019.PROPER.Directors.Cut.UHD.BluRay.1080p.DDP.5.1.DoVi.HDR10.x265-SM737.mkv\n  expected: true\n- id: 9\n  input: George.Michael.Freedom.Uncut.2022.1080p.AMZN.WEB-DL.DDP5.1.H.264-PTP.mkv\n  expected: false\n- id: 10\n  input: Tupac.Uncensored.and.Uncut.The.Lost.Prison.Tapes.2011.DVDRip.x264-HANDJOB.mkv\n  expected: false\n- id: 11\n  input: Friedkin.Uncut.2018.1080p.MUBI.WEB-DL.AAC2.0.H.264-BdC.mkv\n  expected: false\n- id: 12\n  input: Sniper.Special.Ops.2016.720p.BluRay.DD5.1.x264-SpaceHD\n  expected: false\n- id: 13\n  input: Revhead.Miduga.Special.Edition-SKIDROW\n  expected: false\n- id: 15\n  input: Land of the Dead 2005 Unrated DC REPACK SHOUT 1080p UHD BluRay DD 5 1 Atmos\n    DV HDR x265-SQS\n  expected: true\n- id: 16\n  input: 'Unrated: The Movie'\n  expected: false\n- id: 17\n  input: Who Framed Roger Rabbit 1988 Uncensored 1080p HDTV DD5.1 H.264.mkv\n  expected: true\n- id: 20\n  input: Zodiac.2007.Directors.Cut.Bluray.1080p.TrueHD.5.1.AVC.REMUX-FraMeSToR.mkv\n  expected: true\n- id: 21\n  input: X-Men Days of Future Past 2014 The Rogue Cut 2160p MA WEB-DL TrueHD 7 1 DV\n    HDR10+ H 265-DRX\n  expected: true\n- id: 22\n  input: The.Wicker.Man.The.Final.Cut.1973.UHD.BluRay.2160p.FLAC.2.0.DV.HEVC.REMUX-FraMeSToR\n  expected: false\n- id: 23\n  input: Twin Peaks Alternate International Version 1989 720p BluRay DTD 5.1 x264-reward\n  expected: false\n- id: 24\n  input: Trainspotting.1996.Collectors.Edition.1080P.BluRay.DD.5.1.X265-Ralphy.mkv\n  expected: true\n- id: 25\n  input: RoboCop.1987.DC.2160p.UHD.BluRay.TrueHD.7.1.DV.x265-W4NK3R.mkv\n  expected: true\n"
  },
  {
    "path": "regex_patterns/Stan Rename.yml",
    "content": "name: Stan Rename\npattern: \\[(STAN)\\b|\\b(STAN)\\]\ndescription: Stan is an Australian over-the-top streaming service. The service offers\n  a broad range of film and television content from both local and foreign productions,\n  particularly from the United States and United Kingdom.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Stan.yml",
    "content": "name: Stan\npattern: \\b(stan)\\b[ ._-]web[ ._-]?(dl|rip)?\\b\ndescription: Stan is an Australian over-the-top streaming service. The service offers\n  a broad range of film and television content from both local and foreign productions,\n  particularly from the United States and United Kingdom.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/SubsPlease.yml",
    "content": "name: SubsPlease\npattern: (?<=^|[\\s.-])SubsPlease\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/SubsPlus+.yml",
    "content": "name: SubsPlus+\npattern: (?<=^|[\\s.-])SubsPlus+\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/SumVision.yml",
    "content": "name: SumVision\npattern: (?<=^|[\\s.-])SumVision\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/SwAgLaNdEr.yml",
    "content": "name: SwAgLaNdEr\npattern: (?<=^|[\\s.-])SwAgLaNdEr\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/TAoE (Title).yml",
    "content": "name: TAoE (Title)\npattern: TAoE\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/TAoE.yml",
    "content": "name: TAoE\npattern: (?<=^|[\\s.-])(TAoE|Ainz|AJJMIN|ANONAZ|ArcX|bccornfo|DNU|DrainedDay|DUHIT|Erie|Frys|Goki|HxD|jb2049|JBENT|Nostradamus|r0b0t|Species180|TheSickle|xtrem3x|WEM)\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/TBB.yml",
    "content": "name: TBB\npattern: (?<=^|[\\s.-])TBB\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/TDD.yml",
    "content": "name: TDD\npattern: (?<=^|[\\s.-])TDD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/TEKNO3D.yml",
    "content": "name: TEKNO3D\npattern: (?<=^|[\\s.-])TEKNO3D\\b\ndescription: Banned for Fake DV/HDR Layer\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/TEPES.yml",
    "content": "name: TEPES\npattern: (?<=^|[\\s.-])TEPES\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/TERMiNAL.yml",
    "content": "name: TERMiNAL\npattern: (?<=^|[\\s.-])TERMiNAL\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/THORA.yml",
    "content": "name: THORA\npattern: (?<=^|[\\s.-])THORA\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/TOMMY.yml",
    "content": "name: TOMMY\npattern: (?<=^|[\\s.-])TOMMY\\b\ndescription: Matches \"TOMMY\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/TRiToN.yml",
    "content": "name: TRiToN\npattern: (?<=^|[\\s.-])TRiToN\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/TTGA.yml",
    "content": "name: TTGA\npattern: (?<=^|[\\s.-])TTGA\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/TV Extras.yml",
    "content": "name: TV Extras\npattern: (?<=\\bS\\d+\\b).*\\b(Extras|Bonus|Extended[ ._-]Clip)\\b\ndescription: Extras, Special Features, Featurettes, etc\ntags:\n- Banned\ntests:\n- expected: true\n  id: 1\n  input: Game of Thrones S08 Extras The Game Revealed 1080p AMZN WEB-DL DD+ 2.0 H.264-NTG\n  lastRun: '2025-08-18T20:43:40.568644'\n  matchSpan:\n    end: 26\n    start: 19\n  matchedContent: ' Extras'\n  matchedGroups:\n  - Extras\n  passes: true\n"
  },
  {
    "path": "regex_patterns/TVING.yml",
    "content": "name: TVING\npattern: \\b(TVING)\\b\ndescription: TVING is a South Korean subscription video on-demand over-the-top streaming\n  service operated by TVING Corporation, a joint venture made of CJ ENM Entertainment\n  Division, Naver and JTBC by its JTBC Studios, now called SLL.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/TVSmash.yml",
    "content": "name: TVSmash\npattern: (?<=^|[\\s.-])TVSmash\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/TayTo.yml",
    "content": "name: TayTo\npattern: (?<=^|[\\s.-])TayTo\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/TeamSyndicate.yml",
    "content": "name: TeamSyndicate\npattern: (?<=^|[\\s.-])TeamSyndicate\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Telly.yml",
    "content": "name: Telly\npattern: (?<=^|[\\s.-])Telly\\b\ndescription: Banned for Retagging\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/ThD.yml",
    "content": "name: ThD\npattern: (?<=^|[\\s.-])ThD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/TheFarm.yml",
    "content": "name: TheFarm\npattern: (?<=^|[\\s.-])TheFarm\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Theatrical Edition.yml",
    "content": "name: Theatrical Edition\npattern: ^(.*?)(\\d{4})(.*?)\\b(theatrical)\\b\ndescription: 'Matches any type of theatrical edition.\n\n  - Ensures that `Theatrical` comes after the year so that movies with ''Theatrical`\n  in the title are not matched'\ntags:\n- Edition\ntests:\n- expected: true\n  id: 1\n  input: Zodiac.2007.Theatrical.UHD.BluRay.2160p.TrueHD.5.1.DV.HEVC.REMUX-FraMeSToR.mkv\n  lastRun: '2025-02-25T22:15:43.307902'\n  matchSpan:\n    end: 22\n    start: 0\n  matchedContent: Zodiac.2007.Theatrical\n  matchedGroups:\n  - Zodiac.\n  - '2007'\n  - .\n  - Theatrical\n  passes: true\n- expected: true\n  id: 2\n  input: Theatrical.Movie.2007.Theatrical.UHD.BluRay.2160p.TrueHD.5.1.DV.HEVC.REMUX-FraMeSToR.mkv\n  lastRun: '2025-02-25T22:15:43.307902'\n  matchSpan:\n    end: 32\n    start: 0\n  matchedContent: Theatrical.Movie.2007.Theatrical\n  matchedGroups:\n  - Theatrical.Movie.\n  - '2007'\n  - .\n  - Theatrical\n  passes: true\n- expected: false\n  id: 3\n  input: Theatrical.Movie.2007.UHD.BluRay.2160p.TrueHD.5.1.DV.HEVC.REMUX-FraMeSToR.mkv\n  lastRun: '2025-02-25T22:15:43.307902'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/TimeDistortion.yml",
    "content": "name: TimeDistortion\npattern: (?<=^|[\\s.-])TimeDistortion\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/TnP.yml",
    "content": "name: TnP\npattern: (?<=^|[\\s.-])TnP\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/ToNaTo.yml",
    "content": "name: ToNaTo\npattern: (?<=^|[\\s.-])ToNaTo\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/TrueHD (Missing Groups).yml",
    "content": "name: TrueHD (Missing Groups)\npattern: (?<=^|[\\s.-])(TRiToN|EPSiLON|NoGroup|PmP)\\b\ndescription: Matches groups who mislabel TrueHD\ntags:\n- Audio\ntests: []\n"
  },
  {
    "path": "regex_patterns/TrueHD.yml",
    "content": "name: TrueHD\npattern: True[ .-]?HD[ .-]?\ndescription: ''\ntags:\n- Audio\n- Lossless\ntests: []\n"
  },
  {
    "path": "regex_patterns/Tsundere.yml",
    "content": "name: Tsundere\npattern: (?<=^|[\\s.-])Tsundere\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/TvR.yml",
    "content": "name: TvR\npattern: (?<=^|[\\s.-])TvR\\b\ndescription: Banned for Mislabeling WEB-DL with Remux\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/UDF.yml",
    "content": "name: UDF\npattern: (?<=^|[\\s.-])UDF\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/UHD Bluray (Efficient).yml",
    "content": "name: UHD Bluray (Efficient)\npattern: \\b(UHD[-_.\\s]?Blu[-]?Ray)|(UHD[-_.\\s]?BD?Rip)\\b\ndescription: Matches \"UHD Bluray\" or \"UHD Blu-Ray\" with a hyphen, space, dot or underscore\n  between them\ntags: []\ntests:\n- id: 1\n  input: 'Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY'\n  expected: true\n"
  },
  {
    "path": "regex_patterns/UHD Bluray Release Groups.yml",
    "content": "name: UHD Bluray Release Groups\npattern: (?<=^|[\\s.-])(AJP69|ATELiER|BMF|BRUTE|BSTD|BV|c0kE|Chotab|CJ|coffee|CRiSC|CRX|CtrlHD|Dariush|de[42]|decibel|DON|D-Z0N3|E.N.D|E1|EA|EDPH|EbP|ESiR|EXCiSION|FoRM|FraMeSToR|GALAXY|Geek|GS88|hdalx|HDMaNiAcS|HiDt|HiFi|HiP|IDE|iFT|KASHMiR|Kitsune|LiNG|LolHD|LoRD|luvBB|NCmt|NiBuRu|nmd|NTb|NyHD|ORiGEN|Penumbra|playHD|Positive|PTer|PuTao|REBORN|RiCO|rightSIZE|RO|rttr|SA89|SaNcTi|SbR|SiMPLE|SoLaR|SOP|SPHD|TayTo|TBB|TDD|TeamSyndicate|TnP|VLAD|VietHD|W4NK3R|WiLF|WMING|xander|ZIMBO|ZoroSenpai|ZQ)\\b\ndescription: Match release groups who should be categorized as UHD Bluray\ntags: []\ntests: []\n"
  },
  {
    "path": "regex_patterns/UHD Bluray.yml",
    "content": "name: UHD Bluray\npattern: \\bUHD[-_.\\s]?Blu[-]?Ray\\b\ndescription: Matches \"UHD Bluray\" or \"UHD Blu-Ray\" with a hyphen, space, dot or underscore\n  between them\ntags: []\ntests:\n- expected: true\n  id: 1\n  input: 'Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY'\n  lastRun: '2025-01-13T06:32:22.686039'\n  matchSpan:\n    end: 46\n    start: 36\n  matchedContent: UHD BluRay\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/UHD WEBRip Release Groups.yml",
    "content": "name: UHD WEBRip Release Groups\npattern: (?<=^|[\\s.-])(AJP69|ATELiER|BMF|BRUTE|BSTD|BV|c0kE|Chotab|CJ|coffee|CRiSC|CRX|CtrlHD|Dariush|de[42]|decibel|DON|D-Z0N3|E.N.D|E1|EA|EDPH|EbP|ESiR|EXCiSION|FoRM|FraMeSToR|GALAXY|Geek|GS88|hdalx|HDMaNiAcS|HiDt|HiFi|HiP|IDE|iFT|KASHMiR|Kitsune|LiNG|LolHD|LoRD|luvBB|NCmt|NiBuRu|nmd|NyHD|ORiGEN|Penumbra|playHD|Positive|PTer|REBORN|RiCO|rightSIZE|RO|rttr|SA89|SaNcTi|SbR|SiMPLE|SoLaR|SOP|SPHD|TayTo|TBB|TDD|TeamSyndicate|TnP|VLAD|VietHD|W4NK3R|WiLF|WMING|xander|ZIMBO|ZoroSenpai|ZQ)\\b\ndescription: Match release groups who should be categorized as UHD WEBRips\ntags: []\ntests: []\n"
  },
  {
    "path": "regex_patterns/ULTRAHDCLUB.yml",
    "content": "name: ULTRAHDCLUB\npattern: (?<=^|[\\s.-])ULTRAHDCLUB\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/UnKn0wn.yml",
    "content": "name: UnKn0wn\npattern: (?<=^|[\\s.-])UnKn0wn\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/Upscaled.yml",
    "content": "name: Upscaled\npattern: (Up[-\\.\\s]?scale|Re[-\\.\\s]?Grade|\\bAIUS\\b|AI[-\\.\\s]?enhanced)\ndescription: 'Matches upscales, regrades, AI Enhancements, etc. '\ntags:\n- Enhancement\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/VARYG.yml",
    "content": "name: VARYG\npattern: (?<=^|[\\s.-])VARYG\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/VD0N.yml",
    "content": "name: VD0N\npattern: (?<=^|[\\s.-])VD0N\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/VECTOR.yml",
    "content": "name: VECTOR\npattern: (?<=^|[\\s.-])VECTOR\\b\ndescription: Banned for Fake DV/HDR Layer.\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/VLAD.yml",
    "content": "name: VLAD\npattern: (?<=^|[\\s.-])VLAD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/VP9.yml",
    "content": "name: VP9\npattern: \\b(VP9)\\b\ndescription: VP9 is an open and royalty-free video coding format developed by Google\ntags:\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: Kedi 2016 REPACK 2160p WEB-DL DD+ 5.1 VP9-WiLDCAT\n  lastRun: '2025-04-15T14:48:20.729485'\n  matchSpan:\n    end: 41\n    start: 38\n  matchedContent: VP9\n  matchedGroups:\n  - VP9\n  passes: true\n- expected: true\n  id: 2\n  input: Kedi.2016.Repack.2160p.WEB-DL.DDP.5.1.VP9-WiLDCAT.mkv\n  lastRun: '2025-04-15T14:48:20.729485'\n  matchSpan:\n    end: 41\n    start: 38\n  matchedContent: VP9\n  matchedGroups:\n  - VP9\n  passes: true\n"
  },
  {
    "path": "regex_patterns/VVC.yml",
    "content": "name: VVC\npattern: (?<=^|[\\s.-])VVC\\b\ndescription: VVC, or Versatile Video Coding (H.266), is a video coding format that\n  compresses video files and streams to significantly smaller sizes than H.265 while\n  maintaining high quality.\ntags:\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: Aftersun.2022.1080p.BluRay.Opus.5.1.VVC-TayTO\n  lastRun: '2024-12-13T17:44:21.546788'\n  matchSpan:\n    end: 39\n    start: 36\n  matchedContent: VVC\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/ViETNAM.yml",
    "content": "name: ViETNAM\npattern: (?<=^|[\\s.-])ViETNAM\\b\ndescription: ''\ntags:\n- Release Group\n- HDTV\ntests: []\n"
  },
  {
    "path": "regex_patterns/ViSUM.yml",
    "content": "name: ViSUM\npattern: (?<=^|[\\s.-])ViSUM\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Vialle.yml",
    "content": "name: Vialle\npattern: (?<=^|[\\s.-])Vialle\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/VietHD.yml",
    "content": "name: VietHD\npattern: (?<=^|[\\s.-])VietHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Viki.yml",
    "content": "name: Viki\npattern: \\b(Viki)\\b\ndescription: Rakuten Viki is an American over-the-top subscription video on-demand\n  streaming service. It streams videos similar to other services, but also allows\n  users to subtitle content available in 200 languages as well as providing original\n  programming.\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: true\n  id: 1\n  input: Make Up with Mud 2024 S01E01 1080p VIKI WEB-DL AAC 2.0 H.264-DUSKLiGHT\n  lastRun: '2025-06-01T17:53:57.847362'\n  matchSpan:\n    end: 39\n    start: 21\n  matchedContent: ' S01E01 1080p VIKI'\n  matchedGroups:\n  - VIKI\n  passes: true\n- expected: false\n  id: 2\n  input: Vikings S06 Part 1 1080p Blu-ray AVC DTS-HD MA 5.1-SLIPSTREAM\n  lastRun: '2025-06-01T17:53:57.847362'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/VisionXpert.yml",
    "content": "name: VisionXpert\npattern: (?<=^|[\\s.-])VisionXpert\\b\ndescription: Banned for Fake DV/HDR Layer\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/Viu.yml",
    "content": "name: Viu\npattern: \\b(Viu)\\b\ndescription: Viu is a Hong Kong-based over-the-top video on demand streaming service\n  from PCCW Media Group's Viu International Ltd. Viu delivers content in different\n  genres from Asia's top content providers with local language subtitles\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Vodes.yml",
    "content": "name: Vodes\npattern: (?<=^|[\\s.-])Vodes\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Vyndros.yml",
    "content": "name: Vyndros\npattern: (?<=^|[\\s.-])Vyndros\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/W4NK3R.yml",
    "content": "name: W4NK3R\npattern: (?<=^|[\\s.-])W4NK3R\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/WATCHABLE.yml",
    "content": "name: WATCHABLE\npattern: (?<=^|[\\s.-])WATCHABLE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/WBDP.yml",
    "content": "name: WBDP\npattern: (?<=^|[\\s.-])WBDP\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/WELP.yml",
    "content": "name: WELP\npattern: (?<=^|[\\s.-])WELP\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/WMING.yml",
    "content": "name: WMING\npattern: (?<=^|[\\s.-])WMING\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Wavve.yml",
    "content": "name: Wavve\npattern: \\b(Wavve)\\b\ndescription: Wavve is an online streaming platform, that was first launched on September\n  18, 2019. The company was founded as a joint venture between SK Telecom and South\n  Korea's three terrestrial broadcasters KBS, MBC, SBS.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/WeTV.yml",
    "content": "name: WeTV\npattern: \\b(WeTV)\\b\ndescription: Tencent Video also called WeTV outside of China, is a Chinese video streaming\n  website owned by Tencent. The website was launched in April 2011, and is one of\n  China's largest online video platforms\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Weasley.yml",
    "content": "name: Weasley\npattern: \\b(Weasley)\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/WhiteRhino.yml",
    "content": "name: WhiteRhino\npattern: (?<=^|[\\s.-])WhiteRhino\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/WiKi.yml",
    "content": "name: WiKi\npattern: (?<=^|[\\s.-])WiKi\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/WiLDCAT.yml",
    "content": "name: WiLDCAT\npattern: (?<=^|[\\s.-])WiLDCAT\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/WiLF.yml",
    "content": "name: WiLF\npattern: (?<=^|[\\s.-])WiLF\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/XEBEC.yml",
    "content": "name: XEBEC\npattern: (?<=^|[\\s.-])XEBEC\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Xvid.yml",
    "content": "name: Xvid\npattern: (?i)[-. ]Xvid\ndescription: 'Xvid is a video codec based on the MPEG-4 Part 2 standard, designed\n  for efficient compression while maintaining good visual quality. It is commonly\n  used for encoding videos into smaller file sizes suitable for online sharing or\n  storage, often paired with MP3 or AAC audio. '\ntags:\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: U2.Vertigo.Live.From.Chicago.720p.AC3.5.1ch.Xvid\n  lastRun: '2024-12-08T22:47:07.712482'\n  matchSpan:\n    end: 48\n    start: 43\n  matchedContent: .Xvid\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: Britney Spears-Toxic-Hdtv-720P-Xvid.avi\n  lastRun: '2024-12-08T22:47:07.712482'\n  matchSpan:\n    end: 35\n    start: 30\n  matchedContent: -Xvid\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/YAWNiX.yml",
    "content": "name: YAWNiX\npattern: (?<=^|[\\s.-])YAWNiX\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/YELLO.yml",
    "content": "name: YELLO\npattern: (?<=^|[\\s.-])YELLO\\b\ndescription: ''\ntags:\n- Release Group\n- HEVC\ntests: []\n"
  },
  {
    "path": "regex_patterns/YIFY.yml",
    "content": "name: YIFY\npattern: (?<=^|[\\s.-])YIFY\\b\ndescription: Matches \"YIFY\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/YTS.yml",
    "content": "name: YTS\npattern: (?<=^|[\\s.-])YTS(.(MX|LT|AG))?\\b\ndescription: Matches \"YTS\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/YURI.yml",
    "content": "name: YURI\npattern: (?<=^|[\\s.-])YURI\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/Youku.yml",
    "content": "name: Youku\npattern: \\b(Youku|YK)\\b\ndescription: \"Youku is a major Chinese streaming platform owned by Alibaba Group,\\\n  \\ offering a wide range of long-form video content including TV dramas, films, variety\\\n  \\ shows, animation, original productions, and licensed international titles. Known\\\n  \\ as one of China\\u2019s top three streaming services alongside iQIYI and Tencent\\\n  \\ Video, Youku operates on both ad-supported and subscription models and is integrated\\\n  \\ across mobile, web, smart TV, and other devices. The platform emphasizes high-quality,\\\n  \\ professionally produced content and also supports user-generated videos and live\\\n  \\ broadcasts, making it a central hub for digital entertainment within China.\"\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/Yuki.yml",
    "content": "name: Yuki\npattern: (?<=^|[\\s.-])Yuki\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/ZIMBO.yml",
    "content": "name: ZIMBO\npattern: (?<=^|[\\s.-])ZIMBO\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/ZQ.yml",
    "content": "name: ZQ\npattern: (?<=^|[\\s.-])ZQ\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/ZR.yml",
    "content": "name: ZR\npattern: (?<=^|[\\s.-])ZR\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/ZoroSenpai.yml",
    "content": "name: ZoroSenpai\npattern: (?<=^|[\\s.-])ZoroSenpai\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/Zurako.yml",
    "content": "name: Zurako\npattern: (?<=^|[\\s.-])Zurako\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/b0mbardiers.yml",
    "content": "name: b0mbardiers\npattern: (?<=^|[\\s.-])b0mbardiers\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/beAst.yml",
    "content": "name: beAst\npattern: (?<=^|[\\s.-])beAst\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/bluegreeen.yml",
    "content": "name: bluegreeen\npattern: (?<=^|[\\s.-])bluegreeen\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/bluespots.yml",
    "content": "name: bluespots\npattern: (?<=^|[\\s.-])bluespots\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/c0kE.yml",
    "content": "name: c0kE\npattern: (?<=^|[\\s.-])c0kE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/cXcY.yml",
    "content": "name: cXcY\npattern: (?<=^|[\\s.-])cXcY\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/coffee.yml",
    "content": "name: coffee\npattern: (?<=^|[\\s.-])coffee\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/d3g.yml",
    "content": "name: d3g\npattern: (?<=^|[\\s.-])d3g\\b\ndescription: Banned for LQ and various Encode Issues.\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/dB.yml",
    "content": "name: dB\npattern: (?<=^|[\\s.-])dB\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/de(42).yml",
    "content": "name: de[42]\npattern: (?<=^|[\\s.-])de[42]\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/deanzel.yml",
    "content": "name: deanzel\npattern: (?<=^|[\\s.-])deanzel\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/decibeL.yml",
    "content": "name: decibeL\npattern: (?<=^|[\\s.-])decibeL\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/dkore.yml",
    "content": "name: dkore\npattern: (?<=^|[\\s.-])dkore\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/edge2020.yml",
    "content": "name: edge2020\npattern: (?<=^|[\\s.-])edge2020\\b\ndescription: ''\ntags:\n- Release Group\ntests: []\n"
  },
  {
    "path": "regex_patterns/h264.yml",
    "content": "name: h264\npattern: (?i)h\\s*\\.?\\s*264\ndescription: 'An open source encoder that produces H.264 videos. '\ntags:\n- Codec\ntests:\n- expected: false\n  id: 1\n  input: Dan Da Dan AKA Dandadan S01E10 1080p CR WEB-DL AAC 2.0 x264-SubsPlease\n  lastRun: '2025-07-09T19:19:57.966625'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 2\n  input: Life of Pi 2012 1080p BluRay x264-SPARKS\n  lastRun: '2025-07-09T19:19:57.966625'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 3\n  input: Scrubs (2001) S04 REPACK (1080p AIUS DVDRip x265 10bit AC3 5 1 English -\n    JBENT)[TAoE]\n  lastRun: '2025-07-09T19:19:57.966625'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 4\n  input: Wallander UK S01-S04 DVDRip XviD BDRip x264-Scene (2008-2016)\n  lastRun: '2025-07-09T19:19:57.966625'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 5\n  input: Rugrats S05 480p DVDRip Opus 2.0 AV1-Jenkins\n  lastRun: '2025-07-09T19:19:57.966625'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 6\n  input: _Summer S00 JAPANESE 480p DVDRip DD 2.0 x264-Tsundere\n  lastRun: '2025-07-09T19:19:57.966625'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 7\n  input: Sinners (2025) (1080p MA WEB-DL H264 SDR DDP Atmos 5.1 English - PiracyIsASin)\n  lastRun: '2025-07-09T19:19:57.966625'\n  matchSpan:\n    end: 36\n    start: 32\n  matchedContent: H264\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/h265.yml",
    "content": "name: h265\npattern: (?i)h\\s*\\.?\\s*265\ndescription: A video compression standard that delivers higher efficiency than H.264,\n  enabling better quality at lower bitrates, ideal for 4K and HDR content.\ntags:\n- Codec\ntests:\n- expected: false\n  id: 1\n  input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -\n    r00t QxR)\n  lastRun: '2024-12-17T18:05:24.558038'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: false\n  id: 2\n  input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio\n  lastRun: '2024-12-17T18:05:24.558038'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 3\n  input: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE)\n  lastRun: '2024-12-17T18:05:24.558038'\n  matchSpan:\n    end: 41\n    start: 37\n  matchedContent: H265\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 4\n  input: \"\\t The Batman (2022) 1080p AMZN WEB-DL H265 SDR DDP 5.1 English-DarQ\"\n  lastRun: '2024-12-17T18:05:24.558038'\n  matchSpan:\n    end: 42\n    start: 38\n  matchedContent: H265\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/hallowed.yml",
    "content": "name: hallowed\npattern: (?<=^|[\\s.-])hallowed\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests:\n- expected: true\n  id: 1\n  input: Contact.1997.BluRay.1080p.DDP.5.1.x264-hallowed\n  lastRun: '2025-01-13T02:50:54.178942'\n  matchSpan:\n    end: 47\n    start: 39\n  matchedContent: hallowed\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/hchcsen.yml",
    "content": "name: hchcsen\npattern: (?<=^|[\\s.-])hchcsen\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/hdalx.yml",
    "content": "name: hdalx\npattern: (?<=^|[\\s.-])hdalx\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/hydes.yml",
    "content": "name: hydes\npattern: (?<=^|[\\s.-])hydes\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/iFT.yml",
    "content": "name: iFT\npattern: (?<=^|[\\s.-])iFT\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/iON.yml",
    "content": "name: iON\npattern: (?<=^|[\\s.-])iON\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/iPT Internals.yml",
    "content": "name: iPT Internals\npattern: (?<=^|[\\s.-])CM(a)?R(io)?G|EVO\\b\ndescription: 'Matches EVO / CMRG. Needed for the iTunes (Missing) CF. '\ntags:\n- Release Group\ntests:\n- expected: true\n  id: 1\n  input: 12 Dares of Christmas 2023 1080p AMZN WEB-DL DDP 2.0 H.264-CMRG\n  lastRun: '2024-12-06T06:14:09.421485'\n  matchSpan:\n    end: 63\n    start: 59\n  matchedContent: CMRG\n  matchedGroups:\n  - null\n  - null\n  passes: true\n- expected: true\n  id: 2\n  input: The.Super.Mario.Bros.Movie.2023.1080p.MA.WEB-DL.DDP5.1.Atmos.H.264-CMaRioG.mkv\n  lastRun: '2024-12-06T06:14:09.421485'\n  matchSpan:\n    end: 74\n    start: 67\n  matchedContent: CMaRioG\n  matchedGroups:\n  - a\n  - io\n  passes: true\n- expected: true\n  id: 3\n  input: Aisha 2022 1080p WEB-DL DDP5 1 H 264-EVO\n  lastRun: '2024-12-06T06:14:09.421485'\n  matchSpan:\n    end: 40\n    start: 37\n  matchedContent: EVO\n  matchedGroups:\n  - null\n  - null\n  passes: true\n"
  },
  {
    "path": "regex_patterns/iQIYI.yml",
    "content": "name: iQIYI\npattern: \\b(IQIYI|IQ)\\b\ndescription: iQIYI is a Chinese subscription video on-demand over-the-top streaming\n  service owned by Baidu. Headquartered in Beijing, iQIYI primarily produces and distributes\n  films and television series.\ntags:\n- Streaming Service\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/iTunes Rename.yml",
    "content": "name: iTunes Rename\npattern: \\[(iT)\\b|\\b(iT)\\]\ndescription: 'iTunes began offering video content in October 2005 with the release\n  of iTunes 6. At launch, the iTunes Store provided popular TV shows from ABC, Disney\n  Channel, and other networks. Users could purchase and view video content, such as\n  episodes of Desperate Housewives, Lost, That''s So Raven, and The Suite Life of\n  Zack & Cody.\n\n\n  In 2008, Apple introduced \"iTunes Digital Copy,\" a feature on select DVDs and Blu-ray\n  discs that allowed users to obtain a digital copy of the video content in iTunes\n  and associated media players.\n\n\n  Over time, iTunes expanded its video offerings and became a significant platform\n  for purchasing, organizing, and viewing movies and TV shows.'\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: false\n  id: 1\n  input: The 1975-iTunes Music Festival London (2013)-CONVERT-1080p-x264-2013-SRPx\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: Armour of God 1987 iTunes WEB-DL 4k HEVC HDR AAC-AREY\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan:\n    end: 25\n    start: 19\n  matchedContent: iTunes\n  matchedGroups:\n  - iTunes\n  - DL\n  passes: true\n- expected: true\n  id: 3\n  input: The Celluloid Closet 1995 1080p iTunes WEB-DL H 264 AAC\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan:\n    end: 38\n    start: 32\n  matchedContent: iTunes\n  matchedGroups:\n  - iTunes\n  - DL\n  passes: true\n- expected: true\n  id: 4\n  input: 752.is.Not.A.Number.2022.2160p.iT.WEB-DL.DD5.1.HEVC-NTb.mkv\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan:\n    end: 33\n    start: 31\n  matchedContent: iT\n  matchedGroups:\n  - iT\n  - DL\n  passes: true\n- expected: false\n  id: 5\n  input: Bring It On All or Nothing 2006 1080p BluRay DDP 5 1 x265-edge2020\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/iTunes.yml",
    "content": "name: iTunes\npattern: \\b(it|itunes)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)\ndescription: 'iTunes began offering video content in October 2005 with the release\n  of iTunes 6. At launch, the iTunes Store provided popular TV shows from ABC, Disney\n  Channel, and other networks. Users could purchase and view video content, such as\n  episodes of Desperate Housewives, Lost, That''s So Raven, and The Suite Life of\n  Zack & Cody.\n\n\n  In 2008, Apple introduced \"iTunes Digital Copy,\" a feature on select DVDs and Blu-ray\n  discs that allowed users to obtain a digital copy of the video content in iTunes\n  and associated media players.\n\n\n  Over time, iTunes expanded its video offerings and became a significant platform\n  for purchasing, organizing, and viewing movies and TV shows.'\ntags:\n- Streaming Service\n- WEB-DL\ntests:\n- expected: false\n  id: 1\n  input: The 1975-iTunes Music Festival London (2013)-CONVERT-1080p-x264-2013-SRPx\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: Armour of God 1987 iTunes WEB-DL 4k HEVC HDR AAC-AREY\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan:\n    end: 25\n    start: 19\n  matchedContent: iTunes\n  matchedGroups:\n  - iTunes\n  - DL\n  passes: true\n- expected: true\n  id: 3\n  input: The Celluloid Closet 1995 1080p iTunes WEB-DL H 264 AAC\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan:\n    end: 38\n    start: 32\n  matchedContent: iTunes\n  matchedGroups:\n  - iTunes\n  - DL\n  passes: true\n- expected: true\n  id: 4\n  input: 752.is.Not.A.Number.2022.2160p.iT.WEB-DL.DD5.1.HEVC-NTb.mkv\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan:\n    end: 33\n    start: 31\n  matchedContent: iT\n  matchedGroups:\n  - iT\n  - DL\n  passes: true\n- expected: false\n  id: 5\n  input: Bring It On All or Nothing 2006 1080p BluRay DDP 5 1 x265-edge2020\n  lastRun: '2024-12-06T05:44:57.921957'\n  matchSpan: null\n  matchedContent: null\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/iVy.yml",
    "content": "name: iVy\npattern: (?<=^|[\\s.-])iVy\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/j3rico.yml",
    "content": "name: j3rico\npattern: (?<=^|[\\s.-])j3rico\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/jennaortegaUHD.yml",
    "content": "name: jennaortegaUHD\npattern: (?<=^|[\\s.-])jennaortega(UHD)?\\b\ndescription: Banned for Fake DV/HDR Layer\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/k00kie.yml",
    "content": "name: k00kie\npattern: (?<=^|[\\s.-])k00kie\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/kBaraka.yml",
    "content": "name: kBaraka\npattern: (?<=^|[\\s.-])kBaraka\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/kmplx.yml",
    "content": "name: kmplx\npattern: (?<=^|[\\s.-])kmplx\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/kuchikirukia.yml",
    "content": "name: kuchikirukia\npattern: (?<=^|[\\s.-])kuchikirukia\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/luvBB.yml",
    "content": "name: luvBB\npattern: (?<=^|[\\s.-])luvBB\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/mkv.yml",
    "content": "name: mkv\npattern: .mkv|.mp4\ndescription: Matches MKV and MP4 containers. Helps to differentiate file names from\n  torrent names.\ntags:\n- Container\ntests:\n- expected: true\n  id: 1\n  input: Full.Metal.Jacket.1987.1080p.HMAX.WEB-DL.DD5.1.HEVC-SiGLA.mkv\n  lastRun: '2024-12-11T05:19:13.022900'\n  matchSpan:\n    end: 61\n    start: 57\n  matchedContent: .mkv\n  matchedGroups: []\n  passes: true\n- expected: true\n  id: 2\n  input: \"Don\\u2019t Move \\u201CDirected by Anthony Melton\\u201D_HD_1920x1080_tt2846600.mp4\"\n  lastRun: '2024-12-11T05:19:13.022900'\n  matchSpan:\n    end: 66\n    start: 62\n  matchedContent: .mp4\n  matchedGroups: []\n  passes: true\n"
  },
  {
    "path": "regex_patterns/monkee.yml",
    "content": "name: monkee\npattern: (?<=^|[\\s.-])monkee\\b\ndescription: Matches \"monkee\" when preceded by whitespace, a hyphen or dot\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/mottoj.yml",
    "content": "name: mottoj\npattern: (?<=^|[\\s.-])mottoj\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/nmd.yml",
    "content": "name: nmd\npattern: (?<=^|[\\s.-])nmd\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/noxxus.yml",
    "content": "name: noxxus\npattern: (?<=^|[\\s.-])noxxus\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/playBD.yml",
    "content": "name: playBD\npattern: (?<=^|[\\s.-])playBD\\b\ndescription: ''\ntags:\n- Release Group\n- Remux\ntests: []\n"
  },
  {
    "path": "regex_patterns/playHD.yml",
    "content": "name: playHD\npattern: (?<=^|[\\s.-])playHD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/playSD.yml",
    "content": "name: playSD\npattern: (?<=^|[\\s.-])playSD\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/playWEB.yml",
    "content": "name: playWEB\npattern: (?<=^|[\\s.-])playWEB\\b\ndescription: ''\ntags:\n- Release Group\n- WEB-DL\ntests: []\n"
  },
  {
    "path": "regex_patterns/pog42.yml",
    "content": "name: pog42\npattern: (?<=^|[\\s.-])pog42\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/rightSIZE.yml",
    "content": "name: rightSIZE\npattern: (?<=^|[\\s.-])rightSIZE\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/rttr.yml",
    "content": "name: rttr\npattern: (?<=^|[\\s.-])rttr\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/sam.yml",
    "content": "name: sam\npattern: (?<=^|[\\s.-])sam\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/smol.yml",
    "content": "name: smol\npattern: (?<=^|[\\s.-])smol\\b\ndescription: ''\ntags:\n- Release Group\n- Anime\ntests: []\n"
  },
  {
    "path": "regex_patterns/tarunk9c.yml",
    "content": "name: tarunk9c\npattern: (?<=^|[\\s.-])tarunk9c\\b\ndescription: Banned for Fake DV/HDR Layer\ntags:\n- Release Group\n- Banned\ntests: []\n"
  },
  {
    "path": "regex_patterns/x0r.yml",
    "content": "name: x0r\npattern: (?<=^|[\\s.-])x0r\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "regex_patterns/x264.yml",
    "content": "name: x264\npattern: ^(?!.*(?i:remux)).*([xh](\\.?264)|DVDRip)\ndescription: 'An open source encoder that produces H.264 videos. '\ntags:\n- Encoder\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: Dan Da Dan AKA Dandadan S01E10 1080p CR WEB-DL AAC 2.0 x264-SubsPlease\n  lastRun: '2024-12-07T00:22:39.865345'\n  matchSpan:\n    end: 59\n    start: 0\n  matchedContent: Dan Da Dan AKA Dandadan S01E10 1080p CR WEB-DL AAC 2.0 x264\n  matchedGroups:\n  - x264\n  - '264'\n  passes: true\n- expected: true\n  id: 2\n  input: Life of Pi 2012 1080p BluRay x264-SPARKS\n  lastRun: '2024-12-07T00:22:39.865345'\n  matchSpan:\n    end: 33\n    start: 0\n  matchedContent: Life of Pi 2012 1080p BluRay x264\n  matchedGroups:\n  - x264\n  - '264'\n  passes: true\n- expected: false\n  id: 3\n  input: Scrubs (2001) S04 REPACK (1080p AIUS DVDRip x265 10bit AC3 5 1 English -\n    JBENT)[TAoE]\n  lastRun: '2024-12-07T00:22:39.865345'\n  matchSpan:\n    end: 43\n    start: 0\n  matchedContent: Scrubs (2001) S04 REPACK (1080p AIUS DVDRip\n  matchedGroups:\n  - DVDRip\n  - null\n  passes: false\n- expected: false\n  id: 4\n  input: Wallander UK S01-S04 DVDRip XviD BDRip x264-Scene (2008-2016)\n  lastRun: '2024-12-07T00:22:39.865345'\n  matchSpan:\n    end: 43\n    start: 0\n  matchedContent: Wallander UK S01-S04 DVDRip XviD BDRip x264\n  matchedGroups:\n  - x264\n  - '264'\n  passes: false\n- expected: false\n  id: 5\n  input: Rugrats S05 480p DVDRip Opus 2.0 AV1-Jenkins\n  lastRun: '2024-12-07T00:22:39.865345'\n  matchSpan:\n    end: 23\n    start: 0\n  matchedContent: Rugrats S05 480p DVDRip\n  matchedGroups:\n  - DVDRip\n  - null\n  passes: false\n- expected: true\n  id: 6\n  input: _Summer S00 JAPANESE 480p DVDRip DD 2.0 x264-Tsundere\n  lastRun: '2024-12-07T00:22:39.865345'\n  matchSpan:\n    end: 44\n    start: 0\n  matchedContent: _Summer S00 JAPANESE 480p DVDRip DD 2.0 x264\n  matchedGroups:\n  - x264\n  - '264'\n  passes: true\n"
  },
  {
    "path": "regex_patterns/x265 (Efficient).yml",
    "content": "name: x265 (Efficient)\npattern: ^(?!.*(?i:remux))(?=.*([xh]\\s?(\\.?265)\\b|HEVC|\\bDS4K\\b)).*$\ndescription: 'An open source encoder that produces H.265 videos. '\ntags:\n- Encoder\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -\n    r00t QxR)\n  lastRun: '2025-07-08T23:41:58.745204'\n  matchSpan:\n    end: 83\n    start: 0\n  matchedContent: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0\n    English - r00t QxR)\n  matchedGroups:\n  - x265\n  - '265'\n  passes: true\n- expected: true\n  id: 2\n  input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio\n  lastRun: '2025-07-08T23:41:58.745204'\n  matchSpan:\n    end: 68\n    start: 0\n  matchedContent: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio\n  matchedGroups:\n  - x265\n  - '265'\n  passes: true\n- expected: true\n  id: 3\n  input: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1 DoVi HDR10x265-c0kE\n  lastRun: '2025-07-08T23:41:58.745204'\n  matchSpan:\n    end: 83\n    start: 0\n  matchedContent: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1\n    DoVi HDR10x265-c0kE\n  matchedGroups:\n  - x265\n  - '265'\n  passes: true\n- expected: true\n  id: 4\n  input: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English - HONE)\n  lastRun: '2025-07-08T23:41:58.745204'\n  matchSpan:\n    end: 75\n    start: 0\n  matchedContent: The Batman (2022) (1080p HMAX WEB-DL H265 SDR DDP Atmos 5.1 English\n    - HONE)\n  matchedGroups:\n  - H265\n  - '265'\n  passes: true\n"
  },
  {
    "path": "regex_patterns/x265.yml",
    "content": "name: x265\npattern: ^(?!.*(?i:remux))(?=.*([x]\\s?(\\.?265)\\b|HEVC|\\bDS4K\\b)).*$\ndescription: 'An open source encoder that produces H.265 videos. '\ntags:\n- Encoder\n- Codec\ntests:\n- expected: true\n  id: 1\n  input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English -\n    r00t QxR)\n  lastRun: '2025-01-14T10:24:52.457470'\n  matchSpan:\n    end: 83\n    start: 0\n  matchedContent: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0\n    English - r00t QxR)\n  matchedGroups:\n  - x265\n  - '265'\n  passes: true\n- expected: true\n  id: 2\n  input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio\n  lastRun: '2025-01-14T10:24:52.457470'\n  matchSpan:\n    end: 68\n    start: 0\n  matchedContent: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio\n  matchedGroups:\n  - x265\n  - '265'\n  passes: true\n- expected: true\n  id: 3\n  input: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1 DoVi HDR10x265-c0kE\n  lastRun: '2025-01-14T10:24:52.457470'\n  matchSpan:\n    end: 83\n    start: 0\n  matchedContent: Spider-Man Across the Spider-Verse 2023 1080p UHD BluRay DDP7 1\n    DoVi HDR10x265-c0kE\n  matchedGroups:\n  - x265\n  - '265'\n  passes: true\n"
  },
  {
    "path": "regex_patterns/xander.yml",
    "content": "name: xander\npattern: (?<=^|[\\s.-])xander\\b\ndescription: ''\ntags:\n- Release Group\n- Bluray\ntests: []\n"
  },
  {
    "path": "scripts/tierCreator.py",
    "content": "#!/usr/bin/env python3\n\nimport argparse\nimport json\nimport os\nimport sys\nfrom pathlib import Path\nimport yaml\n\n\ndef load_template(template_path):\n    \"\"\"Load a YAML template file.\"\"\"\n    try:\n        with open(template_path, 'r') as f:\n            return yaml.safe_load(f)\n    except FileNotFoundError:\n        print(f\"Error: Template file not found: {template_path}\")\n        sys.exit(1)\n\n\ndef create_regex_pattern(group_name,\n                         template_dir,\n                         output_dir,\n                         dry_run=False,\n                         show_preview=False):\n    \"\"\"Create a regex pattern file for a release group if it doesn't exist.\"\"\"\n    output_path = output_dir / f\"{group_name}.yml\"\n\n    # Skip if pattern already exists\n    if output_path.exists():\n        print(f\"Skipping existing regex pattern: {output_path}\")\n        return\n\n    print(\n        f\"{'Would create' if dry_run else 'Creating'} regex pattern: {output_path}\"\n    )\n\n    # Load and fill template\n    template = load_template(template_dir / \"releaseGroup.yml\")\n    template['name'] = group_name\n    template['pattern'] = f\"(?<=^|[\\\\s.-]){group_name}\\\\b\"\n\n    # Show preview in dry run mode if this is the first pattern\n    if dry_run and show_preview:\n        print(\"\\nPreview of first regex pattern:\")\n        print(\"---\")\n        print(\n            yaml.dump(template,\n                      sort_keys=False,\n                      default_flow_style=False,\n                      indent=2))\n        print(\"---\\n\")\n\n    # Create output directory if it doesn't exist\n    output_dir.mkdir(parents=True, exist_ok=True)\n\n    # Write pattern file if not dry run\n    if not dry_run:\n        with open(output_path, 'w') as f:\n            yaml.dump(template, f, sort_keys=False)\n\n\ndef create_tier_format(tier,\n                       resolution,\n                       type_name,\n                       groups,\n                       template_dir,\n                       output_dir,\n                       dry_run=False,\n                       show_preview=False):\n    \"\"\"Create a custom format file for a specific tier.\"\"\"\n    # Get groups for this tier\n    tier_groups = [group[\"name\"] for group in groups if group[\"tier\"] == tier]\n    if not tier_groups:\n        return\n\n    # Load and fill template\n    template = load_template(template_dir / \"groupTier.yml\")\n\n    # Replace template variables\n    template['name'] = f\"{resolution} {type_name} Tier {tier}\"\n    template[\n        'description'] = f\"Matches release groups who fall under {resolution} {type_name} Tier {tier}\"\n\n    # Find and update resolution condition\n    for condition in template['conditions']:\n        if condition.get('resolution'):\n            condition['name'] = resolution\n            condition['resolution'] = resolution\n\n    # Add release group conditions\n    for group_name in tier_groups:\n        release_group_condition = {\n            'name': group_name,\n            'negate': False,\n            'pattern': group_name,\n            'required': False,\n            'type': 'release_group'\n        }\n        template['conditions'].append(release_group_condition)\n\n    # Ensure tests is an empty list, not null\n    template['tests'] = []\n\n    # Create output directory if it doesn't exist\n    output_dir.mkdir(parents=True, exist_ok=True)\n\n    # Write custom format file\n    output_path = output_dir / f\"{resolution} {type_name} Tier {tier}.yml\"\n    existing = \"Overwriting\" if output_path.exists() else \"Creating\"\n    print(\n        f\"{'Would ' + existing.lower() if dry_run else existing} custom format: {output_path} (includes {len(tier_groups)} groups)\"\n    )\n\n    # Show preview in dry run mode if this is the first format\n    if dry_run and show_preview:\n        print(\"\\nPreview of first custom format:\")\n        print(\"---\")\n        print(\n            yaml.dump(template,\n                      sort_keys=False,\n                      default_flow_style=False,\n                      indent=2))\n        print(\"---\\n\")\n\n    if not dry_run:\n        with open(output_path, 'w') as f:\n            yaml.dump(template,\n                      f,\n                      sort_keys=False,\n                      default_flow_style=False,\n                      indent=2)\n\n\ndef main():\n    parser = argparse.ArgumentParser(\n        description='Create Radarr custom formats for release group tiers')\n    parser.add_argument('json_file',\n                        help='Input JSON file containing tier data')\n    parser.add_argument('--resolution',\n                        choices=['SD', '720p', '1080p', '2160p'],\n                        required=True,\n                        help='Resolution for custom formats')\n    parser.add_argument('--type',\n                        choices=['Quality', 'Balanced'],\n                        required=True,\n                        help='Type of custom format')\n    parser.add_argument(\n        '--dry-run',\n        action='store_true',\n        help='Show what would be done without making any changes')\n\n    args = parser.parse_args()\n\n    # Setup paths\n    script_dir = Path(__file__).parent\n    template_dir = script_dir.parent / \"templates\"\n    regex_dir = script_dir.parent / \"regex_patterns\"\n    format_dir = script_dir.parent / \"custom_formats\"\n\n    # Load and parse input JSON\n    try:\n        with open(args.json_file, 'r') as f:\n            data = json.load(f)\n    except FileNotFoundError:\n        print(f\"Error: Input JSON file not found: {args.json_file}\")\n        sys.exit(1)\n    except json.JSONDecodeError:\n        print(f\"Error: Invalid JSON file: {args.json_file}\")\n        sys.exit(1)\n\n    # Print summary of what we found\n    print(f\"\\nAnalyzing input file: {args.json_file}\")\n    print(\n        f\"Found {len(data['tiered_groups'])} release groups across {len(set(group['tier'] for group in data['tiered_groups']))} tiers\"\n    )\n\n    if args.dry_run:\n        print(\"\\nDRY RUN - No files will be created or modified\\n\")\n\n    # Create regex patterns for all groups\n    print(\"\\nProcessing regex patterns:\")\n    for i, group in enumerate(data[\"tiered_groups\"]):\n        create_regex_pattern(group[\"name\"],\n                             template_dir,\n                             regex_dir,\n                             args.dry_run,\n                             show_preview=(i == 0))\n\n    # Create tier formats\n    print(\"\\nProcessing custom formats:\")\n    unique_tiers = sorted(set(group[\"tier\"]\n                              for group in data[\"tiered_groups\"]))\n    for i, tier in enumerate(unique_tiers):\n        create_tier_format(tier,\n                           args.resolution,\n                           args.type,\n                           data[\"tiered_groups\"],\n                           template_dir,\n                           format_dir,\n                           args.dry_run,\n                           show_preview=(i == 0))\n\n    print(\n        f\"\\nSuccessfully {'simulated' if args.dry_run else 'created'} custom formats for {args.resolution} {args.type}\"\n    )\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "templates/groupTier.yml",
    "content": "name: <resolution> <type> Tier <level>\ndescription: Matches release groups who fall under <resolution> <type> Tier <level>\ntags:\n  - Release Group\nconditions:\n  - name: Not WEB-DL\n    negate: true\n    required: true\n    source: web_dl\n    type: source\n  - name: <resolution>\n    negate: false\n    required: true\n    resolution: <resolution>\n    type: resolution\ntests:\n"
  },
  {
    "path": "templates/releaseGroup.yml",
    "content": "name: <name>\npattern: (?<=^|[\\s.-])<name>\\b\ndescription: \"\"\ntags:\n  - Release Group\ntests:\n"
  }
]