Advertisement
tknx

Sonarr-Anime

May 9th, 2025 (edited)
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.10 KB | None | 0 0
  1. # This config file is for use with Sonarr V4 only
  2. sonarr:
  3.   sonarr-anime: # A custom name used to identify this particular instance.
  4.     base_url: http://10.0.0.144
  5.     api_key: REDACTED
  6.  
  7.     include:
  8.      # Comment out any of the following includes to disable them
  9.       - template: sonarr-quality-definition-anime
  10.       - template: sonarr-v4-quality-profile-anime
  11.       - template: sonarr-v4-custom-formats-anime
  12.  
  13. # Custom Formats: https://recyclarr.dev/wiki/yaml/config-reference/custom-formats/
  14.     custom_formats:
  15.       - trash_ids:
  16.          - 026d5aadd1a6b4e550b134cb6c72b3ca # Uncensored
  17.         quality_profiles:
  18.           - name: Remux-1080p - Anime
  19.             score: 0 # Adjust scoring as desired
  20.  
  21.       - trash_ids:
  22.          - b2550eb333d27b75833e25b8c2557b38 # 10bit
  23.         quality_profiles:
  24.           - name: Remux-1080p - Anime
  25.             score: 0 # Adjust scoring as desired
  26.  
  27.       - trash_ids:
  28.          - 418f50b10f1907201b6cfdf881f467b7 # Anime Dual Audio
  29.         quality_profiles:
  30.           - name: Remux-1080p - Anime
  31.             score: 0 # Adjust scoring as desired
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement