Last active
September 11, 2022 13:51
-
-
Save mvanbaak/f236c27dc596ddfb756b80c0e4251f99 to your computer and use it in GitHub Desktop.
recyclarr configuration for sonarr v3 release profile setup. As example it does NOT prefer season packs.
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: | |
# sonarr 720p/1080p running sonarr v3 with release profiles | |
- base_url: http://sonarrv3:8989/sonarr | |
api_key: [REDACTED] | |
quality_definition: series | |
release_profiles: | |
- trash_ids: | |
- 1B018E0C53EC825085DD911102E2CA36 # Release Sources (Streaming Service) | |
- 71899E6C303A07AF0E4746EFF9873532 # P2P Groups + Repack/Proper | |
- EBC725268D687D588A20CBC5F97E538B # Low Quality Groups | |
- trash_ids: | |
- 76e060895c5b8a765c310933da0a5357 # Optionals | |
filter: | |
exclude: | |
- ea83f4740cec4df8112f3d6dd7c82751 # Prefer Season Packs | |
strict_negative_scores: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment