Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Update and Enhance POWER FS Plugin #830

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

andypmuc
Copy link
Contributor

This PR enhances the POWER FS Plugin to use other zip tools as well as every other zip tool. The monitoring process has also be improved and made more general to support other zip tools. The initial Plugin code is preserved in a separate function, so it should be backwards compatible at every time.
1 + 3 + 1 tools are available. Zip tool with the code from the first version. zip tool with the second version of the code. 7 zip, winrar and manual configuration, which can execute any other zipping tool.
The monitoring process offers 1 + 3 different versions, the first version of the code. The second version of the original code using CLI output, FileOutput e.g. provided by Winrar and average speed, which can be used for everything especially for manual zip tool.
Also several settings can now be made to configure the plugin like max execution time, max zipping time per file and in total etc.
Works in my installation since one year and I am happy to have your comments. Details are in the documentation.

@andypmuc andypmuc changed the title Update and Enhance POWERFS Plugin Update and Enhance POWER FS Plugin Feb 10, 2015
@andypmuc
Copy link
Contributor Author

I do not know for what this is for. How do you select a root directory?

$baseFile = $selectionFile;
....
if(trim($baseFile, "/") == ""){
// ROOT IS SELECTED, FIX IT
$args = array(escapeshellarg(basename($rootDir)));
$rootDir = dirname($rootDir);
break;
}

@andypmuc
Copy link
Contributor Author

Hello Charles, when do you merge this pull request? Or do I have to do something? Regards Andreas

@cdujeu
Copy link
Member

cdujeu commented May 28, 2015

Hi Andy,
Still on my todo, but it's so huge, I have to take some long time to review it, test it deeply, verify for security, etc...

@andypmuc
Copy link
Contributor Author

Let me know if I can help you. Until now it works on my installations fine. But only with WinRAR and Windows.

@cdujeu cdujeu added this to the 7.2.X milestone Sep 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants