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