Page 1 of 1

cannot add torrents in deluge-console with space in filename

Posted: Sat Jan 02, 2010 5:15 am
by partner55083777
I am having trouble adding torrents in deluge-console with spaces in the file name. I am using the 1.2.9.900-dev version on Arch Linux.

Let's say I have a torrent file "some long file name.torrent" in my home directory. I have tried to add it using deluge-console all these different ways and none of them work:

Code: Select all

add /path/to/some long file name.torrent
add "/path/to/some long file name.torrent"
add /path/to/some\ long\ file\ name.torrent
add /path/to/"some long file name.torrent"
(Althought I wouldn't expect the last one to work...)

I wouldn't mind coding a patch to this myself, as long as I know that it's just not some stupid error I'm making.

As an aside, the 'rm' command works correctly when deleting a torrent with spaces in the name.

Re: cannot add torrents in deluge-console with space in filename

Posted: Sun Jan 03, 2010 9:50 pm
by partner55083777
This was actually my mistake. The "add" command does work correctly, but I was just running into the problems from http://dev.deluge-torrent.org/ticket/1117.