From e6f7b398beed97316503b95f5dd14feec867a1a4 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 20 Mar 2025 21:06:15 +0100 Subject: [PATCH] Changes to try fix sync --- custom_formats/1080p Golden Popcorn.yml | 12 ++++++++ custom_formats/720p Golden Popcorn.yml | 12 ++++++++ custom_formats/Full Disc (Quality Match).yml | 6 ++++ custom_formats/SD Golden Popcorn.yml | 32 ++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 custom_formats/1080p Golden Popcorn.yml create mode 100644 custom_formats/720p Golden Popcorn.yml create mode 100644 custom_formats/Full Disc (Quality Match).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..0c72049 --- /dev/null +++ b/custom_formats/1080p Golden Popcorn.yml @@ -0,0 +1,12 @@ +name: 1080p Golden Popcorn +description: Matches 1080p Golden Popcorns. Only works on PassThePopcorn +tags: +- Flag +- Golden Popcorn +conditions: +- 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..b9f25d1 --- /dev/null +++ b/custom_formats/720p Golden Popcorn.yml @@ -0,0 +1,12 @@ +name: 720p Golden Popcorn +description: Matches 720p Golden Popcorns. Only works on PassThePopcorn +tags: +- Flag +- Golden Popcorn +conditions: +- name: 720p + negate: false + required: true + resolution: 720p + type: resolution +tests: [] diff --git a/custom_formats/Full Disc (Quality Match).yml b/custom_formats/Full Disc (Quality Match).yml new file mode 100644 index 0000000..108d3f6 --- /dev/null +++ b/custom_formats/Full Disc (Quality Match).yml @@ -0,0 +1,6 @@ +name: Full Disc (Quality Match) +description: Matches full discs using a quality modifier +tags: +- Storage +conditions: +tests: [] diff --git a/custom_formats/SD Golden Popcorn.yml b/custom_formats/SD Golden Popcorn.yml new file mode 100644 index 0000000..331f76d --- /dev/null +++ b/custom_formats/SD Golden Popcorn.yml @@ -0,0 +1,32 @@ +name: SD Golden Popcorn +description: Matches SD Golden Popcorns. Only works on PassThePopcorn +tags: +- Flag +- Golden Popcorn +conditions: +- name: 360p + negate: false + required: false + resolution: 360p + type: resolution +- name: 480p + negate: false + required: false + resolution: 480p + type: resolution +- name: 540p + negate: false + required: false + resolution: 540p + type: resolution +- name: 576p + negate: false + required: false + resolution: 576p + type: resolution +- flag: ptp_golden + name: Golden Popcorn + negate: false + required: true + type: indexer_flag +tests: []