-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add Tracker to Torrent #2529
Comments
Definitely interested in this feature as well. Over 90% of the trackers included are dead, which make it much more difficult for Tribler to get started. I wrote python hack to wipe all trackers from the entire DB and inject my own, it's not overly pretty but it works, and maybe someone else can find it useful. |
We have facilities to add trackers to downloads: tribler/src/tribler/core/libtorrent/download_manager/download.py Lines 867 to 870 in 3e6a3e2
We could implement this feature by simply exposing this method to the GUI. |
I tried the approach that I mentioned above and this seems to work just fine. Now, I need an GUI design. I'm thinking of adding a column to the
|
When solving this, we should probably also include #1797 and allow the GUI to move trackers "up and down" to increase/decrease their priority. I updated my previous post with a "priority". |
My initial prototype is here: https://github.com/qstokkink/tribler/tree/add_tracker_add
|
Looking into how libtorrent handles trackers, order doesn't really exist - only tiers. Perhaps it's better to simply have a "Check Tracker Now" button. |
A good feature to have would be the ability to add a tracker to a torrent that appears to be badly seeded (or relying on some dead trackers). For whatever reason, this usually works out pretty well for me in other clients to "revive" torrents that initially seem to be dead.
The text was updated successfully, but these errors were encountered: