[Deluge] #2047: Multi-Edit trackers

627 views
Skip to first unread message

Deluge

unread,
Mar 4, 2012, 4:37:07 AM3/4/12
to delug...@googlegroups.com
#2047: Multi-Edit trackers
--------------------------+-------------------------------------------------
Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.3.x
Component: webui | Version: 1.3.3
Keywords: tracker,edit |
--------------------------+-------------------------------------------------
Either on the GTK or the WEB ui, you cant change at more then one torrent
at time, his tracker list. (Yes, also selecting more then 1).

This sucks 'cause for private trackers you could have to change your
passkey (and so the tracker list), for every torrent on the client, but
you can't do it one by one.

Anyway, I think it's a bug to change only one torrent if you select more
then one.

(By the way, the "move storage" works selecting more than one).

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047>
Deluge <http://deluge-torrent.org/>
Deluge project

Deluge

unread,
May 18, 2012, 12:28:12 AM5/18/12
to delug...@googlegroups.com
#2047: Multi-Edit trackers
--------------------------+-------------------------------------------------
Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.3.x
Component: webui | Version: 1.3.3
Keywords: tracker,edit |
--------------------------+-------------------------------------------------
Changes (by bobodod):

* cc: bobodod@… (added)


--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:1>

Deluge

unread,
Sep 22, 2012, 11:49:13 AM9/22/12
to delug...@googlegroups.com
#2047: Multi-Edit trackers
--------------------------+-------------------------------------------------
Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.3.x
Component: webui | Version: 1.3.3
Keywords: tracker,edit |
--------------------------+-------------------------------------------------
Changes (by DoYouWantKarate):

* cc: mvseqt2twu@… (added)


--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:2>

Deluge

unread,
Nov 4, 2012, 10:08:24 PM11/4/12
to delug...@googlegroups.com
#2047: Multi-Edit trackers
--------------------------+-------------------------------------------------
Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.3.x
Component: webui | Version: 1.3.3
Keywords: tracker,edit |
--------------------------+-------------------------------------------------

Comment(by bluephoenix47):

I recently wanted to edit a set of (280) torrents to use https instead of
http, and to hell with doing that manually.

So I create this hack. I created and tested it on a local 1.3.5 copy, and
ported it to the head of the git master branch, so strictly speaking, it's
untested.

It has the same semantics as multi-torrent move storage--the initial data
comes from the first selected torrent, and the edited data applies to all
the selected torrents.

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:3>

Deluge

unread,
Nov 6, 2012, 11:25:03 AM11/6/12
to delug...@googlegroups.com
#2047: Multi-Edit trackers
--------------------------+-------------------------------------------------
Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.3.x
Component: webui | Version: 1.3.3
Keywords: tracker,edit |
--------------------------+-------------------------------------------------

Comment(by Cas):

I've made some changes based on your initial work so that only the
trackers that are shared among the selected torrents will be shown. Also
added a warning that it will clobber existing trackers when saving.

https://github.com/cas--/Deluge/compare/Feature;2047;EditMultipleTorrentTrackers

This could be added to 1.3-stable for 1.3.6 release.

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:4>

Deluge

unread,
Nov 6, 2012, 11:31:57 AM11/6/12
to delug...@googlegroups.com
#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 |
--------------------------+-------------------------------------------------
Changes (by Cas):

* milestone: 1.3.x => 1.3.6


--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:5>

Deluge

unread,
Nov 18, 2012, 11:17:21 PM11/18/12
to delug...@googlegroups.com
#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

unread,
Nov 21, 2012, 8:08:40 PM11/21/12
to delug...@googlegroups.com
#2047: Multi-Edit trackers
--------------------------+-------------------------------------------------
Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.4.0
Component: webui | Version: 1.3.3
Keywords: tracker,edit |
--------------------------+-------------------------------------------------
Changes (by gazpachoking):

* milestone: 1.3.6 => 1.4.0


--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:7>

Deluge

unread,
Apr 23, 2014, 4:37:24 AM4/23/14
to delug...@googlegroups.com
#2047: Multi-Edit trackers
---------------------+--------------------------

Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.4.0
Component: Web-UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
---------------------+--------------------------

Comment (by keretamalam):

