tweak: Updated SQP minimum score
- Tested a medium between the lowest and recommended minimum from TRaSH
This commit is contained in:
parent
5cf6a5125e
commit
6e2ae50e54
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: Preferred Release Group
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
conditions:
|
||||||
|
- name: FLUX
|
||||||
|
type: release_group
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: FLUX
|
||||||
|
- name: BHDStudio
|
||||||
|
type: release_group
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: BHDStudio
|
||||||
|
- name: hallowed
|
||||||
|
type: release_group
|
||||||
|
required: false
|
||||||
|
negate: false
|
||||||
|
pattern: hallowed
|
||||||
|
tests: []
|
||||||
|
|
@ -21,7 +21,7 @@ tags:
|
||||||
- SQP
|
- SQP
|
||||||
- Radarr
|
- Radarr
|
||||||
upgradesAllowed: true
|
upgradesAllowed: true
|
||||||
minCustomFormatScore: 10
|
minCustomFormatScore: 1000
|
||||||
upgradeUntilScore: 10000
|
upgradeUntilScore: 10000
|
||||||
minScoreIncrement: 1
|
minScoreIncrement: 1
|
||||||
custom_formats:
|
custom_formats:
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ tags:
|
||||||
- SQP
|
- SQP
|
||||||
- Radarr
|
- Radarr
|
||||||
upgradesAllowed: true
|
upgradesAllowed: true
|
||||||
minCustomFormatScore: 10
|
minCustomFormatScore: 1000
|
||||||
upgradeUntilScore: 10000
|
upgradeUntilScore: 10000
|
||||||
minScoreIncrement: 1
|
minScoreIncrement: 1
|
||||||
custom_formats:
|
custom_formats:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue