diff --git a/custom_formats/x265 (Bluray).yml b/custom_formats/x265 (Bluray).yml index 7f95175..a871468 100644 --- a/custom_formats/x265 (Bluray).yml +++ b/custom_formats/x265 (Bluray).yml @@ -9,8 +9,13 @@ conditions: required: true type: release_title - name: Bluray - type: source - required: true negate: false + required: true source: bluray + type: source +- name: Not 2160p + type: resolution + required: true + negate: true + resolution: 2160p tests: [] diff --git a/custom_formats/x265 (WEB).yml b/custom_formats/x265 (WEB).yml index b85f148..0cca51b 100644 --- a/custom_formats/x265 (WEB).yml +++ b/custom_formats/x265 (WEB).yml @@ -8,6 +8,11 @@ conditions: pattern: x265 required: true type: release_title +- name: Not 2160p + type: resolution + required: true + negate: true + resolution: 2160p - name: Bluray negate: true required: true