Skip to content
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

[Wishlist] Add trackers to multiple .torrent files without changing existing unique, individual trackers #12

Closed
student13371 opened this issue Aug 15, 2015 · 2 comments

Comments

@student13371
Copy link

This isn't a bug. This is a feature request.

Currently when adding trackers to multiple .torrent files, user is given a list of "Present trackers in all torrent files". Those trackers that are checked in this list are added to EVERY .torrent file and those trackers that aren't checked are REMOVED from those .torrent files that originally INCLUDED those trackers. This ultimately leads to creation of .torrent files with exactly the same list of trackers. Everything is OK. This is a handy feature.

However, there are cases when user wants to keep the unique trackers in .torrent files and just add some additional trackers to multiple .torrent files. For instance, you have 1000 .torrent files with different lists of trackers and simply want to add a couple of new, same trackers to all of them, but you don't want all of those .torrent files to have an exactly the same list of trackers showed under "Present trackers in all torrent files" list after an Update.

This feature could be called something like "Add trackers to multiple .torrent files without changing the existing trackers". In other words, feature that allows to add new trackers to multiple .torrent files without touching the existing unique, individual trackers and without creation of .torrent files with exactly the same list of trackers.

GerryFerdinandus added a commit that referenced this issue Dec 12, 2015
…existing unique, individual trackers

Add two extra menu items under update torrent. User can select to add the new torrent list before or after the existing one.
@GerryFerdinandus
Copy link
Owner

Thanks for the feature request.
A new V1.32.0.RC.2 version can be downloaded.

Please test/verify/report back.
So that this issue report can be closed.

GerryFerdinandus added a commit that referenced this issue Feb 12, 2016
The new updated code does not modified the variable FTrackerAddedByUserList.
The FTrackerAddedByUserList must always be the same when update all the torrent files one by one.

The wrong previeus commit 3de1c9d removed items from FTrackerAddedByUserList
This wrong code will only work:
	if updated for only one torrent or
	TrackerFromInsideOneTorrentFile does not contain tracker already present in FTrackerAddedByUserList
@GerryFerdinandus
Copy link
Owner

This issue fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants