From e94f3646c1b7973dcd55c88f9c0df0527523e885 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Thu, 12 Dec 2024 12:38:10 +1050 Subject: [PATCH] feat(format): Add Golden Popcorn custom formats --- custom_formats/1080p Golden Popcorn.yml | 17 +++++++++++++++++ custom_formats/720p Golden Popcorn.yml | 17 +++++++++++++++++ custom_formats/SD Golden Popcorn.yml | 22 ++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 custom_formats/1080p Golden Popcorn.yml create mode 100644 custom_formats/720p Golden Popcorn.yml create mode 100644 custom_formats/SD Golden Popcorn.yml diff --git a/custom_formats/1080p Golden Popcorn.yml b/custom_formats/1080p Golden Popcorn.yml new file mode 100644 index 0000000..1e967b8 --- /dev/null +++ b/custom_formats/1080p Golden Popcorn.yml @@ -0,0 +1,17 @@ +name: 1080p Golden Popcorn +description: Matches 1080p Golden Popcorns. Only works on PassThePopcorn +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 +tests: [] diff --git a/custom_formats/720p Golden Popcorn.yml b/custom_formats/720p Golden Popcorn.yml new file mode 100644 index 0000000..c51ce15 --- /dev/null +++ b/custom_formats/720p Golden Popcorn.yml @@ -0,0 +1,17 @@ +name: 720p Golden Popcorn +description: Matches 720p Golden Popcorns. Only works on PassThePopcorn +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 +tests: [] diff --git a/custom_formats/SD Golden Popcorn.yml b/custom_formats/SD Golden Popcorn.yml new file mode 100644 index 0000000..5c66209 --- /dev/null +++ b/custom_formats/SD Golden Popcorn.yml @@ -0,0 +1,22 @@ +name: SD Golden Popcorn +description: Matches SD Golden Popcorns. Only works on PassThePopcorn +tags: +- Flag +- Golden Popcorn +conditions: +- flag: ptp_golden + name: Golden Popcorn + negate: false + required: true + type: indexer_flag +- name: 720p + negate: true + required: false + resolution: 720p + type: resolution +- name: 1080p + type: resolution + required: false + negate: true + resolution: 1080p +tests: []