cannot add torrents in deluge-console with space in filename
Posted: Sat Jan 02, 2010 5:15 am
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:
(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.
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"
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.