I am about to leave and cannot look into this further right now, but I do
want to mention that relying on pkg-config itself is not a problem (as you
said, we also use it later), the problem is that on some systems, the .pc
file for pkg-config is supplying wrong information (whereas on yours, it's
botan-config that is wrong), so that's why I'm trying to make it work with
both (while one of them is bad).
[http://maskodoq.blogspot.com/2014/03/unit-link-terbaik-di-indonesia.html
Unit Link Terbaik di Indonesia Commonwealth Life Investra Link]
[http://maskodoq.blogspot.com/2013/07/CiptoJunaedy.html Cipto Junaedy]
[http://etnisjawa.blogspot.com/2013/08/apakah-cipto-junaedy-bohong.html
Cipto Junaedy]

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:8>

Deluge

unread,
Sep 18, 2014, 2:17:02 PM9/18/14
to delug...@googlegroups.com
#2047: Multi-Edit trackers
---------------------+--------------------------

Reporter: dus | Owner: damoxc
Type: bug | Status: new
Priority: major | Milestone: 1.4.0
Component: Web-UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
---------------------+--------------------------

Comment (by Cas):

Maybe the solution here is not to edit trackers on multiple torrents but
to offer a search and replace option such as in the script that I created
for a user: https://gist.github.com/cas--/5326335

Deluge

unread,
Sep 18, 2014, 2:17:32 PM9/18/14
to delug...@googlegroups.com
#2047: Multi-Edit trackers
---------------------+--------------------------
Reporter: dus | Owner: Cas
Type: bug | Status: assigned

Priority: major | Milestone: 1.4.0
Component: Web-UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
---------------------+--------------------------
Changes (by Cas):

* owner: damoxc => Cas
* status: new => assigned


--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:9>

Deluge

unread,
Sep 23, 2014, 6:21:30 PM9/23/14
to delug...@googlegroups.com
#2047: Multi-Edit trackers
---------------------+--------------------------
Reporter: dus | Owner: Cas
Type: bug | Status: assigned
Priority: major | Milestone: 1.4.0
Component: Web-UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
---------------------+--------------------------

Comment (by bluephoenix47):

Search and replace sounds much more robust and less error prone.

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:10>

Deluge

unread,
Nov 26, 2015, 10:49:17 AM11/26/15
to delug...@googlegroups.com
#2047: Multi-Edit trackers
------------------------------+--------------------------
Reporter: dus | Owner: Cas
Type: feature-request | Status: assigned
Priority: major | Milestone: 2.0.x

Component: Web-UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
------------------------------+--------------------------
Changes (by Cas):

* type: bug => feature-request


--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:11>
Deluge <http://deluge-torrent.org/>
Deluge Project

Deluge

unread,
May 17, 2017, 2:12:17 AM5/17/17
to delug...@googlegroups.com
#2047: Multi-Edit trackers
------------------------------+--------------------------
Reporter: dus | Owner: Cas
Type: feature-request | Status: assigned
Priority: major | Milestone: 2.0.x
Component: Web UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
------------------------------+--------------------------

Comment (by aberaud):

That's an important feature when managing many torrents.

If multiple torrents are selected, editing all of them is the expected
behavior.

Please merge this. I rebased this patch and it works.

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:12>

Deluge

unread,
Jul 18, 2017, 3:39:24 PM7/18/17
to delug...@googlegroups.com
#2047: Multi-Edit trackers
------------------------------+--------------------------
Reporter: dus | Owner: Cas
Type: feature-request | Status: assigned
Priority: major | Milestone: 2.x

Component: Web UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
------------------------------+--------------------------

Comment (by lalomartins):

@aberaud can you share a git branch and/or patch? It would both be useful
for other users, and increase the chance the devs actually merge it.

Alternatively, I suppose this could be done as a plugin? Anyone has plugin
experience?

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:14>

Deluge

unread,
Jul 18, 2017, 5:14:30 PM7/18/17
to delug...@googlegroups.com
#2047: Multi-Edit trackers
------------------------------+--------------------------
Reporter: dus | Owner: Cas
Type: feature-request | Status: assigned
Priority: major | Milestone: 2.x
Component: Web UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
------------------------------+--------------------------

Comment (by aberaud):

Available there:
https://github.com/aberaud/deluge

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2047#comment:15>

Deluge

unread,
Jul 18, 2017, 5:17:37 PM7/18/17
to delug...@googlegroups.com
#2047: Multi-Edit trackers
------------------------------+--------------------------
Reporter: dus | Owner: Cas
Type: feature-request | Status: assigned
Priority: major | Milestone: 2.x
Component: Web UI | Version: 1.3.3
Resolution: | Keywords: tracker,edit
------------------------------+--------------------------
Changes (by aberaud):

* Attachment "0001-Edit-trackers-for-all-selected-torrents.patch" added.

Patch rebased on 1.3-stable

Deluge Project

Reply all
Reply to author
Forward
0 new messages