Adding back Golden Popcorn

This commit is contained in:
Michael 2025-03-25 13:37:35 +01:00
parent f24566c245
commit 05aa01bbb4
3 changed files with 20 additions and 10 deletions

View File

@ -4,9 +4,14 @@ tags:
- Flag
- Golden Popcorn
conditions:
- name: 360p
- name: 1080p
negate: false
required: true
resolution: 360p
resolution: 1080p
type: resolution
- flag: ptp_golden
name: Golden Popcorn
negate: false
required: true
type: indexer_flag
tests: []

View File

@ -1,12 +1,17 @@
name: 720p Golden Popcorn
description: Matches 720p Golden Popcorns. Only works on PassThePopcorn
name: 1080p Golden Popcorn
description: Matches 1080p Golden Popcorns. Only works on PassThePopcorn
tags:
- Flag
- Golden Popcorn
conditions:
- name: 360p
- name: 1080p
negate: false
required: true
resolution: 360p
resolution: 1080p
type: resolution
- flag: ptp_golden
name: Golden Popcorn
negate: false
required: true
type: indexer_flag
tests: []

View File

@ -3,9 +3,9 @@ description: Matches full discs using a quality modifier
tags:
- Storage
conditions:
- name: 360p
negate: false
- name: BRDISK
type: quality_modifier
required: true
resolution: 360p
type: resolution
negate: false
qualityModifier: brdisk
tests: []