Forum: Eventscripter
02.06.2024, 00:42
|
Replies: 3,086
Views: 11,541,155
Script: Stop downloads during extraction
As the old script in this thread to stop downloads during extraction is not working anymore (producing a deadlock) here's a new one i put together on a user request:
/*
Stop downloads...
|
Forum: Eventscripter
31.01.2024, 22:40
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
24.01.2024, 01:50
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
31.12.2023, 14:38
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
28.11.2023, 16:31
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
28.11.2023, 15:49
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
27.11.2023, 11:31
|
Replies: 3,086
Views: 11,541,155
If you want *both* packagesto be moved to your...
If you want *both* packagesto be moved to your "Completed" folder, you would need 2 scripts, just as you described. One that triggers on package finished, ignoring archives and another one running...
|
Forum: Eventscripter
27.11.2023, 09:32
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
26.11.2023, 20:58
|
Replies: 3,086
Views: 11,541,155
Dann hat der link einen Status der nicht im...
Dann hat der link einen Status der nicht im Script gehandled wird. Wenn ein Link bei dir den Error hat, starte mal dieses script:
var links = getAllDownloadLinks();
var report = [];
for (i =...
|
Forum: Eventscripter
26.11.2023, 20:18
|
Replies: 3,086
Views: 11,541,155
Älteres script was das erledigen sollte:
...
Älteres script was das erledigen sollte:
// Handle download errors
// Trigger Required: Interval
var links = getAllDownloadLinks();
for (i = 0; i < links.length; i++) {
var link =...
|
Forum: Eventscripter
26.11.2023, 19:57
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
26.11.2023, 18:48
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
26.11.2023, 18:31
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
26.11.2023, 17:51
|
Replies: 3,086
Views: 11,541,155
var extractedFilePaths =...
var extractedFilePaths = myArchive.getExtractedFilePaths();
The [ ] in the script help screen are just to indicate that the return value is an array, you're not supposed to have them in your...
|
Forum: Eventscripter
25.11.2023, 19:30
|
Replies: 3,086
Views: 11,541,155
Ok, at your own risc. But if you have a setup...
Ok, at your own risc. But if you have a setup with mutiple virtual machines and vpns you probably know about that.
Script checks 3 times over 3 minutes, if average download speed is 0 three times...
|
Forum: Eventscripter
25.11.2023, 19:01
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
25.11.2023, 18:31
|
Replies: 3,086
Views: 11,541,155
That's possible but probably not a good idea....
That's possible but probably not a good idea. Eventually all your downloads are finished or all downloads are waiting for slots - you would not want to trigger a reconnect then. The script should do...
|
Forum: Eventscripter
25.11.2023, 17:22
|
Replies: 3,086
Views: 11,541,155
You can use a slightly modified version of a...
You can use a slightly modified version of a script i posted before:
// Try another reconnect if internet connection is not back up after 180 seconds (FBD)
// Activate trigger: After a...
|
Forum: Eventscripter
24.11.2023, 20:26
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
24.11.2023, 00:06
|
Replies: 3,086
Views: 11,541,155
You mixed those up, sorry if i wasn't clear...
You mixed those up, sorry if i wasn't clear enough, so for clarity;
Script that waits 4 minutes after a reconnect triggered by jDownloader and alerts you if the internet connection was not...
|
Forum: Eventscripter
23.11.2023, 23:28
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
23.11.2023, 22:45
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
23.11.2023, 21:28
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
23.11.2023, 18:48
|
Replies: 3,086
Views: 11,541,155
The Event Scripter has two events that can...
The Event Scripter has two events that can trigger scripts,
Before a Reconnect
After a Reconnect
so if you want to play a sound, just create a script with the appropriate trigger that...
|
Forum: Eventscripter
22.11.2023, 02:47
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
21.11.2023, 15:35
|
Replies: 3,086
Views: 11,541,155
|
Forum: Eventscripter
22.08.2023, 17:34
|
Replies: 3,086
Views: 11,541,155
|