-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Ability to "automatically add these trackers to new downloads" from file or URL #6865
Comments
Trackers tab -> Right click -> Add a new tracker...? |
its not the same the list on this github are always updated |
if we can use https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt we have allways a updated open tracker list, think as this like a block list url but for a open trackerlist. |
You mean you want an ability to load the tracker list from a file? |
yes from a file or a url, if you see this url is maintained with a list of of public trackers and this help the speed a lot |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I hope the developer make this modification! |
I created a script for that, that work very good with sonarr/radarr and similar, if someone need it, just let me know |
+1, deluge does that with the default trackers plugin https://github.com/stefantalpalaru/deluge-default-trackers |
i need that script |
@baozi510 |
@Jorman |
@5koder That's all. |
any updates, qbittorrent enhanced has this feature |
@jrickter88 Download, configure it, set it executable, then run it with . at the end |
So many requests for this feature. Don't know why not implement it inside the app but via an external script?
|
I mean, the function sort of exists, only, not in the right place and not automated. You can enter an URL if you go to the tab Trackers for an existing Torrent and select "Add tracker". Why would it be so difficult to add this to settings (and periodically update it)? |
If the feature isn't blocked (rejected) in itself then the reason of why it isn't implemented yet is because there is no one to contribute into it. |
@dabeibao |
It may work for you, but not for me. It is not an official feature, expect to see inconsistent results. |
This morning I played a bit with the code and I've extended the piece that do the parsing so that if I type an URL that ends with ".txt", it automatically performs an HTTP request and parses the list. |
@dabeibao |
@JackHack96, as far as I understand from the screenshot, this implementation allows you to add multiple URLs, but does not allow you to see which trackers will be added, unlike the Enhanced Edition implementation where you can see which trackers will be added, but cannot add multiple source URLs. I also wonder how this would work if there were, for example, multiple URLs and multiple trackers added manually. |
Personally I dislike to mix it into regular additional trackers list. IMO, it should be separated from manually specified trackers list. |
@JackHack96 |
@Jorman, auto-add trackers does not work for private torrents. |
@JackHack96, you should look into making a pull request, so that the contributors can modify the code to be implemented into an official build, that would be great news. |
This commit adds the ability to parse .txt URL in the automatic tracker add list, as requested by qbittorrent#6865
This commit adds an option for automatic tracker population and update, taken from qBittorrent Enhanced Edition. This commit fulfill the request qbittorrent#6865.
It's been 7 years...... |
Please provide the following information
qBittorrent version and Operating System:
version 3.3.12 on windows
If on linux, libtorrent and Qt version:
What is the problem:
add a option to inject utorrent compatible tracker list url
we have nice dvs like this https://github.com/ngosang/trackerslist with regular updates on open lists its a nice addon to the tracker injection
What is the expected behavior:
Steps to reproduce:
Extra info(if any):
The text was updated successfully, but these errors were encountered: