Page 1 of 1
Console?
Posted: Tue Sep 30, 2008 8:31 pm
by Malamut
Very strange question... Is deluge supporting management from a console? Can I add a new torrent (from a file) using a console command? As I understand, I can't

Re: Console?
Posted: Tue Sep 30, 2008 9:09 pm
by mvoncken
just call deluge with the 1st argument a the torrent file
Re: Console?
Posted: Wed Oct 01, 2008 5:14 am
by andar
Malamut wrote:Very strange question... Is deluge supporting management from a console? Can I add a new torrent (from a file) using a console command? As I understand, I can't

deluge -u null
Re: Console?
Posted: Wed Oct 01, 2008 3:39 pm
by Malamut
Ok, thank you. But I need a script which will add a lot of new torrens to different directories. Can I add, for example, test.torrent file to a /home/downloads directory with one command from bash?
Re: Console?
Posted: Wed Oct 01, 2008 5:28 pm
by johnnyg
the best would be to use a python script, see here for an example:
http://forum.deluge-torrent.org/viewtop ... &sk=t&sd=a
otherwise if you must use bash you can do something dodgy like this:
http://forum.deluge-torrent.org/viewtop ... &sk=t&sd=a
Re: Console?
Posted: Wed Oct 01, 2008 6:52 pm
by Malamut
Thank you!!
