Last active
May 18, 2024 06:10
-
-
Save mvanbaak/75a42590b22d28c0ff6fabf7013e8be5 to your computer and use it in GitHub Desktop.
recyclarr configuration for sonarr v4 Custom Formats setup. As example it does prefer releases with DolbyVision/HDR. Remove the part 'HDR Metadata' if you are not interested in it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sonarr: | |
# sonarr4k running sonarr v4 dev install (custom formats) | |
- base_url: http://sonarrv4:8989/sonarr | |
api_key: [REDACTED] | |
quality_definition: series | |
delete_old_custom_formats: true | |
custom_formats: | |
# Scores from TRaSH json | |
- trash_ids: | |
# Streaming Services | |
- d660701077794679fd59e8bdf4ce3a29 # AMZN | |
- f67c9ca88f463a48346062e8ad07713f # ATVP | |
- 36b72f59f4ea20aad9316f475f2d9fbb # DCU | |
- 89358767a60cc28783cdc3d0be9388a4 # DSNP | |
- 7a235133c87f7da4c8cccceca7e3c7a6 # HBO | |
- a880d6abc21e7c16884f3ae393f84179 # HMAX | |
- f6cce30f1733d5c8194222a7507909bb # HULU | |
- 0ac24a2a68a9700bcb7eeca8e5cd644c # iT | |
- d34870697c9db575f17700212167be23 # NF | |
- b2b980877494b560443631eb1f473867 # NLZ | |
- 1656adc6d7bb2c8cca6acfb6592db421 # PCOK | |
- c67a75ae4a1715f2bb4d492755ba4195 # PMTP | |
- 3ac5d84fce98bab1b531393e9c82f467 # QIBI | |
- c30d2958827d1867c73318a5a2957eb1 # RED | |
- ae58039e1319178e6be73caab5c42166 # SHO | |
- 5d2317d99af813b6529c7ebf01c83533 # VDL | |
# Allowed Scene groups and tiered P2P groups | |
- e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01 | |
- 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02 | |
- d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 | |
- d0c516558625b04b363fa6c5c2c7cfd4 # WEB Scene (allowed Scene groups) | |
# Repacks / Propers | |
- ec8fa7296b64e8cd390a1600981f3923 # Repack/Proper | |
- eb3d5cc0a2be0db205fb823640db6a3c # Repack v2 | |
- 44e7c4de10ae50265753082e5dc76047 # Repack v3 | |
# HDR Metadata | |
- 7878c33f1963fefb3d6c8657d46c2f0a # DV HDR10 | |
- 6d0d8de7b57e35518ac0308b0ddf404e # DV | |
- 1f733af03141f068a540eec352589a89 # DV HLG | |
- 27954b0a80aab882522a88a4d9eae1cd # DV SDR | |
- a3d82cbef5039f8d295478d28a887159 # HDR10+ | |
- 3497799d29a085e2ac2df9d468413c94 # HDR10 | |
- 3e2c4e748b64a1a1118e0ea3f4cf6875 # HDR | |
- bb019e1cd00f304f80971c965de064dc # HDR (undefined) | |
- 2a7e3be05d3861d6df7171ec74cad727 # PQ | |
- 17e889ce13117940092308f48b48b45b # HLG | |
# Unwanted | |
- 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK | |
- 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ | |
- 9b64dff695c2115facf1b6ea59c9bd07 # x265 (no HDR/DV) | |
- 82d40da2bc6923f41e14394075dd4b03 # No-RlsGroup | |
- e1a997ddb54e3ecbfe06341ad323c458 # Obfuscated | |
- 06d66ab109d4d2eddb2794d21526d140 # Retags | |
- 32b367365729d530ca1c124a0b180c64 # Bad Dual Groups | |
quality_profiles: | |
- name: WebDL 4k |
[WRN] The following quality profile names are not valid and should either be removed or renamed in your YAML config [WRN] ["WebDL 4k"]
This is because it will apply the custom format scores to a quality profile called WebDL 4k
You will have to edit this config to put your profile name there, or create this profile in sonarr
Those warning were from recyclarr v3, where there were some breaking changes
Updated to match the latest UHD webdl for sonarrv4 per the guide
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This format will show
[WRN] Found array-style list of instances instead of named-style. Array-style lists of Sonarr/Radarr instances are deprecated