bucanero / apollo-ps3

Apollo Save Tool (PS3)
http://www.bucanero.com.ar/
GNU General Public License v3.0
357 stars 23 forks source link

Decrypting and zipping as bulk operations #97

Open Schroedingers-Cat opened 1 year ago

Schroedingers-Cat commented 1 year ago

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.

bucanero commented 1 year ago

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.

NickSpaghetti commented 3 months ago

Would you accept a PR that adds a bulk download button on the page?

bucanero commented 3 months ago

"bulk download" ? can you explain what are you referring to?

NickSpaghetti commented 3 months ago

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.

bucanero commented 3 months ago

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