diff --git a/custom_formats/x264 (2160p).yml b/custom_formats/x264 (2160p).yml new file mode 100644 index 0000000..0db5c44 --- /dev/null +++ b/custom_formats/x264 (2160p).yml @@ -0,0 +1,17 @@ +name: x264 (2160p) +description: 'Matches ''x264'' regex pattern only when 2160p is also found. ' +tags: +- Codec +- Resolution +conditions: +- name: 1080p + negate: false + required: true + resolution: 2160p + type: resolution +- name: x264 + negate: false + pattern: x264 + required: true + type: release_title +tests: []