deluge-console command not working
Posted: Sun May 01, 2011 8:07 pm
I trying to add torrent from command line like this
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
but in source code
Code: Select all
deluge-console add dest='/home/tester/torrents' /home/tester/example.torrent
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
Code: Select all
make_option('-p', '--path', dest='path',
help='save path for torrent'),
)
usage = "Usage: add [-p <save-location>] <torrent-file> [<torrent-file> ...]"