Skip to content

Commit

Permalink
fix: update recyclarr config
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Sep 10, 2024
1 parent e950b27 commit a9cae31
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions kubernetes/main/apps/default/recyclarr/app/resources/recyclarr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,64 +4,37 @@ sonarr:
sonarr:
base_url: http://sonarr.default.svc.cluster.local
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
- name: ANY
reset_unmatched_scores:
enabled: true
upgrade:
allowed: true
until_quality: WEB 1080p
until_score: 10000
quality_sort: top
qualities:
- name: WEB 1080p
qualities: ["WEBDL-1080p", "WEBRip-1080p"]
- name: HDTV-1080p
- name: WEB 720p
qualities: ["WEBDL-720p", "WEBRip-720p"]
- name: HDTV-720p
- name: WEB 480p
qualities: ["WEBDL-480p", "WEBRip-480p"]
- name: DVD
- name: SDTV

custom_formats:
- trash_ids:
- 32b367365729d530ca1c124a0b180c64 # Bad Dual Groups
- 82d40da2bc6923f41e14394075dd4b03 # No-RlsGroup
- e1a997ddb54e3ecbfe06341ad323c458 # Obfuscated
- 06d66ab109d4d2eddb2794d21526d140 # Retags
- 1b3994c551cbb92a2c781af061f4ab44 # Scene
# - 1b3994c551cbb92a2c781af061f4ab44 # Scene
assign_scores_to:
- name: WEB-1080p
- name: ANY

radarr:
radarr:
base_url: http://radarr.default.svc.cluster.local
api_key: !env_var RADARR_API_KEY

delete_old_custom_formats: true
replace_existing_custom_formats: true

quality_profiles:
- name: SQP-1 (2160p)

min_format_score: 10
include:
- template: radarr-quality-definition-sqp-streaming
- template: radarr-quality-profile-sqp-1-2160p-default
- template: radarr-custom-formats-sqp-1-2160p

custom_formats:
- trash_ids:
# - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced
Expand Down

0 comments on commit a9cae31

Please sign in to comment.