Search found 3 matches

by GMY0da
Tue Dec 16, 2014 4:56 am
Forum: Plugins
Topic: [Plugin] Autoshutdown - Shutdown PC once torrents complete
Replies: 57
Views: 243726

Re: [Plugin] Autoshutdown - Shutdown PC once torrents comple

Still don't understand what you are asking. The plugin has to determine if torrents are still downloading, provides more options than just shutdown and is cross-platform... Ok, sorry. Just treat it as separate. I was just thinking in another way, yours is way better. I'm just trying to learn a bit ...
by GMY0da
Sun Dec 14, 2014 7:19 pm
Forum: Plugins
Topic: [Plugin] Autoshutdown - Shutdown PC once torrents complete
Replies: 57
Views: 243726

Re: [Plugin] Autoshutdown - Shutdown PC once torrents comple

Cas wrote:Sorry what is this related to? The plugin does shutdown when all torrents are finished.
I was just wondering if something like that is possible, rather than all of the lines that was written instead, I figure this is a more simple way to go about it.
by GMY0da
Sat Dec 06, 2014 12:03 am
Forum: Plugins
Topic: [Plugin] Autoshutdown - Shutdown PC once torrents complete
Replies: 57
Views: 243726

Re: [Plugin] Autoshutdown - Shutdown PC once torrents comple

I'm not that great at coding, and I've really only done some java, but couldn't you do a batch file that would execute once a condition is reached? Something like if(!downloadInProgress()) { Runtime.getRuntime().exec("cmd /c start shutdown.bat"); } and then have a batch file that reads shu...