Files
database/custom_formats/Blu-ray Encode.yml
Seraphys e1f34b16f9 refactor(format): Change Condition Order (#24)
- Move condition orders around for organisation
- No logic changes
2025-02-07 10:32:54 +10:30

17 lines
275 B
YAML

name: Blu-ray Encode
description: Matches Blu-rays that are NOT remuxes
tags:
- Source
conditions:
- name: Blu-ray
type: source
required: true
negate: false
source: bluray
- name: Remux
type: release_title
required: true
negate: true
pattern: Remux
tests: []