Page 1 of 1

More information from Execute Plugin?

Posted: Fri Aug 22, 2014 8:45 pm
by Vastlee
I love Deluge, but I'm having to revert back over to uTorrent because of it's ability to pass whether the torrent was a single file or multi. Just wondering if there is a way to get the Deluge Execute plugin to pass more information out OR if there is a way to get this information from the current plugin.

Re: More information from Execute Plugin?

Posted: Sat Aug 23, 2014 12:07 am
by Cas
You can run a script that will connect to Deluge and get that information after getting torrent_id from the plugin. You could fork the plugin and add info yourself...

Re: More information from Execute Plugin?

Posted: Sat Aug 23, 2014 4:13 pm
by Vastlee
Cas wrote:You can run a script that will connect to Deluge and get that information after getting torrent_id from the plugin. You could fork the plugin and add info yourself...
Heh, I am not a smart man.