Opened 13 years ago
Closed 13 years ago
#2953 closed Bug (duplicate)
Some magnet links do not get auto-set to groups based on rules
Reported by: | elpasi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Transmission | Version: | 1.91 |
Severity: | Normal | Keywords: | magnet, link, rules, groups |
Cc: |
Description
I just added two files to transmission via their magnet links. One was of the form
magnet:?xt=(x)&dn=(NAME OF FILE HERE)&tr=(x) magnet:?xt=(x)&tr=(x)
The top one, with the name of the file in the magnet link, got set into the appropriate group immediately. The second, however did not get set into the appropriate group because (I assume) it did not have the name, and my rulesets are based on 'Name: Contains' - but even after transmission had requested the name from the server, the file was still not set into the correct group.
In my opinion, what needs to change (I say this from a developer standpoint, but knowing nothing about the transmission codebase) is that the rule check needs to be called on magnetized files after their respective data has been pulled, rather than before when half the data fields could still be missing.
Change History (2)
comment:1 Changed 13 years ago by elpasi
comment:2 Changed 13 years ago by livings124
- Resolution set to duplicate
- Status changed from new to closed
I apologise for the formatting and grammar issues. One was of the form with dn=, the other was not. 'The top one' refers to the one containing the dn= parameter.