Search found 8 matches

by iBroken
Sat Aug 06, 2016 2:14 am
Forum: Support
Topic: Can't start/pause a single torrent via RPC ?
Replies: 4
Views: 2999

Re: Can't start/pause a single torrent via RPC ?

thank you for the valuable information, one more question, are the methods returned by `daemon.get_method_list` comprehensive ? or I should look elsewhere for more methods. {"id": 1, "result": ["core.upload_plugin", "core.rescan_plugins", "core.force_rech...
by iBroken
Fri Aug 05, 2016 9:36 pm
Forum: Support
Topic: Can't start/pause a single torrent via RPC ?
Replies: 4
Views: 2999

Re: Can't start/pause a single torrent via RPC ?

@Cas thank you for clearing that up, it works for me now, however, curl hanging on the request doesn't always mean that there's a problem with the request, for instance, try removing a torrent that doesn't exist by providing the wrong hash, curl will hang curl -b cookies.txt --compressed -i -H "...
by iBroken
Fri Aug 05, 2016 12:10 pm
Forum: Support
Topic: Can't start/pause a single torrent via RPC ?
Replies: 4
Views: 2999

Can't start/pause a single torrent via RPC ?

Hello let's use curl to do this first you need to set the cookies, my password is `deluge` curl -c cookies.txt --compressed -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{"method": "auth.login", "params": ["del...
by iBroken
Mon Feb 21, 2011 4:16 pm
Forum: Plugins
Topic: [Solved]is it possible to make Email Notification plugin?
Replies: 10
Views: 9714

Re: [Request]is it passable to make Email Notification plugi

Cas wrote:What version of Deluge are you using? The latest version is 1.3.1
yes offcourse, i'm using 1.3.1
by iBroken
Mon Feb 21, 2011 12:14 am
Forum: Plugins
Topic: [Solved]is it possible to make Email Notification plugin?
Replies: 10
Views: 9714

Re: [Request]is it passable to make Email Notification plugi

thank you Cas, but my Execute plugin isn't like what you have, mine had one command line like this one

Image

sorry :oops:
by iBroken
Fri Feb 18, 2011 9:03 pm
Forum: Plugins
Topic: [Solved]is it possible to make Email Notification plugin?
Replies: 10
Views: 9714

Re: [Request]is it passable to make Email Notification plugi


great, but the " torrent_added.sh " where do i have to place it ?
by iBroken
Thu Feb 17, 2011 7:40 am
Forum: Plugins
Topic: [Solved]is it possible to make Email Notification plugin?
Replies: 10
Views: 9714

Re: [Request]is it passable to make Email Notification plugi

ok that will be great, but tell me what to write in the command line ?
by iBroken
Thu Feb 17, 2011 12:14 am
Forum: Plugins
Topic: [Solved]is it possible to make Email Notification plugin?
Replies: 10
Views: 9714

[Solved]is it possible to make Email Notification plugin?

hi

there's some people ( including me ) using auto downloader scripts via IRC, or RSS, i would love to see plugin sends me Emails telling me a New torrent Added, and the size, Name, of that torrent

if i were able to make Plugins, this plugin will be my first :)