seansfkelley / nas-download-manager

An open source browser extension for adding/managing download tasks to your Synology DiskStation.
256 stars 46 forks source link

Auto add public trackers for magnet/torrent task #162

Closed boin closed 3 years ago

boin commented 3 years ago

try implementing issue #137

- add a configuration option to enable "adding public trackers";

There is a new conf option called "Automatically add trackers to new tasks form a trackslist URL", and also the option to specify tracker url. eg: https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best_ip.txt

- if the option is checked, for each successfully created task, add the additional trackers from the list above. (There is tracker adding API available for download station API)

My solution is slightly different: trackers when you adding new magnet/torrents before sending to DS-API.

Appreciate for any help/comments ❤️ and thanks to @seansfkelley for such a great work.

VAllens commented 3 years ago

GREAT !!!

seansfkelley commented 3 years ago

Hi, I appreciate you opening this PR but it looks like it's gone a little stale. I'm going to close it out so I can keep better track of what is and is not active on my bug tracker.

If you'd like to work on it again, let me know and I can reopen it.