JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 20.08.2020, 08:51
maciel_lopes maciel_lopes is offline
Vacuum Cleaner
 
Join Date: Aug 2014
Posts: 18
Default Prevent PC from suspending while downloading

Hi,

I configured my computer to go to sleep after a while, the problem is that after that time the PC goes to sleep even if JDownloader 2 is downloading something. Is there any configuration that I can prevent the PC from sleeping in while downloading? I did tests with another download manager and there was the option to prevent the computer from sleeping while it has an active download, but I prefer JDownloader.

Thankful.
Reply With Quote
  #2  
Old 20.08.2020, 14:27
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Hi,
Settings --> Scroll down the left side --> Enable the extension "Bye-bye, Standby!"

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #3  
Old 20.08.2020, 19:34
maciel_lopes maciel_lopes is offline
Vacuum Cleaner
 
Join Date: Aug 2014
Posts: 18
Default

Hi, thanks for responding.

There is no "Bye-bye, Standby" extension on my JDownloader 2, maybe because I use Linux?

Any other way for the PC not to suspend while it is downloading other than to disable sleep mode or use any third party solution?
Reply With Quote
  #4  
Old 21.08.2020, 14:18
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

in English its 'AntiStandBy'
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5  
Old 21.08.2020, 14:58
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Quote:
Originally Posted by raztoki View Post
in English its 'AntiStandBy'
Nope here it is "Bye-bye, Standby!" in the English version.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #6  
Old 21.08.2020, 18:36
maciel_lopes maciel_lopes is offline
Vacuum Cleaner
 
Join Date: Aug 2014
Posts: 18
Default

Hi,

There is no option "Bye-bye, Standby" or "AntiStandBy", I am using Linux.

Here is a print:

Reply With Quote
  #7  
Old 23.08.2020, 00:37
maciel_lopes maciel_lopes is offline
Vacuum Cleaner
 
Join Date: Aug 2014
Posts: 18
Default

No answer? No solution?
Reply With Quote
  #8  
Old 23.08.2020, 04:17
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@psp Im using English Australian translation (which I created years ago, our spelling is based on the what they would call British English) as JD default English is based on American spelling, as it seems the Germans learn this. So maybe carried the old name across from that?

@maciel lopes, quick look at the source code, it doesn't run on linux

Code:
    public boolean isLinuxRunnable() {
        return false;
    }
that said I'm using a MacOSX and its based ontop of bsd which has working solution (extension is available at least)
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #9  
Old 23.08.2020, 04:55
maciel_lopes maciel_lopes is offline
Vacuum Cleaner
 
Join Date: Aug 2014
Posts: 18
Default

Thanks for replying @raztoki
It's a shame it doesn't work, I will have to disable energy saving.
Reply With Quote
  #10  
Old 24.08.2020, 15:07
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

You could e.g. configure JD to close itself once all downloads are done and write a script that disables energy saving as long as the JD process is running.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #11  
Old 24.08.2020, 15:21
maciel_lopes maciel_lopes is offline
Vacuum Cleaner
 
Join Date: Aug 2014
Posts: 18
Default

Quote:
Originally Posted by pspzockerscene View Post
You could e.g. configure JD to close itself once all downloads are done and write a script that disables energy saving as long as the JD process is running.

-psp-
I don't have enough knowledge to do this, could you tell me any starting point, if you can?
Thank you for trying to help
Reply With Quote
  #12  
Old 24.08.2020, 15:26
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

I'd google the single steps and then put them together e.g.:
askubuntu.com/questions/577862/how-to-temporarily-disable-sleep-and-hibernate-from-the-command-line

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #13  
Old 24.08.2020, 15:37
maciel_lopes maciel_lopes is offline
Vacuum Cleaner
 
Join Date: Aug 2014
Posts: 18
Default

Quote:
Originally Posted by pspzockerscene View Post
I'd google the single steps and then put them together e.g.:
askubuntu.com/questions/577862/how-to-temporarily-disable-sleep-and-hibernate-from-the-command-line

-psp-
I had previously researched KeepAwake, it seems to be interesting, I will test it.

When you talked about creating a script, I figured it would be inside JDownloader, sorry for the mistake.

I can follow from here, thank you very much for your help.
Reply With Quote
  #14  
Old 24.08.2020, 15:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

No worries

It might not be the best solution but in the end it will hopefully work for you.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 07:08.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.