Opened 15 years ago
Closed 13 years ago
#1190 closed bug (Fixed)
[Label] Stop auto-tracker label changing a torrent previously labelled
Reported by: | simonbcn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.3 |
Component: | Plugin | Version: | 1.3.1 |
Keywords: | label | Cc: |
Description
I have one label with a associated tracker URL.
I add one torrent from that tracker and it is assigned to label correctly.
I change that torrent to other label, the change is correct.
But if I restart the daemon, this torrent return to initial label (with his associated tracker URL).
It doesn't respect the changes.
Change History (4)
comment:1 by , 15 years ago
Component: | other → plugin |
---|---|
Keywords: | label added |
Priority: | major → minor |
comment:2 by , 14 years ago
Milestone: | 1.4.0 → 1.3.2 |
---|
comment:3 by , 14 years ago
Milestone: | 1.3.2 → 1.3.x |
---|---|
Summary: | Label plugin doesn't respect the changes after restart daemon → [Label] Stop auto-tracker label changing a torrent previously labelled |
Version: | 1.2.1 → 1.3.1 |
comment:4 by , 13 years ago
Milestone: | 1.3.x → 1.3.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The fix for #1246 also fixes this.
Note:
See TracTickets
for help on using tickets.
A solution might be to check if a torrent already has a selected label and skip automatically applying the tracker label.
This is also related to the bug with execute plugin firing for 'torrents added' upon starting daemon. This results from notification of torrents in the state file being added to the session not being distinguished from a new torrent added.