Files
database/custom_formats/HDR10+.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

28 lines
451 B
YAML

name: HDR10+
description: Matches the 'HDR10+' Regex Pattern
tags:
- Colour Grade
- HDR
conditions:
- name: HDR10+
negate: false
pattern: HDR10+
required: true
type: release_title
- name: Not SDR
negate: true
pattern: SDR
required: true
type: release_title
- name: Not PQ
negate: true
pattern: PQ
required: true
type: release_title
- name: Not HLG
negate: true
pattern: HLG
required: true
type: release_title
tests: []