Date and Category based torrent deletion plugin
Azureus is great in automatically downloading material using an RSS feed. I watch the material from Azureus and after watching it I move it into a category called "Seen".
So every once in a while I need to clean out that category as my disk is not infinite. Azureus has a great plugin framework. This is a very alfa version of a plugin that will delete torrents in that category and older then a certain date.
what still needs to be done
- parameter changing still needs a restart. I need to implement the paramlistener
- completion date is, apparently, not available in the plugin api. So currently I am using the creationDate. This is so not what I want. I know that once they are put in that category, it is safe to be delete it once the cutoff date has been reached.
- Documentation, I am a programmer DUH :)
checking out the source.
The source can be found in my svn at http://www.ronsmits.org/svn/DateDelPlugin.
The 'ready to be used' jar file is here attachment:deldateplugin.jar
Attachments
-
deldateplugin.jar
(5.7 KB) - added by ron
3 years ago.
The plugin
