Document download-client drift for the next release - #172
Merged
Merged
Conversation
1 task
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation for next Maintainerr release
Document download-client drift for the next release
Sep 11, 2026
Collaborator
|
@copilot Please update docs from the latest app changes. |
Co-authored-by: enoch85 <4511254+enoch85@users.noreply.github.com>
Contributor
Author
Updated in 2ad1a0f with the latest app-side follow-up: the Configuration docs now note that switching download client types clears the URL field because qBittorrent and Transmission use different URL shapes. |
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.
The Next docs were behind the current download-client surface in Maintainerr: they still described qBittorrent-only cleanup and omitted the new
download_client_typecontract. This updates the unreleased docs to match the current configuration, migration, and settings API behavior.Configuration
qBittorrentandTransmissionas supported download clientsMigration
download_client_typesettingqbittorrentSettings API
download_client_typeto the download-client request/response contractDELETE /api/settings/download-clientExample request body now documented for the settings API:
{ "download_client_type": "qbittorrent", "download_client_url": "http://qbittorrent:8080", "download_client_username": "user", "download_client_password": "...", "download_client_delete_data": true, "download_client_fallback_ratio": 0.5 }