|
| 1 | +sonarr: |
| 2 | + series: |
| 3 | + base_url: https://sonarr.local.mafyuh.dev |
| 4 | + api_key: !secret SONARR_API_KEY |
| 5 | + |
| 6 | + delete_old_custom_formats: true |
| 7 | + replace_existing_custom_formats: true |
| 8 | + |
| 9 | + include: |
| 10 | + - template: sonarr-v4-custom-formats-web-1080p |
| 11 | + - template: sonarr-v4-quality-profile-web-1080p |
| 12 | + |
| 13 | + # quality_profiles: |
| 14 | + # - name: WEB-DL (1080p) |
| 15 | + # reset_unmatched_scores: |
| 16 | + # enabled: true |
| 17 | + # upgrade: |
| 18 | + # allowed: true |
| 19 | + # until_quality: WEBDL-1080p |
| 20 | + # until_score: 10000 |
| 21 | + # min_format_score: 1 |
| 22 | + # qualities: |
| 23 | + # - WEBDL-1080p |
| 24 | + # - WEBRip-1080p |
| 25 | + # - HDTV-1080p |
| 26 | + |
| 27 | + custom_formats: |
| 28 | + - trash_ids: |
| 29 | + - 32b367365729d530ca1c124a0b180c64 # Bad Dual Groups |
| 30 | + - ed38b889b31be83fda192888e2286d83 # BR-DISK |
| 31 | + - e1a997ddb54e3ecbfe06341ad323c458 # Obfuscated |
| 32 | + - dc98083864ea246d05a42df0d05f81cc # x265 (720/1080p) |
| 33 | + - 1b3994c551cbb92a2c781af061f4ab44 # Scene |
| 34 | + assign_scores_to: |
| 35 | + - name: WEB-DL (1080p) |
| 36 | + score: -10000 |
| 37 | + |
| 38 | +radarr: |
| 39 | + radarr_main: |
| 40 | + base_url: https://radarr.local.mafyuh.dev |
| 41 | + api_key: !secret RADARR_API_KEY |
| 42 | + |
| 43 | + # Custom Format Configuration |
| 44 | + delete_old_custom_formats: true |
| 45 | + replace_existing_custom_formats: true |
| 46 | + |
| 47 | + include: |
| 48 | + - template: radarr-quality-definition-movie |
| 49 | + - template: radarr-quality-profile-hd-bluray-web |
| 50 | + - template: radarr-custom-formats-hd-bluray-web |
| 51 | + - template: radarr-quality-definition-movie |
| 52 | + - template: radarr-quality-profile-uhd-bluray-web |
| 53 | + - template: radarr-custom-formats-uhd-bluray-web |
| 54 | + |
| 55 | + # quality_profiles: |
| 56 | + # - name: HD Bluray + WEB |
| 57 | + # min_format_score: 0 |
| 58 | + # reset_unmatched_scores: |
| 59 | + # enabled: true |
| 60 | + # qualities: |
| 61 | + # - WEBDL-1080p |
| 62 | + # - Bluray-1080p |
| 63 | + # - name: UHD Bluray + WEB |
| 64 | + # reset_unmatched_scores: |
| 65 | + # enabled: true |
| 66 | + # qualities: |
| 67 | + # - WEBDL-2160p |
| 68 | + # - Bluray-2160p |
| 69 | + # - WEBDL-1080p # Ensuring `until_quality` exists in the list |
| 70 | + |
| 71 | + custom_formats: |
| 72 | + - trash_ids: |
| 73 | + - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups |
| 74 | + - 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) |
| 75 | + - ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup |
| 76 | + - 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated |
| 77 | + - 5c44f52a8714fdd79bb4d98e2673be1f # Retags |
| 78 | + - f537cf427b64c38c8e36298f657e4828 # Scene |
| 79 | + assign_scores_to: |
| 80 | + - name: HD Bluray + WEB |
| 81 | + - trash_ids: |
| 82 | + - eecf3a857724171f968a66cb5719e152 # IMAX |
| 83 | + - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX ENHANCED |
| 84 | + - c53085ddbd027d9624b320627748612f # DV HDR10+ |
| 85 | + - e23edd2482476e595fb990b12e7c609c # DV HDR10 |
| 86 | + - 58d6a88f13e2db7f5059c41047876f00 # DV |
| 87 | + - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG |
| 88 | + - a3e19f8f627608af0211acd02bf89735 # DV SDR |
| 89 | + - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ |
| 90 | + - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 |
| 91 | + - e61e28db95d22bedcadf030b8f156d96 # HDR |
| 92 | + - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR Undefined |
| 93 | + - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ |
| 94 | + - 9364dd386c9b4a1100dde8264690add7 # HLG |
| 95 | + assign_scores_to: |
| 96 | + - name: UHD Bluray + WEB |
0 commit comments