JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 03.06.2022, 15:13
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default Set Jdownloader to allow extraction in a second moment also if you don't need downloa

I want to ask if is possible to extract multipart archives in a second moment with JD after that I remove links or packages from JD

For example I have

Code:
PARENT folder is C:\test
     |
     +--- name_subfolder1
             |         
             +-- file1.part01.rar
             +-- file1.part02.rar
             +-- file2.part01.rar
             +-- file2.part02.rar
             +.....

      +--- name_subfolder2
             |
             +-- file1.part1.rar
             +-- file1.part2.rar
             +-- file2.part1.rar
             +-- file2.part2.rar
Some of these archives have password. I want to use Jdownloader to extract like

Code:
PARENT folder is C:\test
     |
     +--- name_subfolder1
             |         
             +-- file1 [folder]
             +-- file2 [folder]
             +.....

      +--- name_subfolder2
             |
             +-- file1 [folder]
             +-- file2 [folder]
             +......
When I download with Jdownloader I see that this extraction is possible because name_subfolder(s) are downloaded as packages with JD.

But.. if I disable automatic extraction with JD and I remove links from JD how can I do to perform same action in a second moment? Is possible to "watch" folder and start JD for this action again also if I don't need to download anymore ?

Last edited by nathan1; 03.06.2022 at 15:18.
Reply With Quote
  #2  
Old 03.06.2022, 18:24
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

@nathan1: you can extract archives from disk via Menu -> Windowbar->Tools->Extract Files
In case you mean something different, please just ask and explain better
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 03.06.2022, 19:06
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

@Jiaz

I wish that JD extract every .part in subfolders. It would be nice if JD could extract all .part archives inside the folders when they are selected.
In your version you can only select the archives, not the folders that contain the archives.

It would be useful if those folders remained so the extracted archives are found within them and not that the program deletes them after extraction


Last edited by nathan1; 03.06.2022 at 19:10.
Reply With Quote
  #4  
Old 03.06.2022, 19:11
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

@nathan1: I'm sorry but I don't understand? This dialog will only show the *start* archive part. test.part1.rar is detected as start part of multipart archive? or are they different archives? test.part1.rar is different than test.part2.rar ?

If you want custom subfolder, see Settings->Archive Extractor and there you can set custom subfolder
__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 03.06.2022, 19:26
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

It is the start of archive part of multipart archive.

What don't you see is that inside folder1 and folder2 there also other start archive part of multipart archive.

I wish to select that folders and allow to Jd to extract all starter archives inside that folders.

You can't select folders with JD if you want extract archives
Reply With Quote
  #6  
Old 03.06.2022, 19:33
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

@nathan1:
but you could just go into folder 1 and select all the archives in there or are there also subfolder in there?

another idea I could add support for drag/drop of rar/archive files into JDownloader and JDownloader ask to extract them
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 03.06.2022, 19:41
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

I'll give you an example: inside the C:\test I have 3 folders.
Inside each folder I have these splitted multipart archives.
I would like to select these 3 folders at once, don't open folder1 and select archives, but select all folders.

Quote:
but you could just go into folder 1 and select all the archives in there or are there also subfolder in there?
but I have subfolders with other splitted multipart archives.

For example, if I select the 3 folders, once the extraction has been performed I would always like to find these 3 folders with the structure preserved that the archives contains within it

Last edited by nathan1; 03.06.2022 at 19:44.
Reply With Quote
  #8  
Old 03.06.2022, 19:46
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Quote:
Originally Posted by nathan1 View Post
always like to find these 3 folders with the structure preserved that the archives contains within it
JDownloader will extract the selected files and use your customized Settings->ArchiveExtractor
When you do not set to use subfolders, then JDownloader will just extract into the same folder where the archive is.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #9  
Old 03.06.2022, 19:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Quote:
Originally Posted by nathan1 View Post
For example, if I select the 3 folders, once the extraction has been performed I would always like to find these 3 folders with the structure preserved that the archives contains within it
So you just want to be able to select a folder and JDownloader should extract all archives that are lying in this folder, right? only one level of depth?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #10  
Old 03.06.2022, 19:50
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

Quote:
So you just want to be able to select a folder and JDownloader should extract all archives that are lying in this folder, right? only one level of depth?
yes, exactly. If I select 2 folders (on the same path) JDownloader should extract all archives within each of the selected folders
Reply With Quote
  #11  
Old 03.06.2022, 19:53
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

Understood, I will check/add support for it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 03.06.2022, 20:06
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

Thank you !
Reply With Quote
  #13  
Old 04.06.2022, 15:54
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

@nathan1: please check with next core update, available in next 5 mins
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 04.06.2022, 16:01
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

Thank you very much Jiaz !
I test it and it works very well !
Reply With Quote
  #15  
Old 05.06.2022, 12:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,522
Default

@nathan1: Thanks for the feedback! Glad to hear that it works as expected
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 14:37.
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 - 2024, Jelsoft Enterprises Ltd.