Forum: Eventscripter
06.12.2020, 12:36
|
Replies: 3,086
Views: 11,520,638
(Solved) Disabling an extension
Thanks !!!
The MyJDownloader's API is not clear (made me think there was a "b" parameter)...
Link_not_visible
(https://my.jdownloader.org/developers/#tag_183)...
|
Forum: Eventscripter
06.12.2020, 11:43
|
Replies: 3,086
Views: 11,520,638
Disabling an extension
Hello. I have a problem and didn't find the answer (search function in the forum is not very good).
I have two computers running Jdownloader2. They share the same folder for foderwatch. I would like...
|
Forum: Eventscripter
06.06.2019, 12:23
|
Replies: 3,086
Views: 11,520,638
|
Forum: Eventscripter
06.06.2019, 11:18
|
Replies: 3,086
Views: 11,520,638
Is something like this what you want ?
var...
Is something like this what you want ?
var numberOfMB = 10
for (i = getAllDownloadLinks().length - 1; i >= 0; i--) {
if (getAllDownloadLinks()[i].getBytesLoaded() > numberOfMB * 1024 * 1024)...
|
Forum: Eventscripter
05.06.2019, 19:50
|
Replies: 3,086
Views: 11,520,638
What do you want to do exactly ?
Is the stream...
What do you want to do exactly ?
Is the stream url always the same ?
What do you mean with days hours minutes (launch the download every "D" days, at "H" hour and "M" minutes / wait "D" days, at...
|
Forum: Eventscripter
30.05.2019, 22:07
|
Replies: 3,086
Views: 11,520,638
Thanks again
It seems to work. I'll see if errors appear in the future.
Thanks ! I'll keep you posted if anything new happens !
|
Forum: Eventscripter
30.05.2019, 20:16
|
Replies: 3,086
Views: 11,520,638
Thanks
Thanks, it worked. So if 2 downloads start, the script will run twice ? Should I use "Download controller started" trigger instead if I want only one instance to run ?
I already have a working...
|
Forum: Eventscripter
30.05.2019, 15:38
|
Replies: 3,086
Views: 11,520,638
Wait / Sleep
Hi.
The trigger is "A download started".
With the following code, downloads are "freezed" :
function Stream() {
if (isDownloadControllerRunning()) {
alert("OK !");
...
|
Forum: Eventscripter
20.03.2019, 12:58
|
Replies: 3,086
Views: 11,520,638
|
Forum: Eventscripter
18.03.2019, 19:43
|
Replies: 3,086
Views: 11,520,638
|
Forum: Eventscripter
16.03.2019, 00:44
|
Replies: 3,086
Views: 11,520,638
|
Forum: Eventscripter
15.03.2019, 11:46
|
Replies: 3,086
Views: 11,520,638
|
Forum: Eventscripter
14.03.2019, 22:33
|
Replies: 3,086
Views: 11,520,638
|
Forum: Eventscripter
14.03.2019, 15:46
|
Replies: 3,086
Views: 11,520,638
Well, sometimes, I don't know why, the "Tray...
Well, sometimes, I don't know why, the "Tray icon" option get unticked and JDownloader disappears when I try to minimize it. I have to kill JD's process, restart JD, and check the "Tray icon" option...
|
Forum: Eventscripter
12.03.2019, 23:46
|
Replies: 3,086
Views: 11,520,638
Settings
Hi ! Is there a way to change settings (for example, checking or unchecking the "mininmize to tray" option) ?
I didn't found it in the help...
Thanks !
|