transmission icon indicating copy to clipboard operation
transmission copied to clipboard

Do not add to private torrents

Open n0ncetonic opened this issue 6 years ago • 2 comments

Would be very nice if this didn't try to add public trackers to torrents downloaded from private torrent sites

n0ncetonic avatar Apr 16 '18 21:04 n0ncetonic

in fact there is no different between pt and bt. so may it is difficult to separate them

darkrain88 avatar Jul 28 '18 02:07 darkrain88

Hi, thanks for this.

I'm also interested to this "feature" The only think that came in my mind is to inject tracker only to torrent where the magnet don't contain xxxxxxxxx So with:

$TRANSMISSION_REMOTE -t $TORRENT -i | sed -nr 's/ *Magnet: ?(.*)/\1/p' | grep $PRIVATE_TRACKER_LIST

You can find which torrent are from a list of traker. So, we have to filter and "not add" tracker to torrent that have a private tracker list inside the magnet The main problem is that I don't know if I'm able to do that! LOL

This's only an idea, what do you think?

Jorman avatar Nov 01 '18 22:11 Jorman