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

create new folder per dump #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schicho
Copy link
Contributor

@schicho schicho commented Aug 21, 2020

Reduces the clutter in the root directory and also makes it easier to find the corresponding files.

@schicho

This comment has been minimized.

@emukidid
Copy link
Owner

I like this but can we make it an option "Create directory per dump [Yes/No]"? I'm happy for it to always come under cleanrip-dumps or whatever though, dumping to the root was never a good idea 😂

use tabs for indent.

use better(?) folder naming and fix directory creation after inserting a new storage device.

also check if game dump directory has been previously created, in case the user reuses a storage device when dumping in smaller chunks.
@schicho
Copy link
Contributor Author

schicho commented Oct 26, 2020

If I implement an option for it, it would require a lot of checks in the several dumping/writing functions (dump_bca, dump_game, dump_info) to control wether to write to /cleanrip-dumps/ or /cleanrip-dumps/gamename/ .

That will result in a lot of duplication and probably does not make the code very readable.

You decide. I can implement it, but I don't think it's great that way.

As the middle way, I can also just change it to use /cleanrip-dumps/ , which is still an improvment over dumping straight into the root directory.

@MasterLuma
Copy link

Can this still be implemented??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants