Forum: JDownloader 2
14.04.2021, 08:53
|
Replies: 1,689
Views: 447,213
|
Forum: JDownloader 2
02.04.2021, 12:48
|
Replies: 1,689
Views: 447,213
/*
Restart slow links
Trigger :...
/*
Restart slow links
Trigger : Interval
*/
var packages = ["Films", "MyISO", "mypackage2"];
var target = 128; // kbps
getRunningDownloadLinks().forEach(function(link) {
if (
|
Forum: JDownloader 2
02.04.2021, 12:06
|
Replies: 1,689
Views: 447,213
|
Forum: JDownloader 2
02.04.2021, 07:08
|
Replies: 1,689
Views: 447,213
|
Forum: JDownloader 2
31.03.2021, 13:30
|
Replies: 1,689
Views: 447,213
|
Forum: Wünsche
31.03.2021, 12:24
|
Replies: 181
Views: 18,403
|
Forum: JDownloader 2
31.03.2021, 12:18
|
Replies: 1,689
Views: 447,213
|
Forum: JDownloader 2
30.03.2021, 19:11
|
Replies: 1,689
Views: 447,213
|
Forum: General Discussion
30.03.2021, 14:53
|
Replies: 3
Views: 261
Since I cannot understand the language used in...
Since I cannot understand the language used in screenshot, I can only go by the appearance of the the menu editor.
Check the 3rd screenshot in the knowledge base. It has got 3 additional check...
|
Forum: General Discussion
30.03.2021, 14:20
|
Replies: 3
Views: 261
|
Forum: JDownloader 2
28.03.2021, 16:34
|
Replies: 15
Views: 263
There are some speedmeter related advanced...
There are some speedmeter related advanced settings to change the text/line/background color of the graph. But I don't think there are any settings to change the font size of the meter independently.
|
Forum: JDownloader 2
28.03.2021, 15:50
|
Replies: 15
Views: 263
The size of speed meter text is already quite...
The size of speed meter text is already quite small. Maybe it appears so in my system, since I use a different font/size than JD default.
I haven't tried changing it myself. No harm in trying, so...
|
Forum: JDownloader 2
28.03.2021, 15:38
|
Replies: 5
Views: 264
|
Forum: JDownloader 2
28.03.2021, 15:33
|
Replies: 15
Views: 263
|
Forum: JDownloader 2
28.03.2021, 12:53
|
Replies: 15
Views: 263
|
Forum: JDownloader 2
28.03.2021, 12:36
|
Replies: 15
Views: 263
You can prevent overlapping text in the...
You can prevent overlapping text in the speedmeter by reducing the buttons in the toolbar, for e.g. by creating sub-menus and moving some buttons into them.
Related thread...
|
Forum: JDownloader 2
27.03.2021, 15:34
|
Replies: 1,689
Views: 447,213
/*
Start new downloads based of ETA of...
/*
Start new downloads based of ETA of running downloads
Trigger: Interval
*/
var links = getRunningDownloadLinks();
if (links.length == 3) {
links.some(function(link) {
...
|
Forum: Wünsche
27.03.2021, 10:52
|
Replies: 2
Views: 205
|
Forum: Suggestions & Requests
22.03.2021, 15:02
|
Replies: 4
Views: 234
/*
Trigger : A Download Started
*/
...
/*
Trigger : A Download Started
*/
while (link.isRunning() && link.getBytesTotal() == -1) {
sleep(1000);
}
if (link.getBytesTotal() >= 1024 * 1024 * 20) {
...
|
Forum: JDownloader 2
22.03.2021, 14:33
|
Replies: 5
Views: 264
|
Forum: Wünsche
21.03.2021, 09:35
|
Replies: 181
Views: 18,403
|
Forum: Wünsche
18.03.2021, 21:41
|
Replies: 181
Views: 18,403
Going by the the number of comments in your...
Going by the the number of comments in your screenshot (2 in 1st and 4 is 2nd), it looks like the same script is running mulitple times or two similar scripts are running twice. Some crawling...
|
Forum: Wünsche
18.03.2021, 15:01
|
Replies: 181
Views: 18,403
|
Forum: JDownloader 2
18.03.2021, 14:31
|
Replies: 19
Views: 2,357
|
Forum: Wünsche
18.03.2021, 14:23
|
Replies: 181
Views: 18,403
|
Forum: Wünsche
18.03.2021, 14:11
|
Replies: 181
Views: 18,403
|
Forum: JDownloader 2
12.03.2021, 03:21
|
Replies: 10
Views: 994
|
Forum: Probleme & Bugreports
11.03.2021, 07:48
|
Replies: 4
Views: 294
|
Forum: JDownloader 2
11.03.2021, 06:27
|
Replies: 10
Views: 994
|
Forum: Probleme & Bugreports
10.03.2021, 17:22
|
Replies: 4
Views: 294
|
Forum: JDownloader 2
09.03.2021, 20:32
|
Replies: 7
Views: 274
|
Forum: JDownloader 2
09.03.2021, 18:45
|
Replies: 7
Views: 274
|
Forum: Allgemeine Diskussion
07.03.2021, 13:45
|
Replies: 8
Views: 587
|
Forum: Allgemeine Diskussion
04.03.2021, 11:30
|
Replies: 8
Views: 587
|
Forum: Allgemeine Diskussion
03.03.2021, 10:52
|
Replies: 8
Views: 587
|
Forum: JDownloader 2
03.03.2021, 10:33
|
Replies: 1,689
Views: 447,213
|
Forum: JDownloader 2
03.03.2021, 06:07
|
Replies: 1,689
Views: 447,213
|
Forum: JDownloader 2
02.03.2021, 18:12
|
Replies: 1,689
Views: 447,213
|
Forum: JDownloader 2
02.03.2021, 16:16
|
Replies: 8
Views: 496
No.
You can use a keyword in an...
No.
You can use a keyword in an eventscripter script with "New crawler job" trigger, to unskip links, and pass that keyword as '-add-links' parameter, via command-line to execute the script. For...
|
Forum: Suggestions & Requests
02.03.2021, 14:48
|
Replies: 40
Views: 4,712
|
Forum: JDownloader 2
02.03.2021, 12:53
|
Replies: 8
Views: 496
|
Forum: General Discussion
02.03.2021, 12:51
|
Replies: 9
Views: 855
|
Forum: General Discussion
02.03.2021, 12:34
|
Replies: 9
Views: 855
|
Forum: JDownloader 2
28.02.2021, 08:47
|
Replies: 1,689
Views: 447,213
|
Forum: General Discussion
26.02.2021, 09:52
|
Replies: 6
Views: 402
|
Forum: Suggestions & Requests
25.02.2021, 19:04
|
Replies: 10
Views: 660
|
Forum: Allgemeine Diskussion
24.02.2021, 17:30
|
Replies: 5
Views: 491
@psp: Possible to achieve this using...
@psp: Possible to achieve this using Eventscripter.
@Tedolly: You can use the config (Link_not_visiblenamespace to configure JD settings.
To read/modify the...
|
Forum: Probleme & Bugreports
24.02.2021, 09:49
|
Replies: 3
Views: 408
|
Forum: General Discussion
24.02.2021, 09:27
|
Replies: 5
Views: 353
|
Forum: Suggestions & Requests
17.02.2021, 14:43
|
Replies: 5
Views: 433
|