deluge-console command not working

General support for problems installing or using Deluge
Post Reply
fenume

deluge-console command not working

Post 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> ...]"
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluge-console command not working

Post by Cas »

Code: Select all

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