sbussetti / deluge-siphon

A Chrome extension for sending torrents to your Deluge server.
http://sbussetti.github.io/deluge-siphon/
81 stars 22 forks source link

[Feature] Add presets #59

Open Redsandro opened 6 years ago

Redsandro commented 6 years ago

Would be cool to be able to set custom named presets. E.g.:

Then you can

And upon choosing a preset, the name should become a label inside Deluge.

Ern-st commented 6 years ago

I made something similar in my plugin for the Seagate Personal Cloud… it's a little tricky generating the context menu buttons dynamically, here's how I ended up doing it: https://github.com/Ern-st/SPCDownloader/blob/master/src/assets/js/main.js#L124