mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
76 lines
2.4 KiB
YAML
76 lines
2.4 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/recyclarr/recyclarr/master/schemas/config-schema.json
|
|
sonarr:
|
|
sonarr:
|
|
base_url: http://sonarr.default.svc.cluster.local:8080
|
|
api_key: !env_var SONARR_API_KEY
|
|
|
|
delete_old_custom_formats: true
|
|
replace_existing_custom_formats: true
|
|
|
|
include:
|
|
- template: sonarr-quality-definition-series
|
|
- template: sonarr-v4-quality-profile-web-1080p
|
|
- template: sonarr-v4-custom-formats-web-1080p
|
|
quality_profiles:
|
|
- name: WEB-1080p
|
|
custom_formats:
|
|
- trash_ids:
|
|
- 32b367365729d530ca1c124a0b180c64 # Bad Dual Groups
|
|
- 82d40da2bc6923f41e14394075dd4b03 # No-RlsGroup
|
|
- e1a997ddb54e3ecbfe06341ad323c458 # Obfuscated
|
|
- 06d66ab109d4d2eddb2794d21526d140 # Retags
|
|
- 1b3994c551cbb92a2c781af061f4ab44 # Scene
|
|
assign_scores_to:
|
|
- name: WEB-1080p
|
|
|
|
radarr:
|
|
radarr:
|
|
base_url: http://radarr.default.svc.cluster.local:8080
|
|
api_key: !env_var RADARR_API_KEY
|
|
|
|
delete_old_custom_formats: true
|
|
replace_existing_custom_formats: true
|
|
|
|
quality_profiles:
|
|
- name: SQP-1 (1080p)
|
|
|
|
include:
|
|
- template: radarr-quality-definition-sqp-streaming
|
|
- template: radarr-quality-profile-sqp-1-1080p
|
|
- template: radarr-custom-formats-sqp-1-1080p
|
|
|
|
custom_formats:
|
|
- trash_ids:
|
|
- b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups
|
|
- ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup
|
|
- 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated
|
|
- 5c44f52a8714fdd79bb4d98e2673be1f # Retags
|
|
- f537cf427b64c38c8e36298f657e4828 # Scene
|
|
assign_scores_to:
|
|
- name: SQP-1 (1080p)
|
|
|
|
radarr-archive:
|
|
base_url: http://radarr-archive.default.svc.cluster.local:8080
|
|
api_key: !env_var RADARR_API_KEY
|
|
|
|
delete_old_custom_formats: true
|
|
replace_existing_custom_formats: true
|
|
|
|
quality_profiles:
|
|
- name: SQP-2
|
|
|
|
include:
|
|
- template: radarr-quality-definition-sqp-uhd
|
|
- template: radarr-quality-profile-sqp-2
|
|
- template: radarr-custom-formats-sqp-2
|
|
|
|
custom_formats:
|
|
- trash_ids:
|
|
- b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups
|
|
- ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup
|
|
- 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated
|
|
- 5c44f52a8714fdd79bb4d98e2673be1f # Retags
|
|
- f537cf427b64c38c8e36298f657e4828 # Scene
|
|
assign_scores_to:
|
|
- name: SQP-2 |