(04-12-2017, 10:51 AM)'parg' Wrote: Use the 'execute on assign' Tag action to Stop the torrent when it gets assigned to that Tag
Thanks for the help, but not enough for me because I don't know a bit of Java. I don't see an "execute on assign" Tag action anywhere. Please post the actual example and a simple explanation of what it does.
What I am doing is manually assigning a tag at the beginning of downloading a file and then, when it's reached it's share ratio, wanting it to be removed autmatically.
I see a lot of reference to using:
Is that a boolean expression. Am I supposed to put something between the parentheses like TRUE or FALSE?
This is what I have so far and nothing happens:
Code:
hasTag( “tagName” ) && isComplete()
I have the
Scope set to
Removal Only
Limit set to 0
Removal Policy set to
Remove from Library
Also, wanted to say that the page on tags is lacking essential information.
Code:
isGE,isGT,isLE,isLT,isEQ,isNEQ - numeric comparison functions taking 2 arguments
e.g. isGE( shareratio, 0.5 )
What are those abbreviations? I put them into a search query and couldn't find a single useful reference to their meaning?