tweak(format): Cleanup Unused CFs

This commit is contained in:
Seraphys
2025-08-26 15:23:25 -05:00
committed by Seraphys
parent 3f5d08bdc2
commit e1c52b5093
20 changed files with 0 additions and 1143 deletions

View File

@@ -1,47 +0,0 @@
name: SDR
description: Attempts to match Standard Dynamic Range by negating any known HDR formats
tags:
- Colour Grade
- HDR
conditions:
- name: 2160p
negate: false
required: true
resolution: 2160p
type: resolution
- name: WEB-DL
negate: false
required: true
source: web_dl
type: source
- name: Not PQ
type: release_title
required: true
negate: true
pattern: PQ
- name: Not HLG
type: release_title
required: true
negate: true
pattern: HLG
- name: Not HDR
negate: true
pattern: HDR
required: true
type: release_title
- name: Not HDR10
negate: true
pattern: HDR10
required: true
type: release_title
- name: Not HDR10+
negate: true
pattern: HDR10+
required: true
type: release_title
- name: Not Dolby Vision
negate: true
pattern: Dolby Vision
required: true
type: release_title
tests: []