- deluge-console
$ wget -O deluge_throttle.sh https://gist.githubusercontent.com/Generator/67da7dc859634046165320ef061769e0/raw/deluge_throttle.sh
$ chmod +x deluge_throttle.sh
Edit deluge_throttle.sh
and set deluged
username password .
If want's to use different username, password and level see Deluge documentation
https://dev.deluge-torrent.org/wiki/UserGuide/Authentication
Commum Scripts Settings in Tautulli:
Taultulli > Settings > Notification Agents > Add a Notification Agent > Script
Set Script Folder
Select deluge_throttle.sh
Script Timeout 0
Triggers:
- Playback Start
- Playback Stop
Arguments:
Set Download/Upload limit in KBps. Set -1
for unlimited
- Playback Start:
-D 100 -U 10
- Playback Stop:
-D -1 -U -1
Triggers:
- Playback Start
- Playback Stop
Arguments:
- Playback Start:
-p
- Playback Stop:
-r
-U - Set max upload speed [KBs], use "-1" to set unlimited
-D - Set max download speed [KBs], use "-1" to set unlimited
-p - Pause active torrent
-r - Restore paused torrents (previously active only)
-i - Shows torrent information status
-h | --help - Help