deluge-console pause and resume not working.

General support for problems installing or using Deluge
Post Reply
Jimmyx

deluge-console pause and resume not working.

Post by Jimmyx »

Evening All,
I'm trying to use deluge-console to change the status on my active torrents. I'm currently running deluge & deluged on my raspberry pi.

Every time I run

Code: Select all

deluge-console pause *
or

Code: Select all

deluge-console resume *
it just returns to the console, without pausing / resuming any torrents. I can get the information about currently torrenting with

Code: Select all

deluge-console info
.

If i run deluge-console the commands work inside but not from the cli.

Any help would be appreciated, i'm not sure what i'm doing wrong.
Thanks
greatscott
New User
New User
Posts: 7
Joined: Thu Mar 15, 2018 2:32 pm

Re: deluge-console pause and resume not working.

Post by greatscott »

You might need to use something like:

Code: Select all

/usr/bin/deluge-console -c ~/.config/deluge 'connect 127.0.0.1; pause TORRENTIDS; quit'
for it to work.

TORRENTIDS are the torrent IDs to pause, separated by space.
Post Reply