03-04-2017, 09:37 AM
What does the removal policy "Move to _old tag" mean/do?
What does the removal policy ordering options "Time added to vuze" and "Time added to tag" mean/do?
...Oh, maybe I get it: remove the oldest based on the selected 'time' option?
What about the update process is NOT anonymous? re: 5741.B22 Support for anonymous updating: Tools->Options->Interface->Start
Are the new variables "min_of_hour, hour_of_day," and "day_of_week" my computer's current time? Making the expression (isEQ(day_of_week, 2) && isGT(hour_of_day, 13) && isLT(hour_of_day, 23)) evaluate to true every Monday between 1pm and 11pm? But how would you use min_of_hour? the expression (isGT(hour_of_day, 13) && isGT(min_of_hour, 30)) is true from 13:31 to 13:59, then false from 14:00 to 14:30, then true again from 14:31 to 14:59 etc. It seemes to me that the "speed limits" > "schedule and settings" would be the best place to do whatever these are supposed to enable. Yes? No?
Is there any way to access the ‘added to tag’ time in tags? For example, send a "Restored" torrent back to the archive after 259,200 seconds. It would have to be via a function I suppose:
isGT( timeAdded("Restored"), 259200 ) or maybe isGT( sinceApplied("Restored"), 259200 )
That also assumes that it is actually seeded that entire time… oh well.
And an old feature, when does canArchive() evaluate true?
What does the removal policy ordering options "Time added to vuze" and "Time added to tag" mean/do?
...Oh, maybe I get it: remove the oldest based on the selected 'time' option?
What about the update process is NOT anonymous? re: 5741.B22 Support for anonymous updating: Tools->Options->Interface->Start
Are the new variables "min_of_hour, hour_of_day," and "day_of_week" my computer's current time? Making the expression (isEQ(day_of_week, 2) && isGT(hour_of_day, 13) && isLT(hour_of_day, 23)) evaluate to true every Monday between 1pm and 11pm? But how would you use min_of_hour? the expression (isGT(hour_of_day, 13) && isGT(min_of_hour, 30)) is true from 13:31 to 13:59, then false from 14:00 to 14:30, then true again from 14:31 to 14:59 etc. It seemes to me that the "speed limits" > "schedule and settings" would be the best place to do whatever these are supposed to enable. Yes? No?
Is there any way to access the ‘added to tag’ time in tags? For example, send a "Restored" torrent back to the archive after 259,200 seconds. It would have to be via a function I suppose:
isGT( timeAdded("Restored"), 259200 ) or maybe isGT( sinceApplied("Restored"), 259200 )
That also assumes that it is actually seeded that entire time… oh well.
And an old feature, when does canArchive() evaluate true?