Adding back Golden Popcorn
This commit is contained in:
parent
f24566c245
commit
05aa01bbb4
|
|
@ -4,9 +4,14 @@ tags:
|
||||||
- Flag
|
- Flag
|
||||||
- Golden Popcorn
|
- Golden Popcorn
|
||||||
conditions:
|
conditions:
|
||||||
- name: 360p
|
- name: 1080p
|
||||||
negate: false
|
negate: false
|
||||||
required: true
|
required: true
|
||||||
resolution: 360p
|
resolution: 1080p
|
||||||
type: resolution
|
type: resolution
|
||||||
|
- flag: ptp_golden
|
||||||
|
name: Golden Popcorn
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
tests: []
|
tests: []
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,17 @@
|
||||||
name: 720p Golden Popcorn
|
name: 1080p Golden Popcorn
|
||||||
description: Matches 720p Golden Popcorns. Only works on PassThePopcorn
|
description: Matches 1080p Golden Popcorns. Only works on PassThePopcorn
|
||||||
tags:
|
tags:
|
||||||
- Flag
|
- Flag
|
||||||
- Golden Popcorn
|
- Golden Popcorn
|
||||||
conditions:
|
conditions:
|
||||||
- name: 360p
|
- name: 1080p
|
||||||
negate: false
|
negate: false
|
||||||
required: true
|
required: true
|
||||||
resolution: 360p
|
resolution: 1080p
|
||||||
type: resolution
|
type: resolution
|
||||||
|
- flag: ptp_golden
|
||||||
|
name: Golden Popcorn
|
||||||
|
negate: false
|
||||||
|
required: true
|
||||||
|
type: indexer_flag
|
||||||
tests: []
|
tests: []
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@ description: Matches full discs using a quality modifier
|
||||||
tags:
|
tags:
|
||||||
- Storage
|
- Storage
|
||||||
conditions:
|
conditions:
|
||||||
- name: 360p
|
- name: BRDISK
|
||||||
negate: false
|
type: quality_modifier
|
||||||
required: true
|
required: true
|
||||||
resolution: 360p
|
negate: false
|
||||||
type: resolution
|
qualityModifier: brdisk
|
||||||
tests: []
|
tests: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue