Find torrent from different trackers that share the same path
26 views
Skip to first unread message
Josh Oram
unread,
Apr 30, 2015, 9:45:42 AM4/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyrosco...@googlegroups.com
Is there a way to get a list of all torrents that have the same path, but different trackers?
The goal is to remove all torrents that are completed from one tracker, but only if there is not a torrent from another tracker that has the same path (cross seeding)
pyroscope
unread,
May 2, 2015, 5:10:20 PM5/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyrosco...@googlegroups.com
List the path and alias using rtcontrol, then add some "awk" magic. Or write a Python script (using a "defaultdict(list)", that is about 30 lines of code).