JDownloader Community - Appwork GmbH
 

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: sherbee
Forum: Eventscripter 01.08.2020, 09:52
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Why now after automtic extract one file log file...

Why now after automtic extract one file log file remain in /open folder? It not move to /extraction folder even after JDownloader close? x)
I must check now 2 folders for log? x)
And it all...
Forum: Eventscripter 28.07.2020, 07:02
Replies: 3,086
Views: 11,542,422
Posted By sherbee
But that not what I need. I need: 1. Open...

But that not what I need.
I need:
1. Open archive
2. Extract archive
3. Move archive
4. Open next archive

Must move archive after extraction immediately.
Forum: Eventscripter 27.07.2020, 09:26
Replies: 3,086
Views: 11,542,422
Posted By sherbee
I try thanks. But you have idea how to get...

I try thanks. But you have idea how to get correct path to log file and name? I see no method for it. And not written in any logs to extract? Take last log by date i think not reliable.
Forum: Eventscripter 26.07.2020, 09:22
Replies: 3,086
Views: 11,542,422
Posted By sherbee
I have other idea. Because extraction log is...

I have other idea. Because extraction log is correct.
So must take correct extraction log and use instead.

So idea is to make manual: 1. Get extraction log
2. Open extraction log
3. And use...
Forum: Eventscripter 26.07.2020, 06:52
Replies: 3,086
Views: 11,542,422
Posted By sherbee
I have new error now. ...

I have new error now.
getArchiveFiles().forEach(function(archiveFile) {
// Do something with each archive file
alert(archiveFile);
})

gives wrong name.
In single cases for example I...
Forum: Eventscripter 25.07.2020, 15:28
Replies: 3,086
Views: 11,542,422
Posted By sherbee
No works yet. Still geting error like:...

No works yet.

Still geting error like: 'Wrapped org.appwork.exceptions.WTFException: java.io.FileNotFoundException: \jdownloader\logs\extracting\*.txt'

But it should report error message: 'Log...
Forum: Eventscripter 25.07.2020, 11:51
Replies: 3,086
Views: 11,542,422
Posted By sherbee
I check. First error was 7zip binding made error....

I check. First error was 7zip binding made error. I put new 7zip binding in folder now no more 7zip error.

But still 'TypeError: Cannot call method "match" of null''

So I look in log folder....
Forum: Eventscripter 25.07.2020, 09:07
Replies: 3,086
Views: 11,542,422
Posted By sherbee
But when use with manual extract it gives:...

But when use with manual extract it gives: 'TypeError: Cannot call method "match" of null' for this line of code:

return...
Forum: Eventscripter 24.07.2020, 07:30
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Have idea how make distinguish between manual and...

Have idea how make distinguish between manual and automatical extract?
i make so: var links = archive.getDownloadLinks() || [];

And then if links.length > 0 I take it for automatical extract...
Forum: Eventscripter 27.06.2020, 17:49
Replies: 3,086
Views: 11,542,422
Posted By sherbee
I tested but I think not correct. ...

I tested but I think not correct.
myArchive.getExtractedFilePaths() gives path from extracted file.
But I need full path and name of archive/archive parts from manual open beacause I want move...
Forum: Eventscripter 15.06.2020, 20:59
Replies: 3,086
Views: 11,542,422
Posted By sherbee
My script use 'Archive extrction finished'. So...

My script use 'Archive extrction finished'. So too late for set extraction path.
Can do with trigger "Any extraction event' to set extraction path to "extract to" value from "Archive Extractor"...
Forum: Eventscripter 15.06.2020, 18:56
Replies: 3,086
Views: 11,542,422
Posted By sherbee
I confused. :blink: Trigger is after extract or...

I confused. :blink:
Trigger is after extract or before? Yes because bug I want get extract folder from setting and set in script.
Forum: Eventscripter 15.06.2020, 18:34
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Yes. Its bug:...

Yes. Its bug: Link_not_visible

I can hardcode unpack folder in script but it better and dynamic if possible to take from 'extract to' from extractor...
Forum: Eventscripter 15.06.2020, 15:17
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Is possible to get 'extract to' value from...

Is possible to get 'extract to' value from Archive extractor setting?
Forum: Eventscripter 08.06.2020, 06:47
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Thank! Will try soon! Hope it works. :biggrin:

Thank! Will try soon! Hope it works. :biggrin:
Forum: Eventscripter 07.06.2020, 10:22
Replies: 3,086
Views: 11,542,422
Posted By sherbee
The script is very good. But problem now: ...

The script is very good. But problem now:

When menu-tools-extract files then archive.getDownloadLinks() not there.
How get path(s) from manual open?
I need path for case single file (abc.rar or...
Forum: Eventscripter 06.04.2020, 11:01
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Pause between download starts?

Is possible to make 1 download after another with pause between?
Say when many downloads start at the same time, but thats not good.
I want start 1 download, wait x seconds, next downloads, wait...
Forum: Eventscripter 05.04.2020, 15:45
Replies: 3,086
Views: 11,542,422
Posted By sherbee
I will look for it. Does it respect extraction...

I will look for it. Does it respect extraction settings from Extractor plugin?
Forum: Eventscripter 05.04.2020, 14:01
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Extract archive?

Need manual extract many archives.
But not to find a method to start extraction. Am I blind? :blink:
I want become download list. And for every unextracted I want to start extract.
Forum: Eventscripter 25.02.2020, 11:54
Replies: 3,086
Views: 11,542,422
Posted By sherbee
An Error occured!

Hello script master!

Sometims download not complete. Status say "An Error occured!".

I want cycle through download list and find all "An Error occured!" and reset them. I want use existing...
Forum: Eventscripter 25.02.2020, 11:14
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Shutdown trigger

Does have a trigger for shutdown?
I start 3rd party app on trigger JD start. Now I need to terminate when JD stops.
Forum: Eventscripter 15.05.2019, 08:05
Replies: 3,086
Views: 11,542,422
Posted By sherbee
I think this is very good :clap:. Thank you. I...

I think this is very good :clap:. Thank you. I understand better now. Replace with regex is very clever. :thumbup:

2 Questions I have:

Is there more docu to understand better return of...
Forum: Eventscripter 14.05.2019, 07:05
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Thank you for idea. But I like complicated....

Thank you for idea. But I like complicated. :biggrin: So new folder not good.

I made very silly code but maybe its work? Can you help me? I put many comments so you can understand easy what I...
Forum: Eventscripter 13.05.2019, 19:18
Replies: 3,086
Views: 11,542,422
Posted By sherbee
Idea how to handle rename if file name already...

Idea how to handle rename if file name already exists? Is there trigger or event to use? And what renaming plan would be best? Becaus if name exists script does not move.
Showing results 1 to 24 of 24

 
Forum Jump
All times are GMT +2. The time now is 22:18.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.