transmission-rpc
transmission-rpc copied to clipboard
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/trim21/transmission-rpc). ## Awaiting Schedule The following updates are...
Let's wait until transmission 4.00 is released.
Calling `get_torrents` with `"recently-active"` as ids, only a list of torrents is returned and not the array of removed torrent ids. From the [RPC API spec](https://github.com/transmission/transmission/blob/3.00/extras/rpc-spec.txt#L170-L172) > If the request's...
# Description transmission 2.30 (rpc version 13) is released at 2016. remove support for old version for better support.
# Description I have a script that is called to remove the downloaded torrent after a while, but even though I set the flag to delete the file as well,...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
403
# Description transmission_rpc.error.TransmissionError: Query failed with result "gotMetadataFromURL: http error 403: Forbidden". ## Environment transmission==3.0.0 ## language version: python3.9.8 ## How to reproduce ## Expectations ## Actual result
# Description I would like to know if it is possible to add a property for downloading torrents count and one for seeding torrents count to the `SessionStats` class. ##...
feature: - add `sequential_download` to `client.change_torrent()` - add `sequential_download` to `client.get_torrent()` - add `ip_protocol` argument to `client.port_test()` - support `file.beginPiece` and `file.endPiece` BREAKING CHANGE:`client.port_test()` now return a `PortTestResult` instead of...