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

  1. parameter changing still needs a restart. I need to implement the paramlistener
  2. 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.
  3. 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 Download

Attachments