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

Handle multiplatform shared folder for downloads #15

Open
iLLiCiTiT opened this issue Oct 25, 2024 · 1 comment
Open

Handle multiplatform shared folder for downloads #15

iLLiCiTiT opened this issue Oct 25, 2024 · 1 comment

Comments

@iLLiCiTiT
Copy link
Member

iLLiCiTiT commented Oct 25, 2024

Current Behavior:

Addon is downloading files to single directory, but does not expect that the destination directory is shared for multiple platform.

At the same time downloading of the files should be able to detect if different process/machine is downloading the same files too.

Expected Behavior:

We should be able to handle platform and store the downloaded content per platform, or some hash. And use e.g. lock files, or move content to final destination after download and unpack to avoid concurency from different process/machine.

@iLLiCiTiT iLLiCiTiT added the type: bug Something isn't working label Oct 25, 2024
@iLLiCiTiT iLLiCiTiT changed the title handle platform in download directory Handle platform specific downloads Oct 25, 2024
@iLLiCiTiT iLLiCiTiT changed the title Handle platform specific downloads Handle multiplatform shared folder for downloads Oct 25, 2024
@dee-ynput dee-ynput removed the type: bug Something isn't working label Nov 1, 2024
@iLLiCiTiT
Copy link
Member Author

Platform specific folders were solved by #20 but we still should make sure that multiple processes don't try to download the same file and extract it to same folder at the same time.

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

No branches or pull requests

2 participants