Skip to content

Commit

Permalink
Fix minimum profile scores
Browse files Browse the repository at this point in the history
- Add template config to allow user choice for updating minimum profile scores (SQP-1 profiles)
- Updated modified dates
  • Loading branch information
yammes08 committed Sep 16, 2023
1 parent 8acb044 commit e809327
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 14 deletions.
2 changes: 1 addition & 1 deletion radarr/templates/anime-radarr.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion radarr/templates/hd-bluray-web.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion radarr/templates/remux-web-1080p.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion radarr/templates/remux-web-2160p.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
7 changes: 6 additions & 1 deletion radarr/templates/sqp/sqp-1-1080p.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand All @@ -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

Expand Down
7 changes: 6 additions & 1 deletion radarr/templates/sqp/sqp-1-2160p.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion radarr/templates/sqp/sqp-2.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion radarr/templates/sqp/sqp-3.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion radarr/templates/sqp/sqp-4.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion radarr/templates/sqp/sqp-5.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion radarr/templates/uhd-bluray-web.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion sonarr/templates/anime-sonarr-v4.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion sonarr/templates/web-1080p-v4.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down
2 changes: 1 addition & 1 deletion sonarr/templates/web-2160p-v4.yml
Original file line number Diff line number Diff line change
@@ -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: #
Expand Down

0 comments on commit e809327

Please sign in to comment.