Skip to content

Deluge bittorrent plugin to pause all torrents if too much data is transferred.

Notifications You must be signed in to change notification settings

SimonDeRidder/deluge-trafficlimitsauto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deluge Traffic Limits Auto

TrafficLimitsAuto is a plugin for the Deluge bittorrent client. It is based on the TrafficLimits plugin and adds some extra control features to resume traffic after a certain time.

TrafficLimits can be found at http://github.com/mavit/deluge-trafficlimits.

TrafficLimitsAuto can be found at https://github.com/SimonDeRidder/deluge-trafficlimitsauto.

Questions may be asked on the [http://forum.deluge-torrent.org/viewtopic.php?f=9&t=34343](Deluge forum).

Configuration:

As well as setting the limits through the preferences (GTK UI only, for now), you can also create a file called ~/.config/deluge/trafficlimits containing a label, the upload limit, the download limit, and the combined limit (in bytes), each on a line by themselves. For example:

January
-1
21474836480
-1

See also:

Please see also the Toggle plugin. You will need this to resume transfers once they have been paused, unless you use the automatic scheduling..

About

Deluge bittorrent plugin to pause all torrents if too much data is transferred.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.7%
  • JavaScript 6.3%