feat(format): New 'codec' CF

- Matches Remux as a codec, not a source. Either h265 or h264.
- Need a better descriptor for this
This commit is contained in:
santiagosayshey 2025-01-06 06:23:39 +10:50
parent b6c20e1098
commit dcae792b08
1 changed files with 11 additions and 0 deletions

11
custom_formats/Remux.yml Normal file
View File

@ -0,0 +1,11 @@
name: Remux
description: Matches Remux as a codec, not a source. Either h265 or h264.
tags:
- Codec
conditions:
- name: Remux
type: release_title
required: true
negate: false
pattern: Remux
tests: []