feat: initial sonarr terraform configuration
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
upgrade_allowed: true
|
||||
cutoff: 7
|
||||
cutoff_format_score: 5000
|
||||
min_format_score: 0
|
||||
quality_groups:
|
||||
- id: 4
|
||||
qualities:
|
||||
- id: 4
|
||||
name: HDTV-720p
|
||||
source: television
|
||||
resolution: 720
|
||||
- id: 9
|
||||
qualities:
|
||||
- id: 9
|
||||
name: HDTV-1080p
|
||||
source: television
|
||||
resolution: 1080
|
||||
- id: 14
|
||||
qualities:
|
||||
- id: 14
|
||||
name: WEBRip-720p
|
||||
source: webRip
|
||||
resolution: 720
|
||||
- id: 5
|
||||
qualities:
|
||||
- id: 5
|
||||
name: WEBDL-720p
|
||||
source: web
|
||||
resolution: 720
|
||||
- id: 6
|
||||
qualities:
|
||||
- id: 6
|
||||
name: Bluray-720p
|
||||
source: bluray
|
||||
resolution: 720
|
||||
- id: 15
|
||||
qualities:
|
||||
- id: 15
|
||||
name: WEBRip-1080p
|
||||
source: webRip
|
||||
resolution: 1080
|
||||
- id: 3
|
||||
qualities:
|
||||
- id: 3
|
||||
name: WEBDL-1080p
|
||||
source: web
|
||||
resolution: 1080
|
||||
- id: 7
|
||||
qualities:
|
||||
- id: 7
|
||||
name: Bluray-1080p
|
||||
source: bluray
|
||||
resolution: 1080
|
||||
format_items:
|
||||
- name: release_AsmoFuscated
|
||||
format: release_AsmoFuscated
|
||||
score: 50
|
||||
- name: release_d3g
|
||||
format: release_d3g
|
||||
score: 50
|
||||
- name: release_iVy
|
||||
format: release_iVy
|
||||
score: 2000
|
||||
- name: format_av1
|
||||
format: format_av1
|
||||
score: -1000
|
||||
- name: size_0_800
|
||||
format: size_0_800
|
||||
score: 50
|
||||
- name: source_hdtv
|
||||
format: source_hdtv
|
||||
score: 50
|
||||
- name: source_webdl
|
||||
format: source_webdl
|
||||
score: 100
|
||||
- name: source_bluray
|
||||
format: source_bluray
|
||||
score: 200
|
||||
- name: size_3000_6000
|
||||
format: size_3000_6000
|
||||
score: 100
|
||||
- name: size_1500_3000
|
||||
format: size_1500_3000
|
||||
score: 200
|
||||
- name: size_800_1500
|
||||
format: size_800_1500
|
||||
score: 600
|
||||
- name: hvec_10bit
|
||||
format: hvec_10bit
|
||||
score: 100
|
||||
- name: resolution_2160p
|
||||
format: resolution_2160p
|
||||
score: -1000
|
||||
- name: resolution_720p
|
||||
format: resolution_720p
|
||||
score: 50
|
||||
- name: resolution_1080p
|
||||
format: resolution_1080p
|
||||
score: 500
|
||||
- name: format_x264
|
||||
format: format_x264
|
||||
score: -500
|
||||
- name: format_x265
|
||||
format: format_x265
|
||||
score: 1000
|
||||
@@ -0,0 +1,132 @@
|
||||
upgrade_allowed: true
|
||||
cutoff: 19
|
||||
cutoff_format_score: 5000
|
||||
min_format_score: 0
|
||||
quality_groups:
|
||||
- id: 4
|
||||
qualities:
|
||||
- id: 4
|
||||
name: HDTV-720p
|
||||
source: television
|
||||
resolution: 720
|
||||
- id: 9
|
||||
qualities:
|
||||
- id: 9
|
||||
name: HDTV-1080p
|
||||
source: television
|
||||
resolution: 1080
|
||||
- id: 14
|
||||
qualities:
|
||||
- id: 14
|
||||
name: WEBRip-720p
|
||||
source: webRip
|
||||
resolution: 720
|
||||
- id: 5
|
||||
qualities:
|
||||
- id: 5
|
||||
name: WEBDL-720p
|
||||
source: web
|
||||
resolution: 720
|
||||
- id: 6
|
||||
qualities:
|
||||
- id: 6
|
||||
name: Bluray-720p
|
||||
source: bluray
|
||||
resolution: 720
|
||||
- id: 15
|
||||
qualities:
|
||||
- id: 15
|
||||
name: WEBRip-1080p
|
||||
source: webRip
|
||||
resolution: 1080
|
||||
- id: 3
|
||||
qualities:
|
||||
- id: 3
|
||||
name: WEBDL-1080p
|
||||
source: web
|
||||
resolution: 1080
|
||||
- id: 7
|
||||
qualities:
|
||||
- id: 7
|
||||
name: Bluray-1080p
|
||||
source: bluray
|
||||
resolution: 1080
|
||||
- id: 16
|
||||
qualities:
|
||||
- id: 16
|
||||
name: HDTV-2160p
|
||||
source: television
|
||||
resolution: 2160
|
||||
- id: 17
|
||||
qualities:
|
||||
- id: 17
|
||||
name: WEBRip-2160p
|
||||
source: webRip
|
||||
resolution: 2160
|
||||
- id: 18
|
||||
qualities:
|
||||
- id: 18
|
||||
name: WEBDL-2160p
|
||||
source: web
|
||||
resolution: 2160
|
||||
- id: 19
|
||||
qualities:
|
||||
- id: 19
|
||||
name: Bluray-2160p
|
||||
source: bluray
|
||||
resolution: 2160
|
||||
format_items:
|
||||
- name: hdr10
|
||||
format: hdr10
|
||||
score: 2000
|
||||
- name: release_AsmoFuscated
|
||||
format: release_AsmoFuscated
|
||||
score: 600
|
||||
- name: release_d3g
|
||||
format: release_d3g
|
||||
score: 1000
|
||||
- name: release_iVy
|
||||
format: release_iVy
|
||||
score: 400
|
||||
- name: format_av1
|
||||
format: format_av1
|
||||
score: -2000
|
||||
- name: source_hdtv
|
||||
format: source_hdtv
|
||||
score: 50
|
||||
- name: source_webdl
|
||||
format: source_webdl
|
||||
score: 100
|
||||
- name: source_bluray
|
||||
format: source_bluray
|
||||
score: 200
|
||||
- name: size_3000_6000
|
||||
format: size_3000_6000
|
||||
score: 300
|
||||
- name: size_6000_10000
|
||||
format: size_6000_10000
|
||||
score: 400
|
||||
- name: size_1500_3000
|
||||
format: size_1500_3000
|
||||
score: 200
|
||||
- name: size_800_1500
|
||||
format: size_800_1500
|
||||
score: 100
|
||||
- name: hvec_10bit
|
||||
format: hvec_10bit
|
||||
score: 500
|
||||
- name: resolution_2160p
|
||||
format: resolution_2160p
|
||||
score: 500
|
||||
- name: resolution_720p
|
||||
format: resolution_720p
|
||||
score: 50
|
||||
- name: resolution_1080p
|
||||
format: resolution_1080p
|
||||
score: 150
|
||||
- name: format_x265
|
||||
format: format_x265
|
||||
score: 1000
|
||||
- name: format_x264
|
||||
format: format_x264
|
||||
score: -1000
|
||||
@@ -0,0 +1,29 @@
|
||||
upgrade_allowed: false
|
||||
cutoff: 1
|
||||
cutoff_format_score: 0
|
||||
min_format_score: 0
|
||||
quality_groups:
|
||||
- id: 1
|
||||
qualities:
|
||||
- id: 1
|
||||
name: SDTV
|
||||
source: television
|
||||
resolution: 480
|
||||
- id: 1000
|
||||
name: "WEB 480p"
|
||||
qualities:
|
||||
- id: 12
|
||||
name: WEBRip-480p
|
||||
source: webRip
|
||||
resolution: 480
|
||||
- id: 8
|
||||
name: WEBDL-480p
|
||||
source: web
|
||||
resolution: 480
|
||||
- id: 2
|
||||
qualities:
|
||||
- id: 2
|
||||
name: DVD
|
||||
source: dvd
|
||||
resolution: 480
|
||||
format_items: []
|
||||
Reference in New Issue
Block a user