Thanks so much for this tool, it makes installing content from my backup repo much easier, which just stores a whole bunch of zips. This is more of a request than an issue, but it would be amazing if this tool had a setting to automatically detect the file-structure and properly arrange the files. Another would be if it could work recursively to deal with zips of zips. Here's two cases I would love to get resolved:
- Folder-within-folder
data.zip
-- data/
-- -- content/
It would be great if the tool could essentially move the content out of the data folder within the zip. The issue I'm seeing is some zips are just
The resulting DAZ folder will be super polluted with lots of random folders
- Zip-within-zip
data.zip
-- data1.zip
-- data2.zip
Would be great if we could handle these cases and recursively install them
Thanks so much for this tool, it makes installing content from my backup repo much easier, which just stores a whole bunch of zips. This is more of a request than an issue, but it would be amazing if this tool had a setting to automatically detect the file-structure and properly arrange the files. Another would be if it could work recursively to deal with zips of zips. Here's two cases I would love to get resolved:
It would be great if the tool could essentially move the content out of the data folder within the zip. The issue I'm seeing is some zips are just
The resulting DAZ folder will be super polluted with lots of random folders
Would be great if we could handle these cases and recursively install them