lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.59k stars 260 forks source link

Change bandwidth throttle after download is started #923

Open alexklann opened 7 months ago

alexklann commented 7 months ago

Checklist

Edition

Windows GUI Application

Describe your issue here

What the title says. So bascially, I can't really change the download speed while I am downloading some files. Maybe if you were to add a download button so that the user can change settings before starting the queue. But it would be way better if it was possible to change the speed on the fly.

Add any related files or extra information here

No response

ScrubN commented 7 months ago

This is intended behavior.

I am aware that a live-updating throttle would be much more convenient, but the way the application is currently written means dealing subscribing and unsubscribing event listeners and potential memory leaks and it's just a huge pain. With a huge rewrite it would be much easier to implement and manage, but as it stands this is not a high priority change.

superbonaci commented 6 months ago

@Libroru Use Netlimiter or such, the program must be as simple as possible.