This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 289
Update and Enhance POWER FS Plugin #830
Open
andypmuc
wants to merge
7
commits into
pydio:develop
Choose a base branch
from
andypmuc:andypmuc-powerfs-2nd-edition
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andypmuc
changed the title
Update and Enhance POWERFS Plugin
Update and Enhance POWER FS Plugin
Feb 10, 2015
I do not know for what this is for. How do you select a root directory? $baseFile = $selectionFile; |
Some minor changes and make the code nicer
Some minor improvements
Hello Charles, when do you merge this pull request? Or do I have to do something? Regards Andreas |
Hi Andy, |
Let me know if I can help you. Until now it works on my installations fine. But only with WinRAR and Windows. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.