seansfkelley / nas-download-manager

An open source browser extension for adding/managing download tasks to your Synology DiskStation.
256 stars 46 forks source link

Slow mode quick toggle with pre-set speed settings #178

Open enchained opened 3 years ago

enchained commented 3 years ago

This would be a killer feature for me. I know the speed limits and speed schedule are available via the web ui and mobile DS get app. But it requires so much clicks, inputs and switches, there's no "turtle" button like the vanilla transmission client has. Sometimes I need to slow things down, so my remote game streaming won't be interrupted by lags, one button toggle would be really useful in such cases.

Looks like SDM can support this too with GetConfig/SetServerConfig API. If you can get the current config, save it as default one and save the modified config in the settings, it should be possible to toggle between the two (or mutliple) modes. I don't usually use the SDM schedule toggle, but it could be also added to the mode settings in the extension, as part of the modes, or as a separate toggle.

seansfkelley commented 3 years ago

I see the value in this, though I'm unsure if it's something I want to bring into scope of this project as it's a good chunk of work and I have limited time to keep this project in good working order.