
How to automatically delete torrent after download - for
parg
Vuze Staff Member


Vuze Staff Member

Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation: 67
Threads: 2
Joined: Jul 2014
Reputation: 67
You can almost do it with Tags (https://wiki.vuze.com/w/Tags) - arrange for your completed downloads to be auto-assigned to a tag (e.g. using a constraint like
isGE( shareratio, 0.5 )
) and then set the Tag's limit under tag settings to 1 and set the removal policy to 'remove from library' (or maybe better 'archive')
Unfortunately '0' means 'unlimited' so you would always have the most recently seeded torrent left.
isGE( shareratio, 0.5 )
) and then set the Tag's limit under tag settings to 1 and set the removal policy to 'remove from library' (or maybe better 'archive')
Unfortunately '0' means 'unlimited' so you would always have the most recently seeded torrent left.
parg
Vuze Staff Member


Vuze Staff Member

Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation: 67
Threads: 2
Joined: Jul 2014
Reputation: 67
Use the 'execute on assign' Tag action to Stop the torrent when it gets assigned to that Tag
04-22-2017, 10:15 AM (This post was last modified: 04-22-2017, 10:20 AM by user x.)
(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:
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.
What are those abbreviations? I put them into a search query and couldn't find a single useful reference to their meaning?
parg
Vuze Staff Member


Vuze Staff Member

Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation: 67
Threads: 2
Joined: Jul 2014
Reputation: 67
isGE - is greater or equal, isGT - is greater than, isLE - is less than or equal.... isNEQ - is not equal
parg
Vuze Staff Member


Vuze Staff Member

Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation: 67
Threads: 2
Joined: Jul 2014
Reputation: 67
To set 'execute on assign' right-click on the tag in the sidebar and look at the menu
-
-
-