@@ -4,14 +4,19 @@ sonarr:
44 api_key : !env_var SONARR_API_KEY
55
66 delete_old_custom_formats : true
7- replace_existing_custom_formats : true
87
9- include :
10- - template : sonarr-v4-custom-formats-web-1080p
11- - template : sonarr-v4-quality-profile-web-1080p
12- - template : sonarr-quality-definition-series
13- - template : sonarr-v4-quality-profile-web-2160p
14- - template : sonarr-v4-custom-formats-web-2160p
8+ quality_definition :
9+ type : series
10+
11+ quality_profiles :
12+ - trash_id : 72dae194fc92bf828f32cde7744e51a1 # WEB-1080p
13+ name : WEB-DL (1080p)
14+ reset_unmatched_scores :
15+ enabled : true
16+ - trash_id : d1498e7d189fbe6c7110ceaabb7473e6 # WEB-2160p
17+ name : WEB-2160p
18+ reset_unmatched_scores :
19+ enabled : true
1520
1621 # quality_profiles:
1722 # - name: WEB-DL (1080p)
@@ -50,15 +55,19 @@ radarr:
5055
5156 # Custom Format Configuration
5257 delete_old_custom_formats : true
53- replace_existing_custom_formats : true
5458
55- include :
56- - template : radarr-quality-definition-movie
57- - template : radarr-quality-profile-hd-bluray-web
58- - template : radarr-custom-formats-hd-bluray-web
59- - template : radarr-quality-definition-movie
60- - template : radarr-quality-profile-uhd-bluray-web
61- - template : radarr-custom-formats-uhd-bluray-web
59+ quality_definition :
60+ type : movie
61+
62+ quality_profiles :
63+ - trash_id : d1d67249d3890e49bc12e275d989a7e9 # HD Bluray + WEB
64+ name : HD Bluray + WEB
65+ reset_unmatched_scores :
66+ enabled : true
67+ - trash_id : 64fb5f9858489bdac2af690e27c8f42f # UHD Bluray + WEB
68+ name : UHD Bluray + WEB
69+ reset_unmatched_scores :
70+ enabled : true
6271
6372 # quality_profiles:
6473 # - name: HD Bluray + WEB
0 commit comments