[add] from_transmission: Add 'transmission_errorString'#2648
Merged
paranoidi merged 1 commit intoFlexget:developfrom Apr 9, 2020
Merged
[add] from_transmission: Add 'transmission_errorString'#2648paranoidi merged 1 commit intoFlexget:developfrom
paranoidi merged 1 commit intoFlexget:developfrom
Conversation
This adds the field `transmission_errorString` when parsing torrents with `from_transmission`. This is useful for taking action depending on the specific type of error reported by the tracker, rather than just the presence of an error. For example, you may want to clean up torrents that have been removed by the tracker, but leave torrents when the tracker is temporarily down.
Member
|
Meeseeks good changes, thanks for your contribution |
StefftheEmperor2
pushed a commit
to StefftheEmperor2/Flexget
that referenced
this pull request
Apr 25, 2020
…t#2648) Useful for taking action depending on the specific type of error. For example, you may want to clean up torrents that have been removed by the tracker, but leave torrents when the tracker is temporarily down.
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.
Motivation for changes:
Currently there is no way to differentiate between a tracker error due to temporary downtime, vs permanent deletion of the torrent, making it difficult to automate cleanup tasks.
Detailed changes:
errorStringto the whitelist of Transmission RPC fields to be populated on entries.