deluge-siphon
deluge-siphon copied to clipboard
[Feature] Add presets
Would be cool to be able to set custom named presets. E.g.:
- eBooks
- Download To:
/deluge/incoming
- Move Complete:
/Documents/eBooks
- Add paused:
false
- Download To:
- Movies
- Download To:
/deluge/incoming
- Move Complete:
/Movies
- Add paused:
false
- Download To:
- Music
- Download To:
/deluge/incoming
- Move Complete:
/Music/downloaded
- Add paused:
false
- Download To:
Then you can
- Right Click >
- DelugeSiphon >
- Add
- Add with options
- eBooks
- Movies
- Music
- DelugeSiphon >
And upon choosing a preset, the name should become a label inside Deluge.
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