Thanks for the feedback!
The main confusion may come from JDownloader's inability to display sub-packages.
To preserve the folder structure, each files which are supposed to go into one folder will need to go into one package.
Quote:
Originally Posted by Mxfwdspd
/rootFoldername/subfolder1/somefile1.txt, I'm trying to get the package named "subfolder1"... instead, it's being named "rootFoldername_subfolder1" for each link using the default packagizer settings. Not sure what rule I'd have to create in order to get rid of the root folder name in each package, just preserve the subfolder names.
|
While this may be possible with some scripting, I highly advise against it.
Just think about what would happen to files inside nested subfolders with the exact same folder name e.g.:
/rootFoldername/subfolder1/somefile33.txt
/rootFoldername/subfolder2/subfolder1/somefile22.txt
/rootFoldername/subfolder3/otherFolder/subfolder1/somefile.txt
-> They would all go into package "subfolder1" or at least they would all be in a package named the same: "subfolder1" -> In the end you wouldn't be able to tell which is which anymore.
Also, different folders could also contain different files with the same name -> Putting all into one package would cause conflicts here too.