Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

Magnet-links failure #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use tr-gtk, and associate it to magnet links in firefox. magnet links are 
loadedon transmission server, and immediatly, the torrent is considered as 
"finished", and i get constant notifications on my gnome desktop.

i use transmission-remote-gtk-git, on archlinux (AUR)
my transmission server is on a debian squeeze server (2.03-2)

Original issue reported on code.google.com by isingasi...@gmail.com on 28 Aug 2012 at 1:51

GoogleCodeExporter commented 9 years ago
oups, i just needed to wait a bit more.. sorry for the noise

Original comment by isingasi...@gmail.com on 28 Aug 2012 at 2:09

GoogleCodeExporter commented 9 years ago
I've just taken a look at the code and I think I agree - it was a bit broken. 
It was using leftUntilDone <= 0 to decide if a torrent is "complete", which 
will be 0 if there is no metadata.

Added a check that the torrent contains any files and no longer has the 
downloading flag, so should be fixed now.

Original comment by a...@eth0.org.uk on 28 Aug 2012 at 9:45