add anime quality profiles to radarr/sonarr

This commit is contained in:
Joseph Hanson 2024-10-23 15:27:21 -05:00
parent 60fd4d085c
commit 6089bb7993
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 131 additions and 90 deletions

View file

@ -15,6 +15,8 @@ spec:
data:
RADARR_API_KEY: "{{ .radarr_api_key }}"
SONARR_API_KEY: "{{ .sonarr_api_key }}"
RADARR_ANIME_API_KEY: "{{ .radarr_api_key_anime }}"
SONARR_ANIME_API_KEY: "{{ .sonarr_api_key_anime }}"
dataFrom:
- extract:
key: radarr

View file

@ -11,12 +11,6 @@ sonarr:
quality_definition:
type: series
include:
# Comment out any of the following includes to disable them
- template: sonarr-quality-definition-anime
- template: sonarr-v4-quality-profile-anime
- template: sonarr-v4-custom-formats-anime
quality_profiles:
- name: Web 1080p
reset_unmatched_scores:
@ -106,6 +100,19 @@ sonarr:
assign_scores_to:
- name: Web 1080p
- name: Web 720p
sonarr-anime:
base_url: http://sonarr-anime.anime.svc.cluster.local
api_key: !env_var SONARR_ANIME_API_KEY
delete_old_custom_formats: true
replace_existing_custom_formats: true
include:
- template: sonarr-quality-definition-anime
- template: sonarr-v4-quality-profile-anime
- template: sonarr-v4-custom-formats-anime
custom_formats:
# Anime Score Overrides
- trash_ids:
- 026d5aadd1a6b4e550b134cb6c72b3ca # Uncensored
@ -239,3 +246,35 @@ radarr:
- f537cf427b64c38c8e36298f657e4828 # Scene
assign_scores_to:
- name: SQP-1 (1080p)
radarr-anime:
base_url: http://radarr-anime.anime.svc.cluster.local
api_key: !env_var RADARR_ANIME_API_KEY
delete_old_custom_formats: true
replace_existing_custom_formats: true
include:
# Comment out any of the following includes to disable them
- template: radarr-quality-definition-movie
- template: radarr-quality-profile-anime
- template: radarr-custom-formats-anime
# Custom Formats: https://recyclarr.dev/wiki/yaml/config-reference/custom-formats/
custom_formats:
- trash_ids:
- 064af5f084a0a24458cc8ecd3220f93f # Uncensored
assign_scores_to:
- name: Remux-1080p - Anime
score: 0 # Adjust scoring as desired
- trash_ids:
- a5d148168c4506b55cf53984107c396e # 10bit
assign_scores_to:
- name: Remux-1080p - Anime
score: 0 # Adjust scoring as desired
- trash_ids:
- 4a3b087eea2ce012fcc1ce319259a3be # Anime Dual Audio
assign_scores_to:
- name: Remux-1080p - Anime
score: 0 # Adjust scoring as desired