Files
database/custom_formats/B&W.yml
Samuel Chau d6348f499d tweak(everything): Banned overhaul (#67)
- create(regex): add various banned groups - YTS, YIFY, SHD, NhaNc3, AOC
- create(format): IMAX 
- create(format): Sing Along

- tweak(everything): change "UnWanted' to 'Banned'
- tweak(profile): remove UHDBits negation from profiles
- tweak(profile): ban sing along

Co-authored-by: Seraphys <156842860+xshatterx@users.noreply.github.com>
2025-07-09 05:45:44 +09:30

37 lines
686 B
YAML

name: B&W
description: Matches the 'B&W' and 'Colour' Regex Pattern
tags:
- Banned
- Colour Grade
- Enhancement
conditions:
- name: B&W
negate: false
pattern: B&W
required: true
type: release_title
- name: Not Colour
negate: true
pattern: Colourisation
required: true
type: release_title
tests:
- conditionResults:
- matches: true
name: B&W
negate: false
pattern: B&W
required: true
type: release_title
- matches: true
name: Colour
negate: true
pattern: Colour
required: true
type: release_title
expected: false
id: 1
input: Dracula (1931) B&W (Colourized Version)
lastRun: '2025-02-13T13:14:54.830866'
passes: true