create: Initial build of the WEB-1080p profile
This commit is contained in:
parent
1987dd2f33
commit
917fe11ddb
|
|
@ -0,0 +1,75 @@
|
||||||
|
name: WEB-1080p
|
||||||
|
description: This is a custom profile based on the TRaSH Guides WEB-1080p Sonarr profile.
|
||||||
|
By default, they have zero fallback tiers which is a real bummer when you are trying
|
||||||
|
to fully automate your media library. Over the years, I have found this particular
|
||||||
|
profile ensures you will always get a decent file pulled and upgraded to a recommended
|
||||||
|
score.
|
||||||
|
tags:
|
||||||
|
- 1080p
|
||||||
|
- Sonarr
|
||||||
|
upgradesAllowed: true
|
||||||
|
minCustomFormatScore: 0
|
||||||
|
upgradeUntilScore: 10000
|
||||||
|
minScoreIncrement: 1
|
||||||
|
custom_formats:
|
||||||
|
- name: WEB Tier 01
|
||||||
|
score: 1700
|
||||||
|
- name: WEB Tier 02
|
||||||
|
score: 1650
|
||||||
|
- name: WEB Tier 03
|
||||||
|
score: 1600
|
||||||
|
- name: ATVP
|
||||||
|
score: 100
|
||||||
|
- name: DSNP
|
||||||
|
score: 100
|
||||||
|
- name: MAX
|
||||||
|
score: 90
|
||||||
|
- name: HMAX
|
||||||
|
score: 80
|
||||||
|
- name: AMZN
|
||||||
|
score: 70
|
||||||
|
- name: NF
|
||||||
|
score: 60
|
||||||
|
- name: PCOK
|
||||||
|
score: 60
|
||||||
|
- name: PMTP
|
||||||
|
score: 60
|
||||||
|
- name: STAN
|
||||||
|
score: 60
|
||||||
|
- name: HBO
|
||||||
|
score: 50
|
||||||
|
- name: Hulu
|
||||||
|
score: 50
|
||||||
|
- name: iT
|
||||||
|
score: 50
|
||||||
|
- name: Repack3
|
||||||
|
score: 7
|
||||||
|
- name: Repack2
|
||||||
|
score: 6
|
||||||
|
- name: Repack Proper
|
||||||
|
score: 5
|
||||||
|
qualities:
|
||||||
|
- id: -1
|
||||||
|
name: WEB-1080p
|
||||||
|
description: ''
|
||||||
|
qualities:
|
||||||
|
- id: 9
|
||||||
|
name: WEBDL-1080p
|
||||||
|
- id: 11
|
||||||
|
name: WEBRip-1080p
|
||||||
|
- id: 10
|
||||||
|
name: Bluray-1080p
|
||||||
|
- id: -2
|
||||||
|
name: WEB-720p
|
||||||
|
description: ''
|
||||||
|
qualities:
|
||||||
|
- id: 15
|
||||||
|
name: WEBRip-720p
|
||||||
|
- id: 14
|
||||||
|
name: WEBDL-720p
|
||||||
|
- id: 13
|
||||||
|
name: Bluray-720p
|
||||||
|
upgrade_until:
|
||||||
|
id: -1
|
||||||
|
name: WEB-1080p
|
||||||
|
language: must_original
|
||||||
Loading…
Reference in New Issue