Skip to content
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

Export (and possibly import as well) the entire archive as a .zip file #149

Open
herzbube opened this issue Apr 21, 2013 · 0 comments
Open

Comments

@herzbube
Copy link
Owner

To make this work cleanly, games should no longer be stored directly in the Documents folder, instead they should be stored in a subfolder.

Importing a .zip file is more difficult than exporting because the .zip file might contain just about anything. Importing should still be supported because it allows the user to use the export function as a backup, and the import function as a restore.

Some ideas for managing an import:

  • Extract the content of the .zip file, then recursively iterate the resulting folder structure and import only files with the extension .sgf.
  • If the archive has support for folders (cf. Add support for folders to the Archive view #63), preserve the folder structure in the .zip file
  • Allow the user to specify whether she wants to replace the entire archive with the content of the .zip file
@ghost ghost assigned herzbube Apr 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant