Search found 10 matches

by ult.nrg
Wed Nov 30, 2016 10:26 am
Forum: Plugins
Topic: [Plugin Update] Execute plugin
Replies: 10
Views: 23927

Re: [Plugin Update] Execute plugin

I am able to see the new options in the WebUI, as indicated in the picture, but the values placed in them do not persist upon saving. In fact, I can't add or edit a new command at all, be it the new or existing fields. Perhaps I installed it wrong? I just installed this on top of the baked in execu...
by ult.nrg
Sat Nov 26, 2016 6:36 am
Forum: Plugins
Topic: [Plugin Update] Execute plugin
Replies: 10
Views: 23927

Re: [Plugin Update] Execute plugin

Just quickly checked, WebUI working here and has the new options (screenshot attached)
by ult.nrg
Sun Oct 16, 2016 3:42 am
Forum: Plugins
Topic: [Plugin Update] Execute plugin
Replies: 10
Views: 23927

[Plugin Update] Execute plugin

Updated the execute plugin with some additional features. Git: https://github.com/ultnrg/deluge-execute Download: https://github.com/ultnrg/deluge-execute/releases/download/1.3/Execute-1.3-py2.7.egg Added features: Abilty to process URLs Added timer to run script xx seconds after event fires Added T...
by ult.nrg
Sun Oct 16, 2016 1:17 am
Forum: Plugins
Topic: [Plugin] Copy Completed plugin
Replies: 32
Views: 101683

Re: [Plugin] Copy Completed plugin

Updated this plugin to append label to the end of the directory. E.g. if your Copy folder is C:\Downloads, your label is "Movies" and you've ticked "Append Label" in settings, it will copy the files to C:\Downloads\Movies Have run and tested it on Windows. If you have issues plea...
by ult.nrg
Sat Oct 15, 2016 8:47 am
Forum: Plugins
Topic: Copy Completed based on Label (Windows)
Replies: 7
Views: 10728

Re: Copy Completed based on Label (Windows)

Thanks very much, would it be possible to have this copy based on the label given to a torrent? This is exactly what it should do (at least, that's how it's working for me :)) I was super excited to find this thread. I use CopyCompleted, but need a way to separate destinations by label. The Append ...
by ult.nrg
Thu Sep 08, 2016 2:32 am
Forum: Development
Topic: How to get from_state?
Replies: 2
Views: 2695

Re: How to get from_state?

Thanks for the reply, Cas. My guess is that it's a function, so should probably remove the self. However, as mentioned, I've just copied the code from the Label plugin (which does contain the self). Essentially what I am working on is extending the execute plugin to have a few more features (ability...
by ult.nrg
Sun Sep 04, 2016 2:37 pm
Forum: Plugins
Topic: Copy Completed based on Label (Windows)
Replies: 7
Views: 10728

Re: Copy Completed based on Label (Windows)

I've created just this over the weekend by extending the original CopyCompleted plugin. I've attached my latest CopyCompleted dev build (as a .egg) if you want to test it out. I've just added an option for "Append label" in the settings, make sure you have it ticked. If ticked, it will jus...
by ult.nrg
Sun Sep 04, 2016 1:08 pm
Forum: Development
Topic: How to get from_state?
Replies: 2
Views: 2695

How to get from_state?

I'm trying to check from_state when a torrent is added using the same method as the label plugin. That is, creating a listener: component.get("EventManager").register_event_handler("TorrentAddedEvent", self.post_torrent_add) And then a function with from_state as a param: def pos...
by ult.nrg
Fri Sep 02, 2016 8:14 am
Forum: Development
Topic: Trying to modify plugin but crashing
Replies: 1
Views: 1985

Re: Trying to modify plugin but crashing

So simple....had a tab put in on my new lines, not spaces. Didn't know it was that sensitive :)
by ult.nrg
Thu Sep 01, 2016 6:48 am
Forum: Development
Topic: Trying to modify plugin but crashing
Replies: 1
Views: 1985

Trying to modify plugin but crashing

I'm trying to modify the copycompleted plugin to handle some additional parameters, but any line of code I add (other than a comment) seems to break the plugin completely. I've downloaded the source from github and run it using setup.py (in its unmodified form) and it builds to a 20KB .egg file, whi...