-
Notifications
You must be signed in to change notification settings - Fork 33
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 trackers from file instead of url #43
Comments
One could run a tiny webserver locally.....http://localhost/file.txt Or on your network http://192.168.1.x/file.txt Or within a virtual machine (VirtualBox or QEMU) |
Another thought, if one is running qBitTorrent with the web server interface, put the file into it's own file system.... Have it serve it's own file 😄 http://192.168.1.x:8080/file.txt Don't see why that won't work. |
Hi, @teotikalki
As it stands, the easiest thing you can do is to upload this list to pastebin or similar and then add the link to the trackers list to download What would be the advantage of using a local file? |
So... one shouldn't need to either create a webserver or use an external service to run a local script whose input is a text file. The advantage is that it would do it's job without external dependencies. If I want to change an entry in a text file, I can do that in a terminal with nano on the line before I invoke the script. I shouldn't have to upload that edit somewhere so that it can then be downloaded... it started as a local file and it's being read by a local script (probably to manage another software instance which is running locally). I believe that your item 1 is more practical. It is definitely the functionality I expected.
|
Mmm local is a strange word, it's torrents, torrents are online, trackers are online, you have to connect online to download. Always keep in mind that the script doesn't download anything, it's all in memory, nothing is written to disk, not by the script, instead the data for each torrent involved by the trackers update is updated. But I will tell you more, actually, the functionality you are looking for is already in the script, just edit it, if you use the
And then enter your list
If you use the
And then enter your list
In theory if there are no lists to download, it will use the static list, at which point, if it does not work, I will make a correction, in that if it cannot download lists online, it must use the static, and for all intents and purposes if there are no lists specified, it must then behave the same way. |
As the title says. It should be possible to use a local text file instead of a remote url as the tracker list.
The text was updated successfully, but these errors were encountered: