From e8093278fd874a64b8a86461f70c0052738dce27 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sat, 16 Sep 2023 11:15:32 +0100 Subject: [PATCH] Fix minimum profile scores - Add template config to allow user choice for updating minimum profile scores (SQP-1 profiles) - Updated modified dates --- radarr/templates/anime-radarr.yml | 2 +- radarr/templates/hd-bluray-web.yml | 2 +- radarr/templates/remux-web-1080p.yml | 2 +- radarr/templates/remux-web-2160p.yml | 2 +- radarr/templates/sqp/sqp-1-1080p.yml | 7 ++++++- radarr/templates/sqp/sqp-1-2160p.yml | 7 ++++++- radarr/templates/sqp/sqp-2.yml | 2 +- radarr/templates/sqp/sqp-3.yml | 2 +- radarr/templates/sqp/sqp-4.yml | 2 +- radarr/templates/sqp/sqp-5.yml | 2 +- radarr/templates/uhd-bluray-web.yml | 2 +- sonarr/templates/anime-sonarr-v4.yml | 2 +- sonarr/templates/web-1080p-v4.yml | 2 +- sonarr/templates/web-2160p-v4.yml | 2 +- 14 files changed, 24 insertions(+), 14 deletions(-) diff --git a/radarr/templates/anime-radarr.yml b/radarr/templates/anime-radarr.yml index 8db2f81..ee71062 100644 --- a/radarr/templates/anime-radarr.yml +++ b/radarr/templates/anime-radarr.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: Anime Radarr # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/radarr/templates/hd-bluray-web.yml b/radarr/templates/hd-bluray-web.yml index a42bab8..b66b57d 100644 --- a/radarr/templates/hd-bluray-web.yml +++ b/radarr/templates/hd-bluray-web.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: HD Bluray + WEB # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/radarr/templates/remux-web-1080p.yml b/radarr/templates/remux-web-1080p.yml index 5705c6b..2ce3d67 100644 --- a/radarr/templates/remux-web-1080p.yml +++ b/radarr/templates/remux-web-1080p.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: Remux + WEB 1080p # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/radarr/templates/remux-web-2160p.yml b/radarr/templates/remux-web-2160p.yml index f2eb40a..749016e 100644 --- a/radarr/templates/remux-web-2160p.yml +++ b/radarr/templates/remux-web-2160p.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: Remux + WEB 2160p # -# Updated: 2023-08-14 # +# Updated: 2023-08-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/radarr/templates/sqp/sqp-1-1080p.yml b/radarr/templates/sqp/sqp-1-1080p.yml index c90c69e..bde693a 100644 --- a/radarr/templates/sqp/sqp-1-1080p.yml +++ b/radarr/templates/sqp/sqp-1-1080p.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: SQP-1 (1080p) # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # @@ -15,6 +15,11 @@ radarr: base_url: Put your Radarr URL here api_key: Put your API key here + quality_profiles: + - name: SQP-1 (1080p) + # Uncomment the below line if you don't have access to top-tier indexers + # min_format_score: 10 + include: - template: sqp-1-1080p diff --git a/radarr/templates/sqp/sqp-1-2160p.yml b/radarr/templates/sqp/sqp-1-2160p.yml index 4fda899..bfda666 100644 --- a/radarr/templates/sqp/sqp-1-2160p.yml +++ b/radarr/templates/sqp/sqp-1-2160p.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: SQP-1 (2160p) # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # @@ -15,6 +15,11 @@ radarr: base_url: Put your Radarr URL here api_key: Put your API key here + quality_profiles: + - name: SQP-1 (2160p) + # Uncomment the below line if you don't have access to top-tier indexers + # min_format_score: 10 + include: # Choose ONE of the following four options to determine quality profile behavior. - template: sqp-1-2160p-qp-default # Default diff --git a/radarr/templates/sqp/sqp-2.yml b/radarr/templates/sqp/sqp-2.yml index 0412530..4796f40 100644 --- a/radarr/templates/sqp/sqp-2.yml +++ b/radarr/templates/sqp/sqp-2.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: SQP-2 # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/radarr/templates/sqp/sqp-3.yml b/radarr/templates/sqp/sqp-3.yml index f34013a..cf8ecb6 100644 --- a/radarr/templates/sqp/sqp-3.yml +++ b/radarr/templates/sqp/sqp-3.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: SQP-3 # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/radarr/templates/sqp/sqp-4.yml b/radarr/templates/sqp/sqp-4.yml index 7e50177..9f1ec4c 100644 --- a/radarr/templates/sqp/sqp-4.yml +++ b/radarr/templates/sqp/sqp-4.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: SQP-4 # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/radarr/templates/sqp/sqp-5.yml b/radarr/templates/sqp/sqp-5.yml index 48be483..db7a3dd 100644 --- a/radarr/templates/sqp/sqp-5.yml +++ b/radarr/templates/sqp/sqp-5.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: SQP-5 # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/radarr/templates/uhd-bluray-web.yml b/radarr/templates/uhd-bluray-web.yml index 1633eaf..a15d50e 100644 --- a/radarr/templates/uhd-bluray-web.yml +++ b/radarr/templates/uhd-bluray-web.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: UHD Bluray + WEB # -# Updated: 2023-08-14 # +# Updated: 2023-08-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/sonarr/templates/anime-sonarr-v4.yml b/sonarr/templates/anime-sonarr-v4.yml index 07671d8..4167403 100644 --- a/sonarr/templates/anime-sonarr-v4.yml +++ b/sonarr/templates/anime-sonarr-v4.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: Anime Sonarr # -# Updated: 2023-09-14 # +# Updated: 2023-09-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/sonarr/templates/web-1080p-v4.yml b/sonarr/templates/web-1080p-v4.yml index 22fb24a..0b89e34 100644 --- a/sonarr/templates/web-1080p-v4.yml +++ b/sonarr/templates/web-1080p-v4.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: WEB-1080p (V4) # -# Updated: 2023-08-14 # +# Updated: 2023-08-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: # diff --git a/sonarr/templates/web-2160p-v4.yml b/sonarr/templates/web-2160p-v4.yml index 906aa1c..6a7c06c 100644 --- a/sonarr/templates/web-2160p-v4.yml +++ b/sonarr/templates/web-2160p-v4.yml @@ -1,6 +1,6 @@ ################################################################################################### # Recyclarr Configuration Template: WEB-2160p (V4) # -# Updated: 2023-08-14 # +# Updated: 2023-08-16 # # Documentation: https://recyclarr.dev # # Note: If you are using multiple profiles in a single instance, please read the following # # documentation about file merging: #