-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding additional tracker URLs #4
Comments
Announce is only ever a single url, you need to add to announce-list. |
Ok thanks, I wanted to avoid lists due to tiering. The problem with announce lists is that they are tiered and clients only contact the first in a tier. I was able to overload the put with Another issue is clearing trackers.. which doesn't seem to work: clearly, it is specified. Any ideas on how to make this simpler? (adding additional trackers to rtorrent is also difficult) More examples of this would be helpful in the README |
It's rather incomplete, might be I've just tested it with |
From your examples it's not clear how to add (instead of replace) extra tracker URLs and output it to a separate file (not using --inplace)
--output doesn't appear to work with the message there are too many arguments when specifying a filename.
example (tracker0 being the one already present in my.torrent):
./rbedit announce put --input ./my.torrent --output ./new.torrent https://tracker1 https://tracker2
announce put: missing valid output destination
The text was updated successfully, but these errors were encountered: