Search found 1 match

by heiss
Tue Dec 02, 2014 5:26 am
Forum: Plugins
Topic: Post your execute plugin scripts!
Replies: 47
Views: 339869

Re: Post your execute plugin scripts!

With deluge 1.3.8+ there is now a torrent remove execute trigger. Here's a simple script move the torrent file/directory to a different folder on remove (I have no idea what this does if you use the "remove torrent with data" option though: #!/usr/bin/env python import sys, os, shutil torr...