[JSON API] Deluge JSON api ignores "download_path" option?

Suggestions and discussion of future versions
Post Reply
jacroe
New User
New User
Posts: 4
Joined: Fri Sep 28, 2012 8:05 am

[JSON API] Deluge JSON api ignores "download_path" option?

Post by jacroe »

I'm sending this data:

Code: Select all

{"method":"web.add_torrents","params":[[{"path":"SomeQuiteLegalFile.torrent","options":{"download_path":"/home/jacob/"}}]],"id":1}
to the json web api. Yet, no matter what directory I set it to, Deluge continues to download the content to the default directory. Am I doing something wrong here?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge JSON api ignores "download_path" option?

Post by Cas »

It's a typo and should be download_location: http://git.deluge-torrent.org/deluge/co ... 5a194c3c83
jacroe
New User
New User
Posts: 4
Joined: Fri Sep 28, 2012 8:05 am

Re: Deluge JSON api ignores "download_path" option?

Post by jacroe »

So it isn't me then. Wonderful. You may want to update the docs then.
Post Reply