Skip to content

Deluge plugin for adding default trackers to all the new torrents

License

Notifications You must be signed in to change notification settings

ngosang/deluge-default-trackers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a Deluge plugin that allows you to create a list of default trackers that will be added to new public torrents (and old ones after restarting Deluge). The plugin will not duplicate existing trackers and does not care how the torrent was added so it works perfectly fine with infohashes.

Private torrents are excluded on purpose, because their metadata is not supposed to reach public trackers.

Besides manually creating the default tracker list, you can also load it (periodically) from a URL.

This plugin is compatible with Deluge 1.3 and 2.0, Python2 2.7 and Python3 3.5+.

Installation

  • create the egg with

    python setup.py bdist_egg

(or try to use the one from the "egg" directory - be careful to install the py2.7 version of Deluge, if you're using Windows)

  • you need to use the same version of Python as the one that Deluge is running under.

  • if you're using it with Deluge-1.3, you might not have six installed. Install it.

  • add it to Deluge from Preferences -> Plugins -> Install Plugin

Troubleshooting

To get Deluge's output on Windows, run this in a terminal ("cmd" works):

"%ProgramFiles%\Deluge\deluge-debug.exe"

TODO:

  • log the added trackers so we can remove them from torrents when they are deleted from the default list
  • WebUI version

About

Deluge plugin for adding default trackers to all the new torrents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • JavaScript 4.6%