Forum: JDownloader 2
15.05.2022, 08:22
|
Replies: 2,184
Views: 906,283
I am guessing you mean when the links are...
I am guessing you mean when the links are originally added to JD.
Grouping only by size can break multi-part archives. Links belonging to different archives could end up (wrongly) in the same...
|
Forum: JDownloader 2
13.05.2022, 17:33
|
Replies: 2,184
Views: 906,283
The script currently runs on JDownloader start...
The script currently runs on JDownloader start and checks and expands/collapses packages based on your criteria. You can also use a different event trigger or custom button, if you want to run it...
|
Forum: JDownloader 2
08.05.2022, 18:15
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
30.04.2022, 11:20
|
Replies: 2,184
Views: 906,283
It can also work with context menu button, but...
It can also work with context menu button, but you will have to it also set it as trigger in the eventscripter drop down panel. Context menu scripts are normally used when working with link/package...
|
Forum: JDownloader 2
30.04.2022, 10:41
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
29.04.2022, 16:26
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
29.04.2022, 13:31
|
Replies: 2,184
Views: 906,283
|
Forum: Suggestions & Requests
20.04.2022, 16:18
|
Replies: 11
Views: 736
|
Forum: JDownloader 2
13.04.2022, 06:16
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
12.04.2022, 12:35
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
12.04.2022, 10:40
|
Replies: 2,184
Views: 906,283
@Jiaz: Hi :)
Will this do?
/*
...
@Jiaz: Hi :)
Will this do?
/*
Remove duplicate links
Trigger : Toolbar button pressed
*/
if (name == "Remove duplicate links") {
var urls = [];
|
Forum: JDownloader 2
12.04.2022, 10:38
|
Replies: 2,184
Views: 906,283
Check post #2106...
Check post #2106 (https://board.jdownloader.org/showpost.php?p=497439&postcount=2106)
|
Forum: JDownloader 2
23.03.2022, 11:10
|
Replies: 11
Views: 1,299
|
Forum: JDownloader 2
13.03.2022, 04:26
|
Replies: 2,184
Views: 906,283
To download only select packages or links you...
To download only select packages or links you will have to to start them using 'force download start' option in context menu instead of 'start' button in the toolbar.
While this can be automated...
|
Forum: JDownloader 2
11.03.2022, 10:53
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
11.03.2022, 06:10
|
Replies: 2,184
Views: 906,283
/*
Stop dwonloads during extraction
...
/*
Stop dwonloads during extraction
Trigger: Package finished
*/
var isExtracting = function() {
return callAPI("extraction", "getQueue").length > 0;
}
if...
|
Forum: Suggestions & Requests
08.03.2022, 16:31
|
Replies: 19
Views: 1,096
|
Forum: Suggestions & Requests
08.03.2022, 16:07
|
Replies: 19
Views: 1,096
@Jiaz: Was based on OP's suggestion to use the...
@Jiaz: Was based on OP's suggestion to use the default download path, which would mean only a single location.
Information important here is the free space. Displaying it in a column would mean...
|
Forum: Suggestions & Requests
08.03.2022, 13:37
|
Replies: 19
Views: 1,096
|
Forum: Suggestions & Requests
08.03.2022, 12:40
|
Replies: 19
Views: 1,096
|
Forum: Probleme & Bugreports
26.02.2022, 17:48
|
Replies: 10
Views: 710
Hi,
You install seems to be up to date. I...
Hi,
You install seems to be up to date. I just tested the script here and it's working fine. I am using Java 1.8.x though. Guess you will have to wait for Jiaz to respond.
You can also try with...
|
Forum: Probleme & Bugreports
26.02.2022, 13:46
|
Replies: 10
Views: 710
|
Forum: Suggestions & Requests
24.02.2022, 18:44
|
Replies: 5
Views: 560
|
Forum: Suggestions & Requests
23.02.2022, 16:57
|
Replies: 5
Views: 967
|
Forum: General Discussion
22.02.2022, 09:57
|
Replies: 4
Views: 923
|
Forum: JDownloader 2
17.02.2022, 12:16
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
17.02.2022, 12:12
|
Replies: 2,184
Views: 906,283
/*
Resume links
Trigger : Interval...
/*
Resume links
Trigger : Interval (Recmmended 600000+)
*/
var start = isDownloadControllerRunning();
getAllDownloadLinks().forEach(function(link) {
link.skippedReason ==...
|
Forum: JDownloader 2
17.02.2022, 11:17
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
17.02.2022, 10:45
|
Replies: 2,184
Views: 906,283
Related post: #2106...
Related post: #2106 (https://board.jdownloader.org/showpost.php?p=497439&postcount=2106)
|
Forum: JDownloader 2
17.02.2022, 09:20
|
Replies: 2,184
Views: 906,283
Use the the original script...
Use the the original script (Link_not_visibleto monitor urls and fetch/add links.
Use a packagizer rule to send only the 'unqiue' links to...
|
Forum: JDownloader 2
15.02.2022, 17:18
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
15.02.2022, 16:58
|
Replies: 2,184
Views: 906,283
/*
Add urls
Trigger : Interval
...
/*
Add urls
Trigger : Interval
Recommended : 3600000 (1 hours) or more
*/
var file = "c:\\downloads\\urls.txt"; // valid path separators "\\" or "/"
try {
var links =...
|
Forum: JDownloader 2
15.02.2022, 14:37
|
Replies: 2,184
Views: 906,283
/*
Filter and sort by package status
...
/*
Filter and sort by package status
Trigger : Toolbar button pressed
Customize toolbar > Add a new "Eventscripter Trigger" button > Rename it to "Sort by status"
*/
var filter...
|
Forum: JDownloader 2
15.02.2022, 14:31
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
12.02.2022, 07:53
|
Replies: 2,184
Views: 906,283
In your settings 'RESOLUTION' has a higher...
In your settings 'RESOLUTION' has a higher priority than 'VIDEO_CODEC'. Most likely the highest resolution in the url you are trying to add is available only in H.264 and not VP9.
|
Forum: JDownloader 2
02.02.2022, 08:40
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
11.01.2022, 09:16
|
Replies: 7
Views: 896
|
Forum: JDownloader 2
08.01.2022, 16:33
|
Replies: 7
Views: 896
Alternate version:
/*
Restart after...
Alternate version:
/*
Restart after update
Trigger : JDownloader started
*/
var list = "";
var file = JD_HOME + "/revisions.txt";
var revision = callAPI("jd", "getCoreRevision");
|
Forum: JDownloader 2
08.01.2022, 15:24
|
Replies: 7
Views: 896
/*
Restart after update
Trigger :...
/*
Restart after update
Trigger : JDownloader started
*/
var restart = true;
var cur = getPath(JD_HOME + "/build.json");
var old = getPath(JD_HOME + "/tmp/build.json");
try {
|
Forum: Suggestions & Requests
05.01.2022, 10:52
|
Replies: 8
Views: 1,383
|
Forum: JDownloader 2
31.12.2021, 07:05
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
29.12.2021, 08:51
|
Replies: 2,184
Views: 906,283
/*
Skip/Unskip link
Trigger :...
/*
Skip/Unskip link
Trigger : Interval
Recommended Interval : 60000+
*/
var exclude = ["zippyshare.com"];
var skipped = [];
getRunningDownloadLinks().forEach(function(link) {
|
Forum: JDownloader 2
27.12.2021, 15:21
|
Replies: 2,184
Views: 906,283
/*
Restart links
Trigger : Interval...
/*
Restart links
Trigger : Interval (60000+)
*/
var exclude = ["zippyshare.com"];
getRunningDownloadLinks().forEach(function(link) {
if (
exclude.indexOf(link.host) ==...
|
Forum: General Discussion
21.12.2021, 07:25
|
Replies: 19
Views: 2,336
|
Forum: General Discussion
30.11.2021, 08:29
|
Replies: 4
Views: 801
|
Forum: JDownloader 2
19.11.2021, 15:35
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
15.11.2021, 05:50
|
Replies: 2,184
Views: 906,283
|
Forum: JDownloader 2
14.11.2021, 04:14
|
Replies: 2,184
Views: 906,283
|
Forum: Hoster-Plugin Probleme
11.11.2021, 15:39
|
Replies: 5
Views: 1,058
|
Forum: JDownloader 2
09.11.2021, 16:32
|
Replies: 2,184
Views: 906,283
|