diff --git a/radarr/anime-radarr.yml b/radarr/anime-radarr.yml index 8e37160..0a2a235 100644 --- a/radarr/anime-radarr.yml +++ b/radarr/anime-radarr.yml @@ -1,16 +1,67 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: Anime Radarr # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - anime-radarr: # A custom name used to identify this particular instance. + anime-radarr: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: movie +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: Remux-1080p - Anime reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: Remux-1080p + until_score: 10000 + min_format_score: 100 + quality_sort: top + qualities: + - name: Remux-1080p + qualities: + - Bluray-1080p + - Remux-1080p + - name: WEB 1080p + qualities: + - WEBDL-1080p + - WEBRip-1080p + - HDTV-1080p + - name: Bluray-720p + - name: WEB 720p + qualities: + - WEBDL-720p + - WEBRip-720p + - HDTV-720p + - name: Bluray-480p + - name: WEB 480p + qualities: + - WEBDL-480p + - WEBRip-480p + - name: DVD + - name: SDTV +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Scores from TRaSH json - trash_ids: diff --git a/radarr/hd-bluray-web.yml b/radarr/hd-bluray-web.yml index a7bff98..34fee36 100644 --- a/radarr/hd-bluray-web.yml +++ b/radarr/hd-bluray-web.yml @@ -1,16 +1,51 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: HD Bluray + WEB # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - hd-bluray-web: # A custom name used to identify this particular instance. + hd-bluray-web: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: movie +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: HD Bluray + WEB reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: Bluray-1080p + until_score: 10000 + min_format_score: 0 + quality_sort: top + qualities: + - name: Bluray-1080p + - name: WEB 1080p + qualities: + - WEBDL-1080p + - WEBRip-1080p + - name: Bluray-720p +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Scores from TRaSH json - trash_ids: diff --git a/radarr/remux-web-1080p.yml b/radarr/remux-web-1080p.yml index f706d06..963caac 100644 --- a/radarr/remux-web-1080p.yml +++ b/radarr/remux-web-1080p.yml @@ -1,16 +1,50 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: Remux + WEB 1080p # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - remux-web-1080p: # A custom name used to identify this particular instance. + remux-web-1080p: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: movie +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: Remux + WEB 1080p reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: Remux-1080p + until_score: 10000 + min_format_score: 0 + quality_sort: top + qualities: + - name: Remux-1080p + - name: WEB 1080p + qualities: + - WEBDL-1080p + - WEBRip-1080p +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Scores from TRaSH json - trash_ids: diff --git a/radarr/remux-web-2160p.yml b/radarr/remux-web-2160p.yml index 855bc89..735a09f 100644 --- a/radarr/remux-web-2160p.yml +++ b/radarr/remux-web-2160p.yml @@ -1,16 +1,50 @@ -# Updated: 2023-07-19 +################################################################################################### +# Recyclarr Configuration Template: Remux + WEB 2160p # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - remux-web-2160p: # A custom name used to identify this particular instance. + remux-web-2160p: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: movie +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: Remux + WEB 2160p reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: Remux-2160p + until_score: 10000 + min_format_score: 0 + quality_sort: top + qualities: + - name: Remux-2160p + - name: WEB 2160p + qualities: + - WEBDL-2160p + - WEBRip-2160p +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Scores from TRaSH json - trash_ids: diff --git a/radarr/sqp/sqp-1-1080p.yml b/radarr/sqp/sqp-1-1080p.yml index 979a66b..451d701 100644 --- a/radarr/sqp/sqp-1-1080p.yml +++ b/radarr/sqp/sqp-1-1080p.yml @@ -1,16 +1,56 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: SQP-1 (2160p) # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - sqp-1-1080p: # A custom name used to identify this particular instance. + sqp-1-1080p: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: sqp-streaming +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: SQP-1 (1080p) reset_unmatched_scores: true - + upgrade: + allowed: true + until_quality: Bluray|WEB-1080p + until_score: 10000 + # If you're limited to public indexers, don't have access to top-tier indexers, or are + # searching for content that is more rare, you might want to lower the min_format_score + # to 10. + min_format_score: 1000 + quality_sort: top + qualities: + - name: Bluray|WEB-1080p + qualities: + - Bluray-1080p + - WEBDL-1080p + - WEBRip-1080p + - WEBDL-720p + - WEBRip-720p + - name: Bluray-720p + +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Audio - trash_ids: diff --git a/radarr/sqp/sqp-1-2160p.yml b/radarr/sqp/sqp-1-2160p.yml index d573b43..b30e27d 100644 --- a/radarr/sqp/sqp-1-2160p.yml +++ b/radarr/sqp/sqp-1-2160p.yml @@ -1,16 +1,72 @@ -# Updated: 2023-08-02 +################################################################################################### +# Recyclarr Configuration Template: SQP-1 (2160p) # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - sqp-1-2160p: # A custom name used to identify this particular instance. + sqp-1-2160p: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: sqp-streaming +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: SQP-1 (2160p) reset_unmatched_scores: true - + upgrade: + allowed: true + # If you prefer 2160p WEBDL releases with IMAX-E, comment out line 33, and + # uncomment line 34 + until_quality: Bluray-2160p + # until_quality: Bluray|WEB-2160p + until_score: 10000 + # If you're limited to public indexers, don't have access to top-tier indexers, or are + # searching for content that is more rare, you might want to lower the min_format_score + # to 10. + min_format_score: 1000 + quality_sort: top + qualities: + # If you prefer 2160p WEBDL releases with IMAX-E, comment out lines 44-48, and + # uncomment lines 49-53 + - name: Bluray-2160p + - name: WEB-2160p + qualities: + - WEBDL-2160p + - WEBRip-2160p + # - name: Bluray|WEB-2160p + # qualities: + # - Bluray-2160p + # - WEBDL-2160p + # - WEBRip-2160p + # If you use SQP-1 (1080p) in another instance of Radarr, comment out lines 55-62 + - name: Bluray|WEB-1080p + qualities: + - Bluray-1080p + - WEBDL-1080p + - WEBRip-1080p + - WEBDL-720p + - WEBRip-720p + - name: Bluray-720p + +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Audio - trash_ids: diff --git a/radarr/sqp/sqp-1.yml b/radarr/sqp/sqp-1.yml deleted file mode 100644 index f679540..0000000 --- a/radarr/sqp/sqp-1.yml +++ /dev/null @@ -1,148 +0,0 @@ -# Note: Users directly referencing this file, please update to use 'sqp-1-1080p.yml' instead, as -# this file will soon be removed -# Updated: 2023-08-01 -radarr: - sqp-1-1080p: # A custom name used to identify this particular instance. - base_url: Put your Radarr URL here - api_key: Put your API key here - - quality_definition: - type: sqp-streaming - - quality_profiles: - - name: SQP-1 (1080p) - reset_unmatched_scores: true - - custom_formats: - # Audio - - trash_ids: - - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - - 2f22d89048b01681dde8afe203bf2e95 # DTS X - - 3cafb66171b47f226146a0770576870f # TrueHD - - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - quality_profiles: - - name: SQP-1 (1080p) - score: -10000 - - - trash_ids: - - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - - e7c2fcae07cbada050a0af3357491d7b # PCM - - 1c1a4c5e823891c75bc50380a6866f73 # DTS - - 240770601cc226190c367ef59aba7463 # AAC - quality_profiles: - - name: SQP-1 (1080p) - score: 0 - - - trash_ids: - - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - quality_profiles: - - name: SQP-1 (1080p) - score: 35 - - - trash_ids: - - 185f1dd7264c4562b9022d963ac37424 # DD+ - quality_profiles: - - name: SQP-1 (1080p) - score: 25 - - - trash_ids: - - c2998bd0d90ed5621d8df281e839436e # DD - quality_profiles: - - name: SQP-1 (1080p) - score: 15 - - # Movie Versions - - trash_ids: - - 570bc9ebecd92723d2d21500f4be314c # Remaster - - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema - - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - - 957d0f44b592285f26449575e8b1167e # Special Edition - # Uncomment the next line if you prefer WEBDL with IMAX Enhanced to BHDStudio - # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - - # HQ Release Groups - - 5153ec7413d9dae44e24275589b5e944 # BHDStudio - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: SQP-1 (1080p) - - - trash_ids: - - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 - quality_profiles: - - name: SQP-1 (1080p) - score: 1100 - - - trash_ids: - - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 - quality_profiles: - - name: SQP-1 (1080p) - score: 1050 - - - trash_ids: - - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 - quality_profiles: - - name: SQP-1 (1080p) - score: 1000 - - # Misc - - trash_ids: - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - # Optional - # Uncomment any of the following optional custom formats if you want them to be added to - # the quality profile - # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups - # - 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) - # - ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup - # - 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated - # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags - # - f537cf427b64c38c8e36298f657e4828 # Scene - # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - quality_profiles: - - name: SQP-1 (1080p) - - # Resolution - - trash_ids: - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - - b2be17d608fc88818940cd1833b0b24c # 720p - - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT - quality_profiles: - - name: SQP-1 (1080p) - - - trash_ids: - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - f6ff65b3f4b464a79dcc75950fe20382 # CRAV - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - fbca986396c5e695ef7b2def3c755d01 # OViD - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: SQP-1 (1080p) - score: 0 diff --git a/radarr/sqp/sqp-2.yml b/radarr/sqp/sqp-2.yml index 45e142c..5abca39 100644 --- a/radarr/sqp/sqp-2.yml +++ b/radarr/sqp/sqp-2.yml @@ -1,20 +1,57 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: SQP-2 # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - sqp-2: # A custom name used to identify this particular instance. + sqp-2: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: sqp-uhd +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p + - name: SQP-2 reset_unmatched_scores: true - + upgrade: + allowed: true + until_quality: WEB|Remux|Bluray|2160p + until_score: 10000 + min_format_score: 550 + quality_sort: top + qualities: + - name: WEB|Remux|Bluray|2160p + qualities: + - WEBDL-2160p + - WEBRip-2160p + - Bluray-2160p + - Remux-2160p + - WEBDL-1080p + - WEBRip-1080p + - name: Remux-1080p + +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: - # Scores from TRaSH json + # Audio - trash_ids: - # Audio - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - 2f22d89048b01681dde8afe203bf2e95 # DTS X - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) @@ -30,7 +67,7 @@ radarr: - 240770601cc226190c367ef59aba7463 # AAC - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats + # HDR Formats - e23edd2482476e595fb990b12e7c609c # DV HDR10 - 58d6a88f13e2db7f5059c41047876f00 # DV - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG @@ -41,8 +78,20 @@ radarr: - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - 9364dd386c9b4a1100dde8264690add7 # HLG + quality_profiles: + - name: SQP-2 + + - trash_ids: + # DV (WEBDL) + - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) + quality_profiles: + - name: SQP-2 + # If you and all of your users have a setup that fully supports DV, then uncomment the + # next line to override the default DV (WEBDL) score of -10000 + # score: 0 - # Movie Versions + # Movie Versions + - trash_ids: - 0f12c086e289cf966fa5948eac571f44 # Hybrid - f700d29429c023a5734505e77daeaea7 # DV (FEL) - 570bc9ebecd92723d2d21500f4be314c # Remaster @@ -55,26 +104,60 @@ radarr: # Uncomment the next line if you prefer IMAX Enhanced releases # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups + # HQ Release Groups - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 + quality_profiles: + - name: SQP-2 + + - trash_ids: + - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 + quality_profiles: + - name: SQP-2 + score: 2300 + + - trash_ids: + - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 + quality_profiles: + - name: SQP-2 + score: 2200 + + - trash_ids: + - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 + quality_profiles: + - name: SQP-2 + score: 2100 + + - trash_ids: - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc + # Misc - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - ae43b294509409a6a13919dedd4764c4 # Repack2 + quality_profiles: + - name: SQP-2 - # Unwanted + - trash_ids: + - 2899d84dc9372de3408e6d8cc18e9666 # x264 + quality_profiles: + - name: SQP-2 + score: -10000 + + # Unwanted + - trash_ids: - ed38b889b31be83fda192888e2286d83 # BR-DISK - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) + - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D + - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - 9c38ebb7384dada637be8899efa68e6f # SDR + quality_profiles: + - name: SQP-2 - # Optional + # Optional # Uncomment any of the following optional custom formats if you want them to be added to # the quality profile # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups @@ -86,62 +169,26 @@ radarr: # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags # - f537cf427b64c38c8e36298f657e4828 # Scene # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - # Resolution - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - - # Custom Scoring - # UHD Bluray Tiers - - trash_ids: - - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - score: 2300 - - - trash_ids: - - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - score: 2200 + # Resolution - trash_ids: - - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 + - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - score: 2100 + - name: SQP-2 - trash_ids: - # Resolution - fb392fb0d61a010ae38e49ceaa24a1ef # 2160p quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p + - name: SQP-2 score: 151 + # Streaming Services - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the - # next line to override the default DV (WEBDL) score of -10000 - # score: 0 - - # If you are only running one Radarr instance, you can comment out the next six lines so you - # will get the HD release if there is no UHD version - - trash_ids: - # Misc - - 2899d84dc9372de3408e6d8cc18e9666 # x264 + - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE + - 2a6039655313bf5dab1e43523b62c374 # MA + - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - score: -10000 + - name: SQP-2 - trash_ids: # Streaming Services @@ -160,5 +207,5 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p + - name: SQP-2 score: 0 diff --git a/radarr/sqp/sqp-3.yml b/radarr/sqp/sqp-3.yml index 12af597..d42801a 100644 --- a/radarr/sqp/sqp-3.yml +++ b/radarr/sqp/sqp-3.yml @@ -1,20 +1,56 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: SQP-3 # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - sqp-3: # A custom name used to identify this particular instance. + sqp-3: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: sqp-uhd +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - - name: Remux|IMAX-E|2160p + - name: SQP-3 reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: WEB|Remux|2160p + until_score: 10000 + min_format_score: 550 + quality_sort: top + qualities: + - name: WEB|Remux|2160p + qualities: + - WEBDL-2160p + - WEBRip-2160p + - Remux-2160p + - WEBDL-1080p + - WEBRip-1080p + - name: Remux-1080p +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: - # Scores from TRaSH json + # Audio - trash_ids: - # Audio - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - 2f22d89048b01681dde8afe203bf2e95 # DTS X - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) @@ -30,7 +66,7 @@ radarr: - 240770601cc226190c367ef59aba7463 # AAC - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats + # HDR Formats - e23edd2482476e595fb990b12e7c609c # DV HDR10 - 58d6a88f13e2db7f5059c41047876f00 # DV - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG @@ -41,8 +77,20 @@ radarr: - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - 9364dd386c9b4a1100dde8264690add7 # HLG + quality_profiles: + - name: SQP-3 + + - trash_ids: + # DV (WEBDL) + - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) + quality_profiles: + - name: SQP-3 + # If you and all of your users have a setup that fully supports DV, then uncomment the + # next line to override the default DV (WEBDL) score of -10000 + # score: 0 - # Movie Versions + # Movie Versions + - trash_ids: - 0f12c086e289cf966fa5948eac571f44 # Hybrid - f700d29429c023a5734505e77daeaea7 # DV (FEL) - 570bc9ebecd92723d2d21500f4be314c # Remaster @@ -55,7 +103,7 @@ radarr: # Uncomment the next line if you prefer IMAX Enhanced releases # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups + # HQ Release Groups - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 @@ -63,18 +111,30 @@ radarr: - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc + # Misc - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - ae43b294509409a6a13919dedd4764c4 # Repack2 + quality_profiles: + - name: SQP-3 - # Unwanted + - trash_ids: + - 2899d84dc9372de3408e6d8cc18e9666 # x264 + quality_profiles: + - name: SQP-3 + score: -10000 + + # Unwanted + - trash_ids: - ed38b889b31be83fda192888e2286d83 # BR-DISK - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) + - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D + - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - 9c38ebb7384dada637be8899efa68e6f # SDR + quality_profiles: + - name: SQP-3 - # Optional + # Optional # Uncomment any of the following optional custom formats if you want them to be added to # the quality profile # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups @@ -86,42 +146,26 @@ radarr: # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags # - f537cf427b64c38c8e36298f657e4828 # Scene # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # Resolution + # Resolution + - trash_ids: - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT quality_profiles: - - name: Remux|IMAX-E|2160p + - name: SQP-3 - # Custom Scoring - trash_ids: - # Resolution - fb392fb0d61a010ae38e49ceaa24a1ef # 2160p quality_profiles: - - name: Remux|IMAX-E|2160p + - name: SQP-3 score: 151 - - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: Remux|IMAX-E|2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the - # next line to override the default DV (WEBDL) score of -10000 - # score: 0 - # If you are only running one Radarr instance, you can comment out the next six lines so you - # will get the HD release if there is no UHD version + # Streaming Services - trash_ids: - # Misc - - 2899d84dc9372de3408e6d8cc18e9666 # x264 + - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE + - 2a6039655313bf5dab1e43523b62c374 # MA + - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT quality_profiles: - - name: Remux|IMAX-E|2160p - score: -10000 + - name: SQP-3 - trash_ids: # Streaming Services @@ -140,5 +184,5 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN quality_profiles: - - name: Remux|IMAX-E|2160p + - name: SQP-3 score: 0 diff --git a/radarr/sqp/sqp-4.yml b/radarr/sqp/sqp-4.yml index 6250f3c..2fb7110 100644 --- a/radarr/sqp/sqp-4.yml +++ b/radarr/sqp/sqp-4.yml @@ -1,20 +1,55 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: SQP-4 # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - sqp-4: # A custom name used to identify this particular instance. + sqp-4: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: sqp-uhd +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - - name: WEBDL|IMAX-E|2160p + - name: SQP-4 reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: WEB|2160p + until_score: 10000 + min_format_score: 550 + quality_sort: top + qualities: + - name: WEB|2160p + qualities: + - WEBDL-2160p + - WEBRip-2160p + - WEBDL-1080p + - WEBRip-1080p + - name: Remux-1080p +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: - # Scores from TRaSH json + # Audio - trash_ids: - # Audio - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - 2f22d89048b01681dde8afe203bf2e95 # DTS X - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) @@ -30,7 +65,7 @@ radarr: - 240770601cc226190c367ef59aba7463 # AAC - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats + # HDR Formats - e23edd2482476e595fb990b12e7c609c # DV HDR10 - 58d6a88f13e2db7f5059c41047876f00 # DV - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG @@ -41,9 +76,22 @@ radarr: - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - 9364dd386c9b4a1100dde8264690add7 # HLG + quality_profiles: + - name: SQP-4 + + - trash_ids: + # DV (WEBDL) + - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) + quality_profiles: + - name: SQP-4 + # If you and all of your users have a setup that fully supports DV, then uncomment the + # next line to override the default DV (WEBDL) score of -10000 + # score: 0 - # Movie Versions + # Movie Versions + - trash_ids: - 0f12c086e289cf966fa5948eac571f44 # Hybrid + - f700d29429c023a5734505e77daeaea7 # DV (FEL) - 570bc9ebecd92723d2d21500f4be314c # Remaster - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection @@ -54,7 +102,7 @@ radarr: # Uncomment the next line if you prefer IMAX Enhanced releases # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups + # HQ Release Groups - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 @@ -62,18 +110,30 @@ radarr: - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc + # Misc - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - ae43b294509409a6a13919dedd4764c4 # Repack2 + quality_profiles: + - name: SQP-4 - # Unwanted + - trash_ids: + - 2899d84dc9372de3408e6d8cc18e9666 # x264 + quality_profiles: + - name: SQP-4 + score: -10000 + + # Unwanted + - trash_ids: - ed38b889b31be83fda192888e2286d83 # BR-DISK - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) + - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D + - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - 9c38ebb7384dada637be8899efa68e6f # SDR + quality_profiles: + - name: SQP-4 - # Optional + # Optional # Uncomment any of the following optional custom formats if you want them to be added to # the quality profile # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups @@ -85,42 +145,26 @@ radarr: # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags # - f537cf427b64c38c8e36298f657e4828 # Scene # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # Resolution + # Resolution + - trash_ids: - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT quality_profiles: - - name: WEBDL|IMAX-E|2160p + - name: SQP-4 - # Custom Scoring - trash_ids: - # Resolution - fb392fb0d61a010ae38e49ceaa24a1ef # 2160p quality_profiles: - - name: WEBDL|IMAX-E|2160p + - name: SQP-4 score: 151 - - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: WEBDL|IMAX-E|2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the - # next line to override the default DV (WEBDL) score of -10000 - # score: 0 - # If you are only running one Radarr instance, you can comment out the next six lines so you - # will get the HD release if there is no UHD version + # Streaming Services - trash_ids: - # Misc - - 2899d84dc9372de3408e6d8cc18e9666 # x264 + - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE + - 2a6039655313bf5dab1e43523b62c374 # MA + - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT quality_profiles: - - name: WEBDL|IMAX-E|2160p - score: -10000 + - name: SQP-4 - trash_ids: # Streaming Services @@ -139,5 +183,5 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN quality_profiles: - - name: WEBDL|IMAX-E|2160p + - name: SQP-4 score: 0 diff --git a/radarr/sqp/sqp-5.yml b/radarr/sqp/sqp-5.yml index af00985..4304cae 100644 --- a/radarr/sqp/sqp-5.yml +++ b/radarr/sqp/sqp-5.yml @@ -1,20 +1,56 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: SQP-5 # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - sqp-5: # A custom name used to identify this particular instance. + sqp-5: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: sqp-uhd +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - - name: Bluray|IMAX-E|2160p + - name: SQP-5 reset_unmatched_scores: true - + upgrade: + allowed: true + until_quality: WEB|Bluray|2160p + until_score: 10000 + min_format_score: 550 + quality_sort: top + qualities: + - name: WEB|Bluray|2160p + qualities: + - WEBDL-2160p + - WEBRip-2160p + - Bluray-2160p + - WEBDL-1080p + - WEBRip-1080p + - name: Remux-1080p + +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: - # Scores from TRaSH json + # Audio - trash_ids: - # Audio - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - 2f22d89048b01681dde8afe203bf2e95 # DTS X - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) @@ -30,7 +66,7 @@ radarr: - 240770601cc226190c367ef59aba7463 # AAC - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats + # HDR Formats - e23edd2482476e595fb990b12e7c609c # DV HDR10 - 58d6a88f13e2db7f5059c41047876f00 # DV - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG @@ -41,9 +77,22 @@ radarr: - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - 9364dd386c9b4a1100dde8264690add7 # HLG + quality_profiles: + - name: SQP-5 + + - trash_ids: + # DV (WEBDL) + - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) + quality_profiles: + - name: SQP-5 + # If you and all of your users have a setup that fully supports DV, then uncomment the + # next line to override the default DV (WEBDL) score of -10000 + # score: 0 - # Movie Versions + # Movie Versions + - trash_ids: - 0f12c086e289cf966fa5948eac571f44 # Hybrid + - f700d29429c023a5734505e77daeaea7 # DV (FEL) - 570bc9ebecd92723d2d21500f4be314c # Remaster - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection @@ -54,26 +103,60 @@ radarr: # Uncomment the next line if you prefer IMAX Enhanced releases # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups + # HQ Release Groups - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 + quality_profiles: + - name: SQP-5 + + - trash_ids: + - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 + quality_profiles: + - name: SQP-5 + score: 2300 + + - trash_ids: + - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 + quality_profiles: + - name: SQP-5 + score: 2200 + + - trash_ids: + - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 + quality_profiles: + - name: SQP-5 + score: 2100 + + - trash_ids: - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc + # Misc - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - ae43b294509409a6a13919dedd4764c4 # Repack2 + quality_profiles: + - name: SQP-5 - # Unwanted + - trash_ids: + - 2899d84dc9372de3408e6d8cc18e9666 # x264 + quality_profiles: + - name: SQP-5 + score: -10000 + + # Unwanted + - trash_ids: - ed38b889b31be83fda192888e2286d83 # BR-DISK - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) + - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D + - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - 9c38ebb7384dada637be8899efa68e6f # SDR + quality_profiles: + - name: SQP-5 - # Optional + # Optional # Uncomment any of the following optional custom formats if you want them to be added to # the quality profile # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups @@ -85,62 +168,26 @@ radarr: # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags # - f537cf427b64c38c8e36298f657e4828 # Scene # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - # Resolution - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT - quality_profiles: - - name: Bluray|IMAX-E|2160p - - # Custom Scoring - # UHD Bluray Tiers - - trash_ids: - - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 - quality_profiles: - - name: Bluray|IMAX-E|2160p - score: 2300 - - - trash_ids: - - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 - quality_profiles: - - name: Bluray|IMAX-E|2160p - score: 2200 + # Resolution - trash_ids: - - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 + - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p quality_profiles: - - name: Bluray|IMAX-E|2160p - score: 2100 + - name: SQP-5 - trash_ids: - # Resolution - fb392fb0d61a010ae38e49ceaa24a1ef # 2160p quality_profiles: - - name: Bluray|IMAX-E|2160p + - name: SQP-5 score: 151 + # Streaming Services - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: Bluray|IMAX-E|2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the - # next line to override the default DV (WEBDL) score of -10000 - # score: 0 - - # If you are only running one Radarr instance, you can comment out the next six lines so you - # will get the HD release if there is no UHD version - - trash_ids: - # Misc - - 2899d84dc9372de3408e6d8cc18e9666 # x264 + - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE + - 2a6039655313bf5dab1e43523b62c374 # MA + - 16622a6911d1ab5d5b8b713d5b0036d4 # CRiT quality_profiles: - - name: Bluray|IMAX-E|2160p - score: -10000 + - name: SQP-5 - trash_ids: # Streaming Services @@ -159,5 +206,5 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN quality_profiles: - - name: Bluray|IMAX-E|2160p + - name: SQP-5 score: 0 diff --git a/radarr/uhd-bluray-web.yml b/radarr/uhd-bluray-web.yml index 02283e6..1213abb 100644 --- a/radarr/uhd-bluray-web.yml +++ b/radarr/uhd-bluray-web.yml @@ -1,16 +1,50 @@ -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: UHD Bluray + WEB # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic radarr: - uhd-bluray-web: # A custom name used to identify this particular instance. + uhd-bluray-web: base_url: Put your Radarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Radarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: movie +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Radarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: UHD Bluray + WEB reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: Bluray-2160p + until_score: 10000 + min_format_score: 0 + quality_sort: top + qualities: + - name: Bluray-2160p + - name: WEB 2160p + qualities: + - WEBDL-2160p + - WEBRip-2160p +# Custom Formats +# This section creates and/or updates Custom Formats in your Radarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Scores from TRaSH json - trash_ids: diff --git a/sonarr/anime-sonarr-v4.yml b/sonarr/anime-sonarr-v4.yml index cdf0af7..7884e35 100644 --- a/sonarr/anime-sonarr-v4.yml +++ b/sonarr/anime-sonarr-v4.yml @@ -1,17 +1,68 @@ -# This config file is for use with Sonarr V4 only -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: Anime Sonarr # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +# This config file is for use with Sonarr V4 only # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic sonarr: - anime-sonarr-v4: # A custom name used to identify this particular instance. + anime-sonarr-v4: base_url: Put your Sonarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Sonarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: anime +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Sonarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: Remux-1080p - Anime reset_unmatched_scores: true - + upgrade: + allowed: true + until_quality: Bluray-1080p + until_score: 10000 + min_format_score: 100 + quality_sort: top + qualities: + - name: Bluray-1080p + qualities: + - Bluray-1080p Remux + - Bluray-1080p + - name: WEB 1080p + qualities: + - WEBDL-1080p + - WEBRip-1080p + - HDTV-1080p + - name: Bluray-720p + - name: WEB 720p + qualities: + - WEBDL-720p + - WEBRip-720p + - HDTV-720p + - name: Bluray-480p + - name: WEB 480p + qualities: + - WEBDL-480p + - WEBRip-480p + - name: DVD + - name: SDTV + +# Custom Formats +# This section creates and/or updates Custom Formats in your Sonarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Scores from TRaSH json - trash_ids: diff --git a/sonarr/web-1080p-v4.yml b/sonarr/web-1080p-v4.yml index 9a00028..5ff77c2 100644 --- a/sonarr/web-1080p-v4.yml +++ b/sonarr/web-1080p-v4.yml @@ -1,17 +1,50 @@ -# This config file is for use with Sonarr V4 only -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: WEB-1080p (V4) # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +# This config file is for use with Sonarr V4 only # +################################################################################################### + +# Instance Definition +# This section defines your instance type, name, and authentication +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#basic sonarr: - web-1080p-v4: # A custom name used to identify this particular instance. + web-1080p-v4: base_url: Put your Sonarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Sonarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: series +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Sonarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: WEB-1080p reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: WEB 1080p + until_score: 10000 + min_format_score: 0 + quality_sort: top + qualities: + - name: WEB 1080p + qualities: + - WEBDL-1080p + - WEBRip-1080p +# Custom Formats +# This section creates and/or updates Custom Formats in your Sonarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Scores from TRaSH json - trash_ids: diff --git a/sonarr/web-2160p-v4.yml b/sonarr/web-2160p-v4.yml index 5d41679..3a5ee33 100644 --- a/sonarr/web-2160p-v4.yml +++ b/sonarr/web-2160p-v4.yml @@ -1,17 +1,46 @@ -# This config file is for use with Sonarr V4 only -# Updated: 2023-08-01 +################################################################################################### +# Recyclarr Configuration Template: WEB-2160p (V4) # +# Updated: 2023-08-13 # +# Documentation: https://recyclarr.dev # +# Note: If you are using multiple profiles in a single instance, please read the following # +# documentation about file merging: # +# https://recyclarr.dev/wiki/yaml/config-examples/#merge-single-instance # +# This config file is for use with Sonarr V4 only # +################################################################################################### sonarr: - web-2160p-v4: # A custom name used to identify this particular instance. + web-2160p-v4: base_url: Put your Sonarr URL here api_key: Put your API key here +# Quality Definition +# This section defines the Quality Definitions that will be used in your Sonarr instance +# Only one set of Quality Definitions can be used per instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-def-settings quality_definition: type: series +# Quality Profiles +# This section creates and/or updates Quality Profile(s) in your Sonarr instance +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#quality-profiles quality_profiles: - name: WEB-2160p reset_unmatched_scores: true + upgrade: + allowed: true + until_quality: WEB 2160p + until_score: 10000 + min_format_score: 0 + quality_sort: top + qualities: + - name: WEB 2160p + qualities: + - WEBDL-2160p + - WEBRip-2160p +# Custom Formats +# This section creates and/or updates Custom Formats in your Sonarr instance, +# and applies them and their scores to Quality Profiles +# Documentation: https://recyclarr.dev/wiki/yaml/config-reference/#custom-format-settings custom_formats: # Scores from TRaSH json - trash_ids: