Automatically sync TRaSH Guides to your Sonarr and Radarr instances https://recyclarr.dev
Find a file
renovate[bot] 28fa31520a
chore(deps): update dependency jetbrains.resharper.globaltools ( 2025.3.0 → 2025.3.1 ) (#679)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
|
[jetbrains.resharper.globaltools](https://www.jetbrains.com/resharper/features/command-line.html)
([source](https://www.jetbrains.com/resharper/features/command-line.html))
| `2025.3.0` -> `2025.3.1` |
![age](https://developer.mend.io/api/mc/badges/age/nuget/jetbrains.resharper.globaltools/2025.3.1?slim=true)
|
![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/jetbrains.resharper.globaltools/2025.3.1?slim=true)
|
![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/jetbrains.resharper.globaltools/2025.3.0/2025.3.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/jetbrains.resharper.globaltools/2025.3.0/2025.3.1?slim=true)
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/recyclarr/recyclarr).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9udWdldCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-23 21:12:33 +00:00
.claude chore: Add Linear MCP tool 2025-12-19 13:14:05 -06:00
.config chore(deps): update dependency jetbrains.resharper.globaltools ( 2025.3.0 → 2025.3.1 ) (#679) 2025-12-23 21:12:33 +00:00
.github ci(deps): Update action JetBrains/qodana-action ( v2025.2.4 → v2025.3.1 ) (#677) 2025-12-19 14:33:05 +00:00
.idea/.idea.Recyclarr/.idea Unversion .idea/vcs.xml 2025-09-10 07:54:05 -05:00
.renovate chore(renovate): Auto-merge all patch updates and standardize PR titles 2025-12-01 08:53:37 -06:00
.vscode chore: Format tasks.json args as multi-line arrays 2025-11-27 16:58:13 -06:00
ci ci: Consolidate workflow configuration and improve documentation 2025-09-07 12:06:22 -05:00
docker chore: Reorganize and simplify docker related files 2025-03-29 17:37:30 -05:00
docs docs: Add CF matching architecture doc and ADR 2025-12-15 17:17:20 -06:00
schemas feat(sync): Simplify custom format matching with ID-first logic 2025-12-15 17:17:20 -06:00
scripts chore: Add E2E test runner script and mandate its usage 2025-12-15 18:30:08 -06:00
src refactor(cache): Remove unused properties from cache json 2025-12-20 15:54:51 -06:00
tests refactor(cache): Remove unused properties from cache json 2025-12-20 15:54:51 -06:00
.csharpierignore build: Update CSharpier to v1.1.2 and apply formatting 2025-08-28 13:28:17 -05:00
.dockerignore chore: Reorganize and simplify docker related files 2025-03-29 17:37:30 -05:00
.editorconfig chore: Disable named argument style enforcement in Rider 2025-12-15 08:52:27 -06:00
.gitattributes chore: Ignore whitespace in DotSettings files 2023-02-17 08:23:52 -06:00
.gitignore chore: Remove and ignore Rider's indexLayout.xml 2025-09-06 21:52:00 -05:00
.markdownlint-cli2.yaml chore: Remove Serena MCP server integration 2025-12-04 17:25:50 -06:00
.mcp.json chore: Add Linear MCP tool 2025-12-19 13:14:05 -06:00
.pre-commit-config.yaml chore(deps): Update pre-commit hook DavidAnson/markdownlint-cli2 ( v0.19.1 → v0.20.0 ) 2025-12-07 17:56:41 -06:00
.prettierignore chore: add prettier to pre-commit hooks 2025-10-25 14:23:33 -05:00
.yamllint.yml style: prettier formatting of files 2025-10-25 14:22:46 -05:00
brainstorm.md feat: implement resource provider system for custom data sources 2025-09-15 22:34:36 -05:00
CHANGELOG.md feat(sync): Overhaul preview mode output for consistency and clarity 2025-12-19 22:48:26 -06:00
CLAUDE.md docs: Add local function placement directive to CLAUDE.md 2025-12-19 13:14:05 -06:00
CODEOWNERS chore: Initial CODEOWNERS file 2022-05-18 17:17:21 -05:00
CONTRIBUTING.md docs: Add Apprise notification testing instructions 2025-12-13 12:01:03 -06:00
Directory.Build.props refactor: Remove unused System.Reactive dependency 2025-12-12 21:04:47 -06:00
Directory.Build.targets build: Clean up unused project references 2024-05-26 11:32:47 -05:00
Directory.Packages.props refactor(test): Replace NUnit sinks with TextWriter-based logging 2025-12-19 15:26:36 -06:00
docker-compose.yml chore: add more radarr/sonarr debug instances 2025-12-19 21:56:53 -06:00
Dockerfile chore(deps): update docker/dockerfile docker tag to v1.20 2025-11-23 20:26:24 -06:00
GitVersion.yml build: Upgrade to GitVersion 6.0 2024-03-09 12:40:20 -06:00
LICENSE Complete rewrite using C# .NET Core 5 2021-04-15 22:40:57 -05:00
qodana.yaml ci: Add Qodana code quality analysis workflow 2025-09-06 20:18:50 -05:00
README.md docs: Update documentation URLs to new site structure 2025-12-13 11:21:03 -06:00
Recyclarr.slnx test: Add end-to-end testing infrastructure with Testcontainers 2025-11-03 22:31:10 -06:00
Recyclarr.slnx.DotSettings chore: Disable named argument style enforcement in Rider 2025-12-15 08:52:27 -06:00
renovate.json5 chore: Rename the dependency dashboard 2025-10-25 21:28:59 -05:00
SECURITY.md docs: add SECURITY.md with vulnerability reporting guidelines 2025-03-15 16:21:28 -05:00

Recyclarr

GitHub License Build Workflow Status Qodana GitHub Release Discord

A command-line application that will automatically synchronize recommended settings from the TRaSH guides to your Sonarr/Radarr instances.

Features

Recyclarr supports Radarr and Sonarr (v4 and higher only). The following information can be synced to these services from the TRaSH Guides. For a more detailed features list, see the Features page.

  • Quality Profiles, including qualities and quality groups
  • Custom Formats, including scores (from guide or manual)
  • Quality Definitions (file sizes)
  • Media Naming Formats

Read the Documentation

view - Documentation

Main documentation is located at recyclarr.dev. Links provided below for some main topics.

Getting Support

For help with using Recyclarr, please join the TRaSH-Guides Discord and ask in the #recyclarr channel.

Important

The GitHub Issues section is reserved for:

  • Bug reports
  • Feature requests

Please do not use GitHub Issues for general support questions or configuration help.

Powered By

Jetbrains Rider Jetbrains Qodana