#341
|
|||
|
|||
![]() Quote:
Doesn't work for me? Is there an update? |
#342
|
||||
|
||||
![]()
@Taobaibai: Did you make sure to use the correct trigger?
__________________
JD-Dev & Server-Admin |
#343
|
|||
|
|||
![]()
this one?
Quote:
|
#344
|
||||
|
||||
![]()
Yes, and what exactly doesn't work for you?
__________________
JD-Dev & Server-Admin |
#345
|
|||
|
|||
![]()
it extracts while downloading. I just want to finish all my downloads before extracting.
|
#346
|
||||
|
||||
![]()
Did you disable autoextraction, see
#Disable Auto Extract in Archive Extractor Also note that links in list must be changed manually first. Select them and rightclick context menu and disable extraction. Changing default value will only affect new added links
__________________
JD-Dev & Server-Admin |
#347
|
|||
|
|||
![]() Quote:
No, it is enabled, so all new Links will be extracted after finishing downloading? |
#348
|
||||
|
||||
![]()
I didn't test that script myself but that's what it should do.
Important is that this only works when links in list are set to auto extraction disabled. Default Auto-Extract only affects new added links
__________________
JD-Dev & Server-Admin |
#349
|
|||
|
|||
![]()
To extract archives at scheduled time (Runs only once a day. Does not wait for all download to finish), use the old (rewritten) script:
Code:
github.com/mgpai/resources/blob/master/jdownloader/eventscripter/scripts/Taobaibai.js Quote:
Code:
github.com/mgpai/resources/blob/master/jdownloader/eventscripter/scripts/Taobaibai_2.js If you want the links which are currently on your list to be extracted by the script, make sure that 'auto extraction' has been disabled for those links. You can select those links and view/change their extraction settings using "Archive(s)" sub menu in the context menu or "Package/Link Properties Panel" in the bottom tool bar. |
#350
|
|||
|
|||
![]() Quote:
![]() Cheers, seemed obvious but thought it's best to confirm. ![]() Quote:
|
#351
|
|||
|
|||
![]()
To extract archives only after all downloads have finished, use this new script:
Code:
github.com/mgpai/resources/blob/master/jdownloader/eventscripter/scripts/Taobaibai_2.js Thank you, that was what I was looking for!!!! |
#352
|
||||
|
||||
![]()
@netgearjd: we update the static version from time to time. You can always fetch the live one from your own JDownloader. Enable Settings-Advanced Settings-RemoteAPI.deprecatedapienabled and visit localhost:3128/help
You should disable this if not required.
__________________
JD-Dev & Server-Admin |
#353
|
|||
|
|||
![]()
Event scripter methods will not be listed in those documents. You can find them in the the script editor help menu. All methods will appear in the built-in list, as and when they are made available by the developers.
|
#354
|
||||
|
||||
![]()
@netgearjd: sorry, mixed up api with eventscripter
@mgpai: thanks ![]()
__________________
JD-Dev & Server-Admin |
#355
|
|||
|
|||
![]()
Good to know, thanks!
|
#356
|
||||
|
||||
![]()
Hello, can someone help me to create a simple script, I need to replace the "clearList" script by a script who does the "Start All Downloads" function (see the image). I need to force linkgrabber to send links to downloads (when autoconfirm does not work). I tested several scripts from the documentation, but without success.
I use the "clearList" a long time, because after the jdownloader stays open on for a long time the "autoconfirm" stops working, being necessary to clear the list and start over. ![]() |
#357
|
||||
|
||||
![]()
@patrik: what exactly doesnt work about *autoconfirm* ? You know about the timeout of it ? maybe auto confirm works but there is a confirmation dialog about offline/incomplete archives and without answering this dialog, nothing will happen.
You can check Settings-Advanced Settings-confirm
__________________
JD-Dev & Server-Admin |
#358
|
|||
|
|||
![]()
I'm trying to create a script that does the follow actions:
On a batch download, after each download and extraction finishes I would like to run this command: compact.exe /c /exe:lzx * for every new downloaded file I have tried to do with this Code:
var compact = "compact.exe"; var file = "archive(getExtractedFilePaths).getExtension()"; { callAsync(function() {}, compact, "/c", "/exe:lzx", file); } Where the script is wrong and how can I fix it? |
#359
|
||||
|
||||
![]()
@dxzdxz1: syntax and usage looks very wrong.
file is a string "archive(getExtractedFilePaths).getExtension()"? I guess you want the compact.exe called for every file or on the extraction folder?
__________________
JD-Dev & Server-Admin |
#360
|
|||
|
|||
![]() Quote:
Exactly. I want to run compact for every file on the extraction folder. Compact is a built in Windows 10 tool to transparent compression (similar to that old NTFS compression). |
![]() |
Thread Tools | |
Display Modes | |
|
|