create: Added the Golden Popcorn format
This commit is contained in:
parent
23c4dc85e6
commit
22de8ec691
|
|
@ -0,0 +1,10 @@
|
|||
name: Golden Popcorn
|
||||
description: ''
|
||||
tags: []
|
||||
conditions:
|
||||
- name: Golden Popcorn
|
||||
type: indexer_flag
|
||||
required: true
|
||||
negate: false
|
||||
flag: ptp_golden
|
||||
tests: []
|
||||
|
|
@ -64,6 +64,8 @@ custom_formats:
|
|||
score: 115
|
||||
- name: 1080p
|
||||
score: 50
|
||||
- name: Golden Popcorn
|
||||
score: 50
|
||||
- name: MA
|
||||
score: 30
|
||||
- name: ATVP
|
||||
|
|
|
|||
|
|
@ -66,6 +66,8 @@ custom_formats:
|
|||
score: 75
|
||||
- name: 1080p
|
||||
score: 50
|
||||
- name: Golden Popcorn
|
||||
score: 50
|
||||
- name: MA
|
||||
score: 30
|
||||
- name: 720p
|
||||
|
|
|
|||
Loading…
Reference in New Issue