Page 1 of 1

deluge-console command not working

Posted: Sun May 01, 2011 8:07 pm
by fenume
I trying to add torrent from command line like this

Code: Select all

deluge-console add dest='/home/tester/torrents' /home/tester/example.torrent
command run silent without errors, but torrent not added.
Deluged & Deluge-console 1.3.1, Ubuntu 9.10 amd64 & Ubuntu 11.04 i386, all configs default

Also if use -p & --path options(instead dest) i see error

Code: Select all

deluge-console: error: no such option: -p
but in source code

Code: Select all

make_option('-p', '--path', dest='path',
                 help='save path for torrent'),
    )

    usage = "Usage: add [-p <save-location>] <torrent-file> [<torrent-file> ...]"

Re: deluge-console command not working

Posted: Mon May 02, 2011 11:16 am
by Cas

Code: Select all

deluge-console "add -p /home/tester/torrents /home/tester/example.torrent"