-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decrypting and zipping as bulk operations #97
Comments
Note: for bulk zip exports, as a workaround you can use the "web server" option and then use a downloader tool like JDownloader to mass-download all the .zips from the internal Apollo web server. Just keep in mind, set a limit of 2 parallel downloads to avoid spamming the web server with requests that could fail. |
Would you accept a PR that adds a bulk download button on the page? |
"bulk download" ? can you explain what are you referring to? |
When using the webserver I didn't see a way to download all of the save files at once from the UI. I'd figure you could take all the save file zips and zip them up as one giant download. |
Building a single .zip with all the saves could take time and I can't really say if it will work smoothly or not from the webserver. But you're free to fork, build, and test a possible solution and then submit a PR. I can review the PR, no problem |
The decrypting and copying into zip file option would also be useful to have as bulk operations on all available saves when dealing with a lot of save files. Preferably, all options that are available to a single file could be made available in the bulk operation dialogue.
The text was updated successfully, but these errors were encountered: