deluge-console resume *

General support for problems installing or using Deluge
Post Reply
slvrdragn
Member
Member
Posts: 36
Joined: Tue Dec 12, 2017 4:50 pm

deluge-console resume *

Post by slvrdragn »

Hi There,
Using 2.0.3, this doesn't seem to be actually doing anything for me. It just returns.
Is there a log line that i could find to see if its actually trying to do the request?
Debug logging is on, this used to work for me in 1.3.15

Thanks!
Paint
New User
New User
Posts: 8
Joined: Mon Jul 08, 2019 3:47 pm

Re: deluge-console resume *

Post by Paint »

Try running the command with the exit command:

Code: Select all

deluge-console "resume *;exit"
I noticed I also have to include the exit when I recheck torrents:

Code: Select all

deluge-console "recheck *;exit"
mhertz
Moderator
Moderator
Posts: 2331
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: deluge-console resume *

Post by mhertz »

The 'resume' and 'pause' etc commands needs quotes, atleast when globbing is used, so this works:

Code: Select all

deluge-console "pause *"

Code: Select all

deluge-console "resume *"
(When adding commands after 'deluge-console' then it always exits afterwards i.e. non-interactive-mode.)

Note, there's no output, but you can see by running 'deluge-console info' that e.g. 'pause *' makes downloads have a preceding 'P' instead of e.g. 'D'.
slvrdragn
Member
Member
Posts: 36
Joined: Tue Dec 12, 2017 4:50 pm

Re: deluge-console resume *

Post by slvrdragn »

I'll give those a try. I was espeically surprised when doing "resume "*"" in the console mode didn't work.
mhertz
Moderator
Moderator
Posts: 2331
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: deluge-console resume *

Post by mhertz »

I have tested the commands I posted to work ;)
Post Reply