Adding back Golden Popcorn
This commit is contained in:
parent
f24566c245
commit
05aa01bbb4
|
|
@ -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: []
|
||||
|
|
|
|||
|
|
@ -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: []
|
||||
|
|
|
|||
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue