docs: add Sonarr/Radarr setup guide and troubleshooting (#4) - #38
Open
bugrax wants to merge 2 commits into
Open
Conversation
Adds a step-by-step "Connecting Sonarr/Radarr/Whisparr" section with the exact Transmission download-client fields, and a Troubleshooting section. Both center on the most common failure: the *arr and putioarr not sharing the download path (so downloads complete and are cleaned up, but nothing is ever imported), which needs a shared mount or a Remote Path Mapping. Addresses wouterdebie#4.
There was a problem hiding this comment.
Pull request overview
Adds end-user documentation to help users connect putioarr to Sonarr/Radarr/Whisparr (as a Transmission-compatible download client) and diagnose common “nothing imported” failure modes, aligning with the request in Issue #4 for a proper setup/usage guide.
Changes:
- Added a “Connecting Sonarr/Radarr/Whisparr” section with the specific Transmission client fields to configure.
- Added a “Troubleshooting” section emphasizing shared mount/Remote Path Mapping and other common misconfigurations.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
Good catch — escaped every |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses #4 (request for a proper setup/usage guide).
Adds two README sections:
Transmission download-client fields (Host, Port, URL Base
/transmission,Username, Password, Category), plus a prominent note about the shared download
path.
Is there a proper guide to use this? #4 reporter hit: putioarr downloads and cleans up the files, but nothing is
imported, because the *arr and putioarr don't see the download directory at
the same path (needs a shared mount or a Remote Path Mapping).
Docs only — no code changes.