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

Feature Request: Robust Handling of Corrupt Files Due to Interrupted Downloads #101

Open
deletescarry opened this issue Nov 4, 2023 · 1 comment
Labels
feature New feature or request

Comments

@deletescarry
Copy link

It looks like it's possible due to network issues or force existing the app, that a file can become corrupted.

It might be good to implement some functionality like temporarily download to a temp file, then rename the file when complete

@digitalec digitalec added the feature New feature or request label Mar 13, 2024
@digitalec
Copy link
Owner

This is a great idea, and would certainly be beneficial to corrupt/incomplete downloads. I don’t have the time these days to implement this feature but I’d be happy to approve a PR if someone would like to work on this.

The download_path would have to be pointed to a temporary directory, each file checked for completeness (somehow) and then moved appropriately. This would require a fairly substantial code change as deemix is responsible for the download and post-download process.

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

No branches or pull requests

2 participants