From 6be97f82a8ed832ee9a39e97f8996c73ff26aead Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Sat, 8 Feb 2025 19:40:41 -0600 Subject: [PATCH] tweak(format): Change Condition Order (#25) - Update 1080p Golden Popcorn - Update 2160p Blu-ray Encode - Update 720p Golden Popcorn - Update SD Golden Popcorn - Update x264 (2160p) --- custom_formats/1080p Golden Popcorn.yml | 10 +++++----- custom_formats/2160p Blu-ray Encode.yml | 10 +++++----- custom_formats/720p Golden Popcorn.yml | 10 +++++----- custom_formats/SD Golden Popcorn.yml | 18 +++++++++--------- custom_formats/x264 (2160p).yml | 10 +++++----- 5 files changed, 29 insertions(+), 29 deletions(-) diff --git a/custom_formats/1080p Golden Popcorn.yml b/custom_formats/1080p Golden Popcorn.yml index 1e967b8..f028c8b 100644 --- a/custom_formats/1080p Golden Popcorn.yml +++ b/custom_formats/1080p Golden Popcorn.yml @@ -4,14 +4,14 @@ tags: - Flag - Golden Popcorn conditions: -- flag: ptp_golden - name: Golden Popcorn - negate: false - required: true - type: indexer_flag - name: 1080p negate: false required: true resolution: 1080p type: resolution +- flag: ptp_golden + name: Golden Popcorn + negate: false + required: true + type: indexer_flag tests: [] diff --git a/custom_formats/2160p Blu-ray Encode.yml b/custom_formats/2160p Blu-ray Encode.yml index 412a6e6..612c735 100644 --- a/custom_formats/2160p Blu-ray Encode.yml +++ b/custom_formats/2160p Blu-ray Encode.yml @@ -8,14 +8,14 @@ conditions: required: true negate: false resolution: 2160p -- name: Remux - negate: true - pattern: Remux - required: true - type: release_title - name: Blu-ray negate: false required: true source: bluray type: source +- name: Remux + negate: true + pattern: Remux + required: true + type: release_title tests: [] diff --git a/custom_formats/720p Golden Popcorn.yml b/custom_formats/720p Golden Popcorn.yml index c51ce15..7eb75cd 100644 --- a/custom_formats/720p Golden Popcorn.yml +++ b/custom_formats/720p Golden Popcorn.yml @@ -4,14 +4,14 @@ tags: - Flag - Golden Popcorn conditions: -- flag: ptp_golden - name: Golden Popcorn - negate: false - required: true - type: indexer_flag - name: 720p negate: false required: true resolution: 720p type: resolution +- flag: ptp_golden + name: Golden Popcorn + negate: false + required: true + type: indexer_flag tests: [] diff --git a/custom_formats/SD Golden Popcorn.yml b/custom_formats/SD Golden Popcorn.yml index 60c8ed4..331f76d 100644 --- a/custom_formats/SD Golden Popcorn.yml +++ b/custom_formats/SD Golden Popcorn.yml @@ -4,11 +4,6 @@ tags: - Flag - Golden Popcorn conditions: -- flag: ptp_golden - name: Golden Popcorn - negate: false - required: true - type: indexer_flag - name: 360p negate: false required: false @@ -20,13 +15,18 @@ conditions: resolution: 480p type: resolution - name: 540p - type: resolution - required: false negate: false + required: false resolution: 540p -- name: 576p type: resolution - required: false +- name: 576p negate: false + required: false resolution: 576p + type: resolution +- flag: ptp_golden + name: Golden Popcorn + negate: false + required: true + type: indexer_flag tests: [] diff --git a/custom_formats/x264 (2160p).yml b/custom_formats/x264 (2160p).yml index b3d6b9c..01a1438 100644 --- a/custom_formats/x264 (2160p).yml +++ b/custom_formats/x264 (2160p).yml @@ -4,14 +4,14 @@ tags: - Codec - Resolution conditions: +- name: 2160p + negate: false + required: true + resolution: 2160p + type: resolution - name: x264 negate: false pattern: x264 required: true type: release_title -- name: 1080p - negate: false - required: true - resolution: 2160p - type: resolution tests: []