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

Add some sort of progress bar when downloading #25

Open
tranquilcarbon opened this issue Dec 15, 2023 · 1 comment
Open

Add some sort of progress bar when downloading #25

tranquilcarbon opened this issue Dec 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@tranquilcarbon
Copy link

Currently, there is no way by default to see how far your download has gone, this makes it difficult to know when a download is about to complete. I think that adding a Progress bar would be a good idea, alongside a download time calculation.

In addition, this will make it easier to determine if a download has stalled.

@Magnitus- Magnitus- added the enhancement New feature or request label Dec 18, 2023
@Magnitus-
Copy link
Owner

Thanks for the feedback. I'll have evaluate the technical overhead for the logging when I next progress on this project.

I get the impression that it might be complex to implement in the context of this client where a lot of log events may happen asynchronously when you are processing several files at once, but I'll ponder on what can be done. Alternatively, maybe just optionally logging milestones in the download could achieve a similar desired effect or I could postpone it to when there is a dashboard.

I'll see.

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

No branches or pull requests

2 participants