Inrixia / Floatplane-Downloader

Project for automatically organizing and downloading Floatplane videos for plex.
https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e
GNU Affero General Public License v3.0
157 stars 41 forks source link

[Feature] Add rate bandwidth rate limiter #182

Closed inzsome closed 1 year ago

inzsome commented 1 year ago

It would be great if we could throttle our downloads via the settings. Say, I don't want to dedicate my full bandwidth for video downloads to avoid spikes, I would just set the throttle to a desired rate via the settings.

I'm not an expert on Node, but this might be going in the right direction: https://github.com/tjgq/node-stream-throttle

Inrixia commented 1 year ago

This should be very easy to implement using the library you provided thanks.

Inrixia commented 1 year ago

Added in latest dev. Reopen if there are issues. Thanks for the great feature idea!