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

Suggestion: Add overall progress indicator when downloading mods #17

Open
nhansendev opened this issue Jul 20, 2022 · 1 comment
Open

Comments

@nhansendev
Copy link

This is just a small QoL suggestion:

When downloading large modpacks there are dozens to hundreds of mods to download, but no way to tell how close to completion the process is. It would be nice to have something like f"[{current_index}/{total_mod_count}]" printed inline with the existing info to give a hint at the progress.

@cdbbnnyCode
Copy link
Owner

Good idea. This should be very simple since the downloads aren't executed in parallel anymore (there used to be 4 download threads to speed up the process, but I'm trying to ratelimit it now for the sake of keeping the API key).

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