Created
August 25, 2022 17:49
-
-
Save jgillman/cf4df9614988dbc3f9ab4451357fb90d to your computer and use it in GitHub Desktop.
My Recyclarr config
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
# For more details on the configuration, see the Configuration Reference on the wiki here: | |
# https://github.com/recyclarr/recyclarr/wiki/Configuration-Reference | |
# Joel Note: My Sonarr config ignores anime so none of that here. | |
sonarr: | |
- base_url: http://sonarr:8989/sonarr/ | |
api_key: yoursonarrapikeyhere | |
quality_definition: series | |
release_profiles: | |
- trash_ids: | |
- EBC725268D687D588A20CBC5F97E538B # Low Quality Groups | |
- 1B018E0C53EC825085DD911102E2CA36 # Release Sources (Streaming Service) | |
- 71899E6C303A07AF0E4746EFF9873532 # P2P Groups + Repack/Proper | |
- 76e060895c5b8a765c310933da0a5357 # All Optionals | |
# Joel Note: You'll want to edit the "quality_profiles" to match your own. I | |
# use qualities that are "Up to" a certain resolution and they're named | |
# accordingly. I also have two special formats for 1080p for when I | |
# specifically want a "Theatrical" or "Special" edition of a movie. It's | |
# automatically included for the other profiles, just with the default score so | |
# if you don't have those you can safely remove those sections. | |
radarr: | |
- base_url: http://radarr:7878/radarr/ | |
api_key: yourradarrapikeyhere | |
quality_definition: | |
type: movie | |
# Set to 'true' to automatically remove custom formats from Radarr when | |
# they are removed from the guide or your configuration. This will NEVER | |
# delete custom formats you manually created! | |
delete_old_custom_formats: true | |
quality_definition: | |
type: movie | |
custom_formats: | |
# Theatrical Edition | |
- trash_ids: | |
- e9001909a4c88013a359d0b9920d7bea # Theatrical Cut | |
quality_profiles: | |
- name: Up to 1080p - Theatrical Edition | |
score: 10000 | |
# Special Edition | |
- trash_ids: | |
- 957d0f44b592285f26449575e8b1167e # Special Edition | |
quality_profiles: | |
- name: Up to 1080p - Special Edition | |
score: 10000 | |
# Base quality profiles | |
- trash_ids: | |
# Releases to avoid section | |
- ed38b889b31be83fda192888e2286d83 # BR-DISK | |
- 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) | |
- 90a6f9a284dff5103f6346090e6280c8 # LQ | |
- dc98083864ea246d05a42df0d05f81cc # x265 (HD) | |
- b8cd450cbfa689c0259a01d9e29ba3d6 # 3D | |
- ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup | |
- b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups | |
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) | |
# Prefer HDR | |
- e23edd2482476e595fb990b12e7c609c # DV HDR10 | |
- 58d6a88f13e2db7f5059c41047876f00 # DV | |
- 55d53828b9d81cbe20b02efd00aa0efd # DV HLG | |
- a3e19f8f627608af0211acd02bf89735 # DV SDR | |
- b974a6cd08c1066250f1f177d7aa1225 # HDR10+ | |
- dfb86d5941bc9075d6af23b09c2aeecd # HDR10 | |
- e61e28db95d22bedcadf030b8f156d96 # HDR | |
- 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) | |
- 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ | |
- 9364dd386c9b4a1100dde8264690add7 # HLG | |
# Prefer HQ Encodes | |
- 0f12c086e289cf966fa5948eac571f44 # Hybrid | |
- 570bc9ebecd92723d2d21500f4be314c # Remaster | |
- eca37840c13c6ef2dd0262b141a5482f # 4K Remaster | |
- e0c07d59beb37348e975a930d5e50319 # Criterion Collection | |
- 957d0f44b592285f26449575e8b1167e # Special Edition | |
- eecf3a857724171f968a66cb5719e152 # IMAX | |
quality_profiles: | |
- name: Any | |
- name: Up to 1080p | |
- name: Up to 720p | |
- name: Up to UHD | |
- name: Up to 1080p - Special Edition | |
- name: Up to 1080p - Theatrical Edition |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment