#2047: Multi-Edit trackers
--------------------------+-------------------------------------------------
Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.3.6
Component: webui | Version: 1.3.3
Keywords: tracker,edit |
--------------------------+-------------------------------------------------
Comment(by gazpachoking):
If we are going to allow multi-edit trackers, I'd say just show all the
trackers from all the torrents rather than filtering down to only the
common ones. Or if we want to do only shared trackers, I think this is
nicer:
{{{
#!python
shared_trackers = set.intersection(*(set(status[torrent_id]['trackers'])
for torrent_id in status))
}}}
Hmm, seems that's only available since python 2.6, do we support 2.5
still?
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:6>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.