Overview
The Deluge default-trackers plugin provides native integration with TrackersList, automatically fetching and adding trackers to your torrents. This is the recommended method for Deluge users as it integrates directly with the Deluge interface.Prerequisites
Before you begin, ensure you have:
- Deluge 2.0 or higher installed
- Python 3.6 or higher
- Access to install Deluge plugins
Plugin Installation
The deluge-default-trackers plugin is maintained by the community and provides automatic tracker management.deluge-default-trackers
Official plugin repository by stefantalpalaru
Installing from GitHub
Build the plugin
Create the plugin egg file:The plugin file will be created in the
dist/ directory with a name like:
DefaultTrackers-0.2-py3.X.eggInstall in Deluge
Via GUI:
- Open Deluge
- Go to Preferences > Plugins
- Click Install Plugin
- Navigate to the
dist/folder and select the.eggfile - Enable the DefaultTrackers checkbox
Configuration
After installation, configure the plugin to use TrackersList.Open plugin preferences
- Go to Preferences > Plugins
- Select DefaultTrackers
- Click Configure or Preferences
Add tracker list URL
In the plugin settings, add the TrackersList URL:Or choose another list:
trackers_all.txt- All 112 trackerstrackers_all_udp.txt- UDP trackers onlytrackers_all_http.txt- HTTP trackers only
Configure update settings
Set how often the plugin should fetch new trackers:
- Update interval: Daily, Weekly, or Manual
- Add to existing torrents: Enable to update all torrents
- Add to new torrents: Enable to automatically add trackers to new downloads
Plugin Features
The default-trackers plugin provides several useful features:Automatic Updates
- Fetches tracker lists on a schedule
- Updates existing torrents automatically
- Adds trackers to new torrents when added
Customization
- Support for multiple tracker list URLs
- Configurable update intervals
- Option to add custom trackers manually
Integration
- Native Deluge UI integration
- Works with both GTK and Web interfaces
- Compatible with Deluge daemon mode
Manual Tracker Addition
If you prefer to manage trackers manually without the plugin:Add trackers
Copy the tracker URLs from
trackers.txt and paste them into the tracker list. Each tracker should be on a new line.Advanced Configuration
Using Multiple Tracker Lists
The plugin supports adding multiple tracker list URLs:Custom Tracker Lists
You can also host your own tracker list:- Create a text file with one tracker URL per line
- Host it on a web server or local network
- Add the URL to the plugin configuration
Daemon Mode Configuration
For headless servers running Deluge daemon:Troubleshooting
Plugin not appearing in list
Plugin not appearing in list
- Verify the .egg file is in
~/.config/deluge/plugins/ - Check Deluge version compatibility (requires Deluge 2.0+)
- Ensure Python version matches:
python --version - Rebuild the plugin with the correct Python version
- Check Deluge logs:
~/.config/deluge/deluged.log
Trackers not being added
Trackers not being added
- Verify the tracker list URL is accessible
- Check plugin configuration and ensure it’s enabled
- Check update interval settings
- Review Deluge logs for error messages
- Try manually triggering an update in plugin settings
Plugin fails to install
Plugin fails to install
- Ensure you have the correct Python development packages:
- Rebuild the plugin egg file
- Check for error messages during the build process
- Verify file permissions on the plugins directory
Duplicate trackers appearing
Duplicate trackers appearing
The plugin may add trackers that already exist. This is usually harmless as Deluge handles duplicates automatically, but you can:
- Manually remove duplicates through the torrent’s tracker editor
- Modify the plugin configuration to prevent re-adding existing trackers
Tracker List Selection
Choose the appropriate TrackersList for your needs:- trackers_best
- trackers_all
- Protocol-specific
Recommended for most users
- 20 best-performing trackers
- Sorted by popularity and latency
- Updated daily
Additional Resources
Deluge Documentation
Official Deluge repository and documentation
Plugin Repository
Default-trackers plugin source code and issues
TrackersList Repository
View all available tracker lists
Deluge Plugins
Guide to Deluge plugin development and installation