theshire/kubernetes/apps/default/recyclarr/app/resources/recyclarr.yml

105 lines
3.4 KiB
YAML
Raw Normal View History

2024-09-05 05:40:23 -05:00
---
# 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
api_key: !env_var SONARR_API_KEY
delete_old_custom_formats: true
replace_existing_custom_formats: true
2024-10-29 14:41:09 -05:00
include:
- template: sonarr-quality-definition-series
- template: sonarr-v4-quality-profile-web-1080p-alternative
- template: sonarr-v4-custom-formats-web-1080p
2024-09-05 05:40:23 -05:00
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:
2024-10-22 18:59:37 -05:00
# Anime Score Overrides
- trash_ids:
- 026d5aadd1a6b4e550b134cb6c72b3ca # Uncensored
assign_scores_to:
- name: Remux-1080p - Anime
score: 0 # Adjust scoring as desired
- trash_ids:
- b2550eb333d27b75833e25b8c2557b38 # 10bit
assign_scores_to:
- name: Remux-1080p - Anime
score: 0 # Adjust scoring as desired
- trash_ids:
- 418f50b10f1907201b6cfdf881f467b7 # Anime Dual Audio
assign_scores_to:
- name: Remux-1080p - Anime
score: 0 # Adjust scoring as desired
2024-09-05 05:40:23 -05:00
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_definition:
type: movie
2024-09-14 08:13:24 -05:00
include:
- template: radarr-quality-definition-sqp-streaming
- template: radarr-quality-profile-sqp-1-1080p
- template: radarr-custom-formats-sqp-1-1080p
2024-09-05 05:40:23 -05:00
custom_formats:
2024-09-14 08:13:24 -05:00
- trash_ids:
- 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced
- b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups
- 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL)
- ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup
- 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated
- 5c44f52a8714fdd79bb4d98e2673be1f # Retags
- 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