From dcae792b0830e2a5f80aa1600a397641e6514609 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Mon, 6 Jan 2025 06:23:39 +1050 Subject: [PATCH] feat(format): New 'codec' CF - Matches Remux as a codec, not a source. Either h265 or h264. - Need a better descriptor for this --- custom_formats/Remux.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 custom_formats/Remux.yml diff --git a/custom_formats/Remux.yml b/custom_formats/Remux.yml new file mode 100644 index 0000000..ebbc30d --- /dev/null +++ b/custom_formats/Remux.yml @@ -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: